Home
last modified time | relevance | path

Searched refs:PLATFORM_POSIX_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/lz4/programs/
Dplatform.h85 # define PLATFORM_POSIX_VERSION 200112L macro
92 # define PLATFORM_POSIX_VERSION _POSIX_VERSION
94 # define PLATFORM_POSIX_VERSION 0
98 #if !defined(PLATFORM_POSIX_VERSION)
99 # define PLATFORM_POSIX_VERSION -1 macro
106 #if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 1)) || (PLATFORM_POSIX_VERSION >= 200112L) ||…
Dutil.h81 #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.…
Dlz4cli.c507 #ifdef PLATFORM_POSIX_VERSION in main()
508 DISPLAYLEVEL(4, "PLATFORM_POSIX_VERSION defined: %ldL\n", (long) PLATFORM_POSIX_VERSION); in main()
Dlz4io.c68 #if !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for …