config.h.in revision 10998002
1ff7e0accSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2ff7e0accSmrg 310998002Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 410998002Smrg#undef HAVE_INTTYPES_H 510998002Smrg 610998002Smrg/* Define to 1 if you have the <memory.h> header file. */ 710998002Smrg#undef HAVE_MEMORY_H 810998002Smrg 910998002Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1010998002Smrg#undef HAVE_STDINT_H 1110998002Smrg 1210998002Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1310998002Smrg#undef HAVE_STDLIB_H 1410998002Smrg 1510998002Smrg/* Define to 1 if you have the <strings.h> header file. */ 1610998002Smrg#undef HAVE_STRINGS_H 1710998002Smrg 1810998002Smrg/* Define to 1 if you have the <string.h> header file. */ 1910998002Smrg#undef HAVE_STRING_H 2010998002Smrg 21ff7e0accSmrg/* Define to 1 if you have the `strlcat' function. */ 22ff7e0accSmrg#undef HAVE_STRLCAT 23ff7e0accSmrg 2410998002Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2510998002Smrg#undef HAVE_SYS_STAT_H 2610998002Smrg 2710998002Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2810998002Smrg#undef HAVE_SYS_TYPES_H 2910998002Smrg 3010998002Smrg/* Define to 1 if you have the <unistd.h> header file. */ 3110998002Smrg#undef HAVE_UNISTD_H 3210998002Smrg 33ff7e0accSmrg/* Name of package */ 34ff7e0accSmrg#undef PACKAGE 35ff7e0accSmrg 36ff7e0accSmrg/* Define to the address where bug reports for this package should be sent. */ 37ff7e0accSmrg#undef PACKAGE_BUGREPORT 38ff7e0accSmrg 39ff7e0accSmrg/* Define to the full name of this package. */ 40ff7e0accSmrg#undef PACKAGE_NAME 41ff7e0accSmrg 42ff7e0accSmrg/* Define to the full name and version of this package. */ 43ff7e0accSmrg#undef PACKAGE_STRING 44ff7e0accSmrg 45ff7e0accSmrg/* Define to the one symbol short name of this package. */ 46ff7e0accSmrg#undef PACKAGE_TARNAME 47ff7e0accSmrg 48ff7e0accSmrg/* Define to the version of this package. */ 49ff7e0accSmrg#undef PACKAGE_VERSION 50ff7e0accSmrg 51ff7e0accSmrg/* Major version of this package */ 52ff7e0accSmrg#undef PACKAGE_VERSION_MAJOR 53ff7e0accSmrg 54ff7e0accSmrg/* Minor version of this package */ 55ff7e0accSmrg#undef PACKAGE_VERSION_MINOR 56ff7e0accSmrg 57ff7e0accSmrg/* Patch version of this package */ 58ff7e0accSmrg#undef PACKAGE_VERSION_PATCHLEVEL 59ff7e0accSmrg 6010998002Smrg/* Define to 1 if you have the ANSI C header files. */ 6110998002Smrg#undef STDC_HEADERS 6210998002Smrg 63ff7e0accSmrg/* Version number of package */ 64ff7e0accSmrg#undef VERSION 65