1/* wmfconfig.h.in. Generated from configure.ac by autoheader. */ 2 3#ifndef LIBWMF_CONFIG_H 4#define LIBWMF_CONFIG_H 5 6/* Define if you have expat. */ 7#undef HAVE_EXPAT 8 9/* Define if you have libxml2. */ 10#undef HAVE_LIBXML2 11 12/* Define if you have libpng. */ 13#undef HAVE_LIBPNG 14 15/* Define if you have libjpeg. */ 16#undef HAVE_LIBJPEG 17 18/* defining this will disable egs, fig, svg & foreign layers */ 19#undef WITHOUT_LAYERS 20 21/* define if you have libgd */ 22#undef HAVE_GD 23 24/* define if you wish to build the magick device layer. */ 25#undef ENABLE_MAGICK 26 27/* Define if you have GNU plotutils (libplot) >= 2.4.0. */ 28#undef HAVE_LIBPLOT 29 30/* Define if you have the <unistd.h> header file. */ 31#undef HAVE_UNISTD_H 32 33/* define if you have strstr */ 34#undef HAVE_STRSTR 35 36/* define if you have [_]vsnprintf */ 37#undef HAVE_VSNPRINTF 38 39/* Define to `_vsnprintf' if necessary */ 40#undef vsnprintf 41 42/* define if you have [_]snprintf */ 43#undef HAVE_SNPRINTF 44 45/* Define to `_snprintf' if necessary */ 46#undef snprintf 47 48/* define if you have vfscanf */ 49#undef HAVE_VFSCANF 50 51/* Define to `unsigned' if <sys/types.h> doesn't define. */ 52#undef size_t 53 54/* Define to `long' if <sys/types.h> does not define. */ 55#undef off_t 56 57 58/* Define to 1 if you have the <dlfcn.h> header file. */ 59#undef HAVE_DLFCN_H 60 61/* Define to 1 if you have the `fprintf' function. */ 62#undef HAVE_FPRINTF 63 64/* Define to 1 if you have the `fscanf' function. */ 65#undef HAVE_FSCANF 66 67/* Define to 1 if you have the <inttypes.h> header file. */ 68#undef HAVE_INTTYPES_H 69 70/* Define to 1 if you have the <memory.h> header file. */ 71#undef HAVE_MEMORY_H 72 73/* Define to 1 if you have the `printf' function. */ 74#undef HAVE_PRINTF 75 76/* Define to 1 if you have the `scanf' function. */ 77#undef HAVE_SCANF 78 79/* Define to 1 if you have the `snprintf' function. */ 80#undef HAVE_SNPRINTF 81 82/* Define to 1 if you have the `sprintf' function. */ 83#undef HAVE_SPRINTF 84 85/* Define to 1 if you have the `sscanf' function. */ 86#undef HAVE_SSCANF 87 88/* Define to 1 if you have the <stdint.h> header file. */ 89#undef HAVE_STDINT_H 90 91/* Define to 1 if you have the <stdlib.h> header file. */ 92#undef HAVE_STDLIB_H 93 94/* Define to 1 if you have the <strings.h> header file. */ 95#undef HAVE_STRINGS_H 96 97/* Define to 1 if you have the <string.h> header file. */ 98#undef HAVE_STRING_H 99 100/* Define to 1 if you have the `strstr' function. */ 101#undef HAVE_STRSTR 102 103/* Define to 1 if you have the <sys/stat.h> header file. */ 104#undef HAVE_SYS_STAT_H 105 106/* Define to 1 if you have the <sys/types.h> header file. */ 107#undef HAVE_SYS_TYPES_H 108 109/* Define to 1 if you have the <time.h> header file. */ 110#undef HAVE_TIME_H 111 112/* Define to 1 if you have the <unistd.h> header file. */ 113#undef HAVE_UNISTD_H 114 115/* Define to 1 if you have the `vfprintf' function. */ 116#undef HAVE_VFPRINTF 117 118/* Define to 1 if you have the `vfscanf' function. */ 119#undef HAVE_VFSCANF 120 121/* Define to 1 if you have the `vprintf' function. */ 122#undef HAVE_VPRINTF 123 124/* Define to 1 if you have the `vscanf' function. */ 125#undef HAVE_VSCANF 126 127/* Define to 1 if you have the `vsnprintf' function. */ 128#undef HAVE_VSNPRINTF 129 130/* Define to 1 if you have the `vsprintf' function. */ 131#undef HAVE_VSPRINTF 132 133/* Define to 1 if you have the `vsscanf' function. */ 134#undef HAVE_VSSCANF 135 136/* Define to the sub-directory where libtool stores uninstalled libraries. */ 137#undef LT_OBJDIR 138 139/* Define to the address where bug reports for this package should be sent. */ 140#undef PACKAGE_BUGREPORT 141 142/* Define to the full name of this package. */ 143#undef PACKAGE_NAME 144 145/* Define to the full name and version of this package. */ 146#undef PACKAGE_STRING 147 148/* Define to the one symbol short name of this package. */ 149#undef PACKAGE_TARNAME 150 151/* Define to the home page for this package. */ 152#undef PACKAGE_URL 153 154/* Define to the version of this package. */ 155#undef PACKAGE_VERSION 156 157/* Define to 1 if you have the ANSI C header files. */ 158#undef STDC_HEADERS 159 160/* Define to 1 if the X Window System is missing or not being used. */ 161#undef X_DISPLAY_MISSING 162 163/* Define to empty if `const' does not conform to ANSI C. */ 164#undef const 165 166/* Define to `long int' if <sys/types.h> does not define. */ 167#undef off_t 168 169/* Define to `unsigned int' if <sys/types.h> does not define. */ 170#undef size_t 171 172/* If any *printf / *scanf functions are missing, cover them with trio functions */ 173#define TRIO_REPLACE_STDIO 1 174 175#endif /* ! LIBWMF_CONFIG_H */ 176