Searched defs:ZLIB_STDC (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h111 # ifndef ZLIB_STDC
112 # define ZLIB_STDC macro
120 #if !defined(ZLIB_STDC) && (defined(__STDC__) || defined(__cplusplus))
121 # define ZLIB_STDC macro
123 #if !defined(ZLIB_STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
124 # define ZLIB_STDC macro
126 #if !defined(ZLIB_STDC) && (defined(ZLIB_MSDOS) || defined(ZLIB_WINDOWS) || defined(ZLIB_WIN32))
127 # define ZLIB_STDC macro
129 #if !defined(ZLIB_STDC) && (defined(ZLIB_OS2) || defined(__HOS_AIX__))
130 # define ZLIB_STDC macro
134 # define ZLIB_STDC macro
[all...]

Completed in 11 milliseconds