Searched refs:_POSIX_C_SOURCE (Results 1 – 2 of 2) sorted by relevance
394 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1395 #undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */396 #define _POSIX_C_SOURCE 199009 macro400 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 2401 #undef _POSIX_C_SOURCE402 #define _POSIX_C_SOURCE 199209 macro409 #undef _POSIX_C_SOURCE410 #define _POSIX_C_SOURCE 200809 macro413 #undef _POSIX_C_SOURCE414 #define _POSIX_C_SOURCE 200112 macro[all …]
65 - Feature test macros like _POSIX_C_SOURCE / _XOPEN_SOURCE / _C99_SOURCE