1189777a2SCristian Pallares/* config.h.in. Generated from configure.ac by autoheader. */ 2189777a2SCristian Pallares 3189777a2SCristian Pallares/* Use the simplified progress bar? */ 4189777a2SCristian Pallares#undef DUMB_TTY 5189777a2SCristian Pallares 6189777a2SCristian Pallares/* Define to 1 if you have the <dlfcn.h> header file. */ 7189777a2SCristian Pallares#undef HAVE_DLFCN_H 8189777a2SCristian Pallares 9189777a2SCristian Pallares/* Does the C compiler have gcc bug 12243? */ 10189777a2SCristian Pallares#undef HAVE_GCC_LOOP_BUG 11189777a2SCristian Pallares 12189777a2SCristian Pallares/* Can we use Intel 386 optimizations? */ 13189777a2SCristian Pallares#undef HAVE_I386 14189777a2SCristian Pallares 15189777a2SCristian Pallares/* Define to 1 if you have the <inttypes.h> header file. */ 16189777a2SCristian Pallares#undef HAVE_INTTYPES_H 17189777a2SCristian Pallares 18189777a2SCristian Pallares/* Define to 1 if you have the <memory.h> header file. */ 19189777a2SCristian Pallares#undef HAVE_MEMORY_H 20189777a2SCristian Pallares 21189777a2SCristian Pallares/* Define to 1 if you have the <stdint.h> header file. */ 22189777a2SCristian Pallares#undef HAVE_STDINT_H 23189777a2SCristian Pallares 24189777a2SCristian Pallares/* Define to 1 if you have the <stdlib.h> header file. */ 25189777a2SCristian Pallares#undef HAVE_STDLIB_H 26189777a2SCristian Pallares 27189777a2SCristian Pallares/* Define to 1 if you have the <strings.h> header file. */ 28189777a2SCristian Pallares#undef HAVE_STRINGS_H 29189777a2SCristian Pallares 30189777a2SCristian Pallares/* Define to 1 if you have the <string.h> header file. */ 31189777a2SCristian Pallares#undef HAVE_STRING_H 32189777a2SCristian Pallares 33189777a2SCristian Pallares/* Define to 1 if you have the <sys/stat.h> header file. */ 34189777a2SCristian Pallares#undef HAVE_SYS_STAT_H 35189777a2SCristian Pallares 36189777a2SCristian Pallares/* Define to 1 if you have the <sys/types.h> header file. */ 37189777a2SCristian Pallares#undef HAVE_SYS_TYPES_H 38189777a2SCristian Pallares 39189777a2SCristian Pallares/* Define to 1 if you have the <unistd.h> header file. */ 40189777a2SCristian Pallares#undef HAVE_UNISTD_H 41189777a2SCristian Pallares 42189777a2SCristian Pallares/* Do we have the zlib library? */ 43189777a2SCristian Pallares#undef HAVE_ZLIB 44189777a2SCristian Pallares 45*b3fce824SCristian Pallarés/* Define to the sub-directory where libtool stores uninstalled libraries. */ 46189777a2SCristian Pallares#undef LT_OBJDIR 47189777a2SCristian Pallares 48189777a2SCristian Pallares/* Name of the mkbitmap binary */ 49189777a2SCristian Pallares#undef MKBITMAP 50189777a2SCristian Pallares 51189777a2SCristian Pallares/* Define if missing from math.h */ 52189777a2SCristian Pallares#undef M_PI 53189777a2SCristian Pallares 54189777a2SCristian Pallares/* Name of package */ 55189777a2SCristian Pallares#undef PACKAGE 56189777a2SCristian Pallares 57189777a2SCristian Pallares/* Define to the address where bug reports for this package should be sent. */ 58189777a2SCristian Pallares#undef PACKAGE_BUGREPORT 59189777a2SCristian Pallares 60189777a2SCristian Pallares/* Define to the full name of this package. */ 61189777a2SCristian Pallares#undef PACKAGE_NAME 62189777a2SCristian Pallares 63189777a2SCristian Pallares/* Define to the full name and version of this package. */ 64189777a2SCristian Pallares#undef PACKAGE_STRING 65189777a2SCristian Pallares 66189777a2SCristian Pallares/* Define to the one symbol short name of this package. */ 67189777a2SCristian Pallares#undef PACKAGE_TARNAME 68189777a2SCristian Pallares 69189777a2SCristian Pallares/* Define to the home page for this package. */ 70189777a2SCristian Pallares#undef PACKAGE_URL 71189777a2SCristian Pallares 72189777a2SCristian Pallares/* Define to the version of this package. */ 73189777a2SCristian Pallares#undef PACKAGE_VERSION 74189777a2SCristian Pallares 75189777a2SCristian Pallares/* Name of the potrace binary */ 76189777a2SCristian Pallares#undef POTRACE 77189777a2SCristian Pallares 78189777a2SCristian Pallares/* Define to 1 if you have the ANSI C header files. */ 79189777a2SCristian Pallares#undef STDC_HEADERS 80189777a2SCristian Pallares 81189777a2SCristian Pallares/* Use a4 papersize by default? */ 82189777a2SCristian Pallares#undef USE_A4 83189777a2SCristian Pallares 84189777a2SCristian Pallares/* Use metric units by default? */ 85189777a2SCristian Pallares#undef USE_METRIC 86189777a2SCristian Pallares 87189777a2SCristian Pallares/* Version number of package */ 88189777a2SCristian Pallares#undef VERSION 89189777a2SCristian Pallares 90189777a2SCristian Pallares/* Define to `__inline__' or `__inline' if that's what the C compiler 91189777a2SCristian Pallares calls it, or to nothing if 'inline' is not supported under any name. */ 92189777a2SCristian Pallares#ifndef __cplusplus 93189777a2SCristian Pallares#undef inline 94189777a2SCristian Pallares#endif 95189777a2SCristian Pallares 96189777a2SCristian Pallares/* Replacement function for strcasecmp */ 97189777a2SCristian Pallares#undef strcasecmp 98189777a2SCristian Pallares 99189777a2SCristian Pallares/* Replacement function for strncasecmp */ 100189777a2SCristian Pallares#undef strncasecmp 101