/* include/config.h.in. Generated from configure.ac by autoheader. */ /* filesystem root of cross build environment */ #undef CROSS_SYSROOT /* Default Mach architecture name */ #undef DEFAULT_MACH_ARCH /* Emulated CPU subtype */ #undef EMULATED_HOST_CPU_SUBTYPE /* Emulated CPU type */ #undef EMULATED_HOST_CPU_TYPE /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_GETC_UNLOCKED /* For systems that don't have getc_unlocked, use getc */ #if !HAVE_DECL_GETC_UNLOCKED # define getc_unlocked(a) getc(a) #endif /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the `getattrlist' function. */ #undef HAVE_GETATTRLIST /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `NSIsSymbolNameDefined' function. */ #undef HAVE_NSISSYMBOLNAMEDEFINED /* Have Objective-C support */ #undef HAVE_OBJC /* Define to 1 if you have the header file. */ #undef HAVE_OBJC_OBJC_RUNTIME_H /* Define to 1 if you have the `qsort' function. */ #undef HAVE_QSORT /* Define to 1 if you have the `qsort_r' function. */ #undef HAVE_QSORT_R /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strlcpy' function. */ #undef HAVE_STRLCPY /* Define to 1 if you have the `strmode' function. */ #undef HAVE_STRMODE /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* max unsigned long long */ #undef ULLONG_MAX /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER