_CS_PATH
#if defined(HAVE_CONFSTR) && defined(_CS_PATH)
size_t len = confstr(_CS_PATH, (char *) 0, 0);
confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1);
case _CS_PATH:
{ "PATH", CONFSTR, _CS_PATH },