Home | History | Annotate | Download | only in unix

Lines Matching refs:defined

70   /* `CHAR_BIT' (defined in limits.h) gives the number of bits in a      */
131 /* These macros are computed from the ones defined above. Don't touch */
142 /* This is the only necessary change, so it is defined here instead */
145 #if defined( __APPLE__ ) || ( defined( __MWERKS__ ) && defined( macintosh ) )
150 #ifdef ECANCELED /* defined since 10.2 */
153 #if defined( __LP64__ ) && \
158 #elif defined( __SC__ ) || defined( __MRC__ )
169 #if defined( __sgi ) && !defined( __GNUC__ )
170 #if defined( _COMPILER_VERSION ) && ( _COMPILER_VERSION >= 730 )
240 /* the configuration. Only defined if there is real 64bit support; */
252 /* the configuration. Only defined if there is real 64bit support; */
294 /* FT_LONG64 must be defined if a 64-bit type is available */
302 defined( HAVE_LONG_LONG_INT ) && \
303 defined( __GNUC__ )
313 /* types if __STDC__ is defined. You can however ignore this rule */
316 #elif !defined( __STDC__ ) || defined( FT_CONFIG_OPTION_FORCE_INT64 )
318 #if defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L
324 #elif defined( _MSC_VER ) && _MSC_VER >= 900 /* Visual C++ (and Intel C++) */
331 #elif defined( __BORLANDC__ ) /* Borland C++ */
341 #elif defined( __WATCOMC__ ) /* Watcom C++ */
345 #elif defined( __MWERKS__ ) /* Metrowerks CodeWarrior */
351 #elif defined( __GNUC__ )
390 #if ( ( defined( __GNUC__ ) && __GNUC__ >= 2 ) || \
391 ( defined( __IBMC__ ) && __IBMC__ >= 1210 && \
392 defined( __IBM__TYPEOF__ ) ) || \
393 ( defined( __SUNPRO_C ) && __SUNPRO_C >= 0x5110 && !__STDC__ ) )
497 #if defined( FT2_BUILD_LIBRARY ) && \
498 ( defined( _DLL ) || defined( DLL_EXPORT ) )
501 #elif defined( FT2_DLLIMPORT )