1*404b540aSrobert/* config.in. Generated from configure.ac by autoheader. */ 2*404b540aSrobert 3*404b540aSrobert/* Define to 1 if you have the <ctype.h> header file. */ 4*404b540aSrobert#undef HAVE_CTYPE_H 5*404b540aSrobert 6*404b540aSrobert/* Define to 1 if you have the <inttypes.h> header file. */ 7*404b540aSrobert#undef HAVE_INTTYPES_H 8*404b540aSrobert 9*404b540aSrobert/* Define to 1 if you have the <memory.h> header file. */ 10*404b540aSrobert#undef HAVE_MEMORY_H 11*404b540aSrobert 12*404b540aSrobert/* Define to 1 if you have the <stddef.h> header file. */ 13*404b540aSrobert#undef HAVE_STDDEF_H 14*404b540aSrobert 15*404b540aSrobert/* Define to 1 if you have the <stdint.h> header file. */ 16*404b540aSrobert#undef HAVE_STDINT_H 17*404b540aSrobert 18*404b540aSrobert/* Define to 1 if you have the <stdio.h> header file. */ 19*404b540aSrobert#undef HAVE_STDIO_H 20*404b540aSrobert 21*404b540aSrobert/* Define to 1 if you have the <stdlib.h> header file. */ 22*404b540aSrobert#undef HAVE_STDLIB_H 23*404b540aSrobert 24*404b540aSrobert/* Define to 1 if you have the <strings.h> header file. */ 25*404b540aSrobert#undef HAVE_STRINGS_H 26*404b540aSrobert 27*404b540aSrobert/* Define to 1 if you have the <string.h> header file. */ 28*404b540aSrobert#undef HAVE_STRING_H 29*404b540aSrobert 30*404b540aSrobert/* Define to 1 if you have the <sys/stat.h> header file. */ 31*404b540aSrobert#undef HAVE_SYS_STAT_H 32*404b540aSrobert 33*404b540aSrobert/* Define to 1 if you have the <sys/types.h> header file. */ 34*404b540aSrobert#undef HAVE_SYS_TYPES_H 35*404b540aSrobert 36*404b540aSrobert/* Define to 1 if you have the <unistd.h> header file. */ 37*404b540aSrobert#undef HAVE_UNISTD_H 38*404b540aSrobert 39*404b540aSrobert/* Define to the address where bug reports for this package should be sent. */ 40*404b540aSrobert#undef PACKAGE_BUGREPORT 41*404b540aSrobert 42*404b540aSrobert/* Define to the full name of this package. */ 43*404b540aSrobert#undef PACKAGE_NAME 44*404b540aSrobert 45*404b540aSrobert/* Define to the full name and version of this package. */ 46*404b540aSrobert#undef PACKAGE_STRING 47*404b540aSrobert 48*404b540aSrobert/* Define to the one symbol short name of this package. */ 49*404b540aSrobert#undef PACKAGE_TARNAME 50*404b540aSrobert 51*404b540aSrobert/* Define to the version of this package. */ 52*404b540aSrobert#undef PACKAGE_VERSION 53*404b540aSrobert 54*404b540aSrobert/* The size of a `char', as computed by sizeof. */ 55*404b540aSrobert#undef SIZEOF_CHAR 56*404b540aSrobert 57*404b540aSrobert/* The size of a `int', as computed by sizeof. */ 58*404b540aSrobert#undef SIZEOF_INT 59*404b540aSrobert 60*404b540aSrobert/* The size of a `long', as computed by sizeof. */ 61*404b540aSrobert#undef SIZEOF_LONG 62*404b540aSrobert 63*404b540aSrobert/* The size of a `short', as computed by sizeof. */ 64*404b540aSrobert#undef SIZEOF_SHORT 65*404b540aSrobert 66*404b540aSrobert/* The size of a `void *', as computed by sizeof. */ 67*404b540aSrobert#undef SIZEOF_VOID_P 68*404b540aSrobert 69*404b540aSrobert/* Define to 1 if you have the ANSI C header files. */ 70*404b540aSrobert#undef STDC_HEADERS 71*404b540aSrobert 72*404b540aSrobert/* Define to empty if `const' does not conform to ANSI C. */ 73*404b540aSrobert#undef const 74*404b540aSrobert 75*404b540aSrobert/* Define to `long' if <sys/types.h> does not define. */ 76*404b540aSrobert#undef off_t 77