Searched refs:PLATFORM_POSIX_VERSION (Results 1 – 4 of 4) sorted by relevance
85 # define PLATFORM_POSIX_VERSION 200112L macro92 # define PLATFORM_POSIX_VERSION _POSIX_VERSION94 # define PLATFORM_POSIX_VERSION 098 #if !defined(PLATFORM_POSIX_VERSION)99 # define PLATFORM_POSIX_VERSION -1 macro106 #if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 1)) || (PLATFORM_POSIX_VERSION >= 200112L) ||…
81 #elif PLATFORM_POSIX_VERSION >= 0 /* Unix-like operating system */91 # if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 199309L)) || (PLATFORM_POSIX_VERSION >= 200…341 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.…
507 #ifdef PLATFORM_POSIX_VERSION in main()508 DISPLAYLEVEL(4, "PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION); in main()
68 #if !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for …