1 2 3 4 5 6 7 8 9 10
#ifdef _POSIX_SOURCE #include <unistd.h> #endif static const char *confstr[] = { #ifdef _CS_PATH [_CS_PATH] = "/bin", #endif 0 };