/* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the header file. */ #undef HAVE_CARBON_CARBON_H /* Define if you have the CoreAudio API */ #undef HAVE_COREAUDIO /* Define to 1 if you have the header file. */ #undef HAVE_CRT_EXTERNS_H /* Defines if your system has the crypt function */ #undef HAVE_CRYPT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the `fopen64' function. */ #undef HAVE_FOPEN64 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if you have the `fseeko64' function. */ #undef HAVE_FSEEKO64 /* Define to 1 if you have the `fstat64' function. */ #undef HAVE_FSTAT64 /* Define to 1 if you have the `ftello64' function. */ #undef HAVE_FTELLO64 /* Define to 1 if you have the `ftruncate64' function. */ #undef HAVE_FTRUNCATE64 /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if you have libjpeg */ #undef HAVE_LIBJPEG /* Define if you have libpng */ #undef HAVE_LIBPNG /* Define if you have a working libpthread (will enable threaded code) */ #undef HAVE_LIBPTHREAD /* Define if you have libz */ #undef HAVE_LIBZ /* Define to 1 if you have the `lseek64' function. */ #undef HAVE_LSEEK64 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `mmap64' function. */ #undef HAVE_MMAP64 /* Define to 1 if you have the `munmap64' function. */ #undef HAVE_MUNMAP64 /* Define if your system needs _NSGetEnviron to set up the environment */ #undef HAVE_NSGETENVIRON /* Define to 1 if you have the `posix_fallocate' function. */ #undef HAVE_POSIX_FALLOCATE /* Define to 1 if you have the `posix_fallocate64' function. */ #undef HAVE_POSIX_FALLOCATE64 /* Define if you have res_init */ #undef HAVE_RES_INIT /* Define if you have the res_init prototype */ #undef HAVE_RES_INIT_PROTO /* Define if you have a STL implementation by SGI */ #undef HAVE_SGI_STL /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define to 1 if you have the `stat64' function. */ #undef HAVE_STAT64 /* Define to 1 if you have the `statvfs' function. */ #undef HAVE_STATVFS /* Define to 1 if you have the `statvfs64' function. */ #undef HAVE_STATVFS64 /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_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 if you have strlcat */ #undef HAVE_STRLCAT /* Define if you have the strlcat prototype */ #undef HAVE_STRLCAT_PROTO /* Define if you have strlcpy */ #undef HAVE_STRLCPY /* Define if you have the strlcpy prototype */ #undef HAVE_STRLCPY_PROTO /* Define to 1 if you have the header file. */ #undef HAVE_SYS_BITYPES_H /* 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 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define to 1 if you have the header file. */ #undef HAVE_XFS_XFS_H /* Define to 1 if the system has the type `__s64'. */ #undef HAVE___S64 /* Define to 1 if the system has the type `__u64'. */ #undef HAVE___U64 /* Suffix for lib directories */ #undef KDELIBSUFF /* Name of package */ #undef PACKAGE /* 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 /* The size of `char *', as computed by sizeof. */ #undef SIZEOF_CHAR_P /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T /* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Use system geoip */ #undef USE_SYSTEM_GEOIP /* Version number of package */ #undef VERSION /* Defined if compiling without arts */ #undef WITHOUT_ARTS /* * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system * headers and I'm too lazy to write a configure test as long as only * unixware is related */ #ifdef _UNIXWARE #define HAVE_BOOLEAN #endif /* * AIX defines FD_SET in terms of bzero, but fails to include * that defines bzero. */ #if defined(_AIX) #include #endif #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) # include # include # define environ (*_NSGetEnviron()) #endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS #if !defined(HAVE_RES_INIT_PROTO) #ifdef __cplusplus extern "C" { #endif int res_init(void); #ifdef __cplusplus } #endif #endif #if !defined(HAVE_STRLCAT_PROTO) #ifdef __cplusplus extern "C" { #endif unsigned long strlcat(char*, const char*, unsigned long); #ifdef __cplusplus } #endif #endif #if !defined(HAVE_STRLCPY_PROTO) #ifdef __cplusplus extern "C" { #endif unsigned long strlcpy(char*, const char*, unsigned long); #ifdef __cplusplus } #endif #endif /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* * On HP-UX, the declaration of vsnprintf() is needed every time ! */ #if !defined(HAVE_VSNPRINTF) || defined(hpux) #if __STDC__ #include #include #else #include #endif #ifdef __cplusplus extern "C" #endif int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); #ifdef __cplusplus extern "C" #endif int snprintf(char *str, size_t n, char const *fmt, ...); #endif #if defined(__SVR4) && !defined(__svr4__) #define __svr4__ 1 #endif /* type to use in place of socklen_t if not defined */ #undef kde_socklen_t /* type to use in place of socklen_t if not defined (deprecated, use kde_socklen_t) */ #undef ksize_t