/* config.h.in. Generated from configure.ac by autoheader. */ #ifndef HAVE_WV_CONFIG_H #define HAVE_WV_CONFIG_H /* Define this if strcasecmp must be defined */ #undef DEFINE_STRCASECMP /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if you have expat */ #undef HAVE_EXPAT /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define if you have glib */ #undef HAVE_GLIB /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_IO_H /* Define if you have libwmf(2) and want it to convert wmf to png files */ #undef HAVE_LIBWMF /* Define if libwmf(2) has support for reading 'foreign' image formats */ #undef HAVE_LIBWMF_FOREIGN_H /* Define if you have libxml2 */ #undef HAVE_LIBXML2 /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP /* 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 to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_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 if you want zlib to uncompress wmf files */ #undef HAVE_ZLIB /* define if you have libpng */ #undef HasPNG /* Define this if the second argument of iconv requires a const */ #undef ICONV_REQUIRES_CONST /* Define if sizeof({char,short,int}) != {1,2,4} */ #undef MATCHED_TYPE /* 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 a `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define if byte order is big-endian */ #undef WORDS_BIGENDIAN /* Define as 12 for little-endian, 21 for big-endian */ #undef XML_BYTE_ORDER /* Define to empty if `const' does not conform to ANSI C. */ #undef const #ifdef HAVE_UNISTD_H #include #endif #ifdef HAVE_FCNTL_H #include #endif #if defined(HAVE_ERRNO_H) #include #endif #include #include #include #include #if defined(__GNUC__) && !defined(WORDS_BIGENDIAN) && defined(MATCHED_TYPE) #define NO_HOLES #endif #ifndef HAVE_MEMCPY #define memcpy(d, s, n) bcopy ((s), (d), (n)) #endif /* not HAVE_MEMCPY */ #ifdef ICONV_REQUIRES_CONST #define ICONV_CONST const #else #define ICONV_CONST #endif /* redefs of things that are either in glibc or we have to include them ourselves */ #if defined(WIN32) && !defined(__MWERKS__) #define strcasecmp(s1,s2) stricmp(s1,s2) #else #if !defined(__GLIBC__) || (__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2) #ifdef DEFINE_STRCASECMP int strcasecmp (const char *s1, const char *s2); #endif #endif #endif #endif /* ! HAVE_WV_CONFIG_H */