/* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if Amazon.com searching should be enabled */ #undef AMAZON_SUPPORT /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA /* Define to 1 if webcam support is enabled */ #undef ENABLE_WEBCAM /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA /* Define to 1 if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define if boolean is defined in */ #undef HAVE_BOOLEAN /* 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 don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* Define to 1 if exempi is available */ #undef HAVE_EXEMPI /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have libkcal */ #undef HAVE_KCAL /* Define to 1 if you have libkcddb */ #undef HAVE_KCDDB /* Define to 1 if you have the `btparse' library (-lbtparse). */ #undef HAVE_LIBBTPARSE /* 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 header file. */ #undef HAVE_LINUX_VIDEODEV_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define if your system needs _NSGetEnviron to set up the environment */ #undef HAVE_NSGETENVIRON /* Define to 1 if poppler is available */ #undef HAVE_POPPLER /* Define if you have res_init */ #undef HAVE_RES_INIT /* Define if you have the res_init prototype */ #undef HAVE_RES_INIT_PROTO /* Define to 1 if you have the header file. */ #undef HAVE_SAL_CONFIG_H /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* 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 if strdup is declared in */ #undef HAVE_STRDUP_DECL /* 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 `strlwr' function. */ #undef HAVE_STRLWR /* Define to 1 if you have the `strupr' function. */ #undef HAVE_STRUPR /* 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 TagLib library */ #undef HAVE_TAGLIB /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define if ushort is defined in */ #undef HAVE_USHORT /* Define if you have the 'std::vector::at(std::size_t)' function */ #undef HAVE_VECTOR_AT /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define to 1 if you have the yaz library */ #undef HAVE_YAZ /* Define to 1 if IMDb searching should be enabled */ #undef IMDB_SUPPORT /* 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 /* Define to 1 if the XML loader should use SAX */ #undef SAX_SUPPORT /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* 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 char', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_CHAR /* The size of `unsigned int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_INT /* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG /* The size of `unsigned short', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_SHORT /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you want to compile CD-Text support */ #undef USE_CDTEXT /* 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 #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 /* * 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