1*00b67f09SDavid van Moolenbroek/* config.h.in. Generated from configure.in by autoheader. */ 2*00b67f09SDavid van Moolenbroek/* Id: config.h.in,v 1.1 2008/02/15 01:47:15 marka Exp */ 3*00b67f09SDavid van Moolenbroek 4*00b67f09SDavid van Moolenbroek 5*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <inttypes.h> header file. */ 6*00b67f09SDavid van Moolenbroek#undef HAVE_INTTYPES_H 7*00b67f09SDavid van Moolenbroek 8*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the `resolv' library (-lresolv). */ 9*00b67f09SDavid van Moolenbroek#undef HAVE_LIBRESOLV 10*00b67f09SDavid van Moolenbroek 11*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <memory.h> header file. */ 12*00b67f09SDavid van Moolenbroek#undef HAVE_MEMORY_H 13*00b67f09SDavid van Moolenbroek 14*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <stdint.h> header file. */ 15*00b67f09SDavid van Moolenbroek#undef HAVE_STDINT_H 16*00b67f09SDavid van Moolenbroek 17*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <stdlib.h> header file. */ 18*00b67f09SDavid van Moolenbroek#undef HAVE_STDLIB_H 19*00b67f09SDavid van Moolenbroek 20*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <strings.h> header file. */ 21*00b67f09SDavid van Moolenbroek#undef HAVE_STRINGS_H 22*00b67f09SDavid van Moolenbroek 23*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <string.h> header file. */ 24*00b67f09SDavid van Moolenbroek#undef HAVE_STRING_H 25*00b67f09SDavid van Moolenbroek 26*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/stat.h> header file. */ 27*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_STAT_H 28*00b67f09SDavid van Moolenbroek 29*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <sys/types.h> header file. */ 30*00b67f09SDavid van Moolenbroek#undef HAVE_SYS_TYPES_H 31*00b67f09SDavid van Moolenbroek 32*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the <unistd.h> header file. */ 33*00b67f09SDavid van Moolenbroek#undef HAVE_UNISTD_H 34*00b67f09SDavid van Moolenbroek 35*00b67f09SDavid van Moolenbroek/* Define to the address where bug reports for this package should be sent. */ 36*00b67f09SDavid van Moolenbroek#undef PACKAGE_BUGREPORT 37*00b67f09SDavid van Moolenbroek 38*00b67f09SDavid van Moolenbroek/* Define to the full name of this package. */ 39*00b67f09SDavid van Moolenbroek#undef PACKAGE_NAME 40*00b67f09SDavid van Moolenbroek 41*00b67f09SDavid van Moolenbroek/* Define to the full name and version of this package. */ 42*00b67f09SDavid van Moolenbroek#undef PACKAGE_STRING 43*00b67f09SDavid van Moolenbroek 44*00b67f09SDavid van Moolenbroek/* Define to the one symbol short name of this package. */ 45*00b67f09SDavid van Moolenbroek#undef PACKAGE_TARNAME 46*00b67f09SDavid van Moolenbroek 47*00b67f09SDavid van Moolenbroek/* Define to the version of this package. */ 48*00b67f09SDavid van Moolenbroek#undef PACKAGE_VERSION 49*00b67f09SDavid van Moolenbroek 50*00b67f09SDavid van Moolenbroek/* The size of a `char', as computed by sizeof. */ 51*00b67f09SDavid van Moolenbroek#undef SIZEOF_CHAR 52*00b67f09SDavid van Moolenbroek 53*00b67f09SDavid van Moolenbroek/* The size of a `int', as computed by sizeof. */ 54*00b67f09SDavid van Moolenbroek#undef SIZEOF_INT 55*00b67f09SDavid van Moolenbroek 56*00b67f09SDavid van Moolenbroek/* The size of a `long', as computed by sizeof. */ 57*00b67f09SDavid van Moolenbroek#undef SIZEOF_LONG 58*00b67f09SDavid van Moolenbroek 59*00b67f09SDavid van Moolenbroek/* The size of a `short', as computed by sizeof. */ 60*00b67f09SDavid van Moolenbroek#undef SIZEOF_SHORT 61*00b67f09SDavid van Moolenbroek 62*00b67f09SDavid van Moolenbroek/* Define to 1 if you have the ANSI C header files. */ 63*00b67f09SDavid van Moolenbroek#undef STDC_HEADERS 64*00b67f09SDavid van Moolenbroek 65*00b67f09SDavid van Moolenbroek/* Define to empty if `const' does not conform to ANSI C. */ 66*00b67f09SDavid van Moolenbroek#undef const 67*00b67f09SDavid van Moolenbroek 68*00b67f09SDavid van Moolenbroek/* Is there a loc_ntoa on this system? */ 69*00b67f09SDavid van Moolenbroek#undef HAVE_LOC_NTOA 70