Lines Matching full:if
16 with this program; if not, write to the Free Software Foundation, Inc.,
23 #if defined (__cplusplus)
32 #if defined(_MSC_VER)
34 # if (_MSC_VER <= 1800) /* (1800 = Visual Studio 2013) */
45 #if defined __ia64 || defined _M_IA64 …
53 # if !defined(__64BIT__)
62 #if !defined(__64BIT__) || defined(__MINGW32__) /* No point defining Large file for 64 bit bu…
63 # if !defined(_FILE_OFFSET_BITS)
66 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET…
69 # if defined(_AIX) || defined(__hpux)
81 #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__M…
83 # if (defined(__APPLE__) && defined(__MACH__)) || defined(__SVR4) || defined(_AIX) || defined(__hp…
88 # if defined(__linux__) || defined(__linux)
94 # if defined(_POSIX_VERSION) /* POSIX compliant */
101 #if !defined(PLATFORM_POSIX_VERSION)
107 * Detect if isatty() and fileno() are available
109 #if (defined(__linux__) && (PLATFORM_POSIX_VERSION >= 1)) || (PLATFORM_POSIX_VERSION >= 200112L) ||…
132 #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(_WIN32)
135 # if !defined(__DJGPP__)
151 #if defined (__cplusplus)