config.h.in revision a253d6ae
1a253d6aeSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2a253d6aeSmrg 3a253d6aeSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 4a253d6aeSmrg#undef HAVE_DLFCN_H 5a253d6aeSmrg 6a253d6aeSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 7a253d6aeSmrg#undef HAVE_INTTYPES_H 8a253d6aeSmrg 9a253d6aeSmrg/* Define to 1 if you have the <memory.h> header file. */ 10a253d6aeSmrg#undef HAVE_MEMORY_H 11a253d6aeSmrg 12a253d6aeSmrg/* Define to 1 if you have the <stdint.h> header file. */ 13a253d6aeSmrg#undef HAVE_STDINT_H 14a253d6aeSmrg 15a253d6aeSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 16a253d6aeSmrg#undef HAVE_STDLIB_H 17a253d6aeSmrg 18a253d6aeSmrg/* Define to 1 if you have the <strings.h> header file. */ 19a253d6aeSmrg#undef HAVE_STRINGS_H 20a253d6aeSmrg 21a253d6aeSmrg/* Define to 1 if you have the <string.h> header file. */ 22a253d6aeSmrg#undef HAVE_STRING_H 23a253d6aeSmrg 24a253d6aeSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 25a253d6aeSmrg#undef HAVE_SYS_STAT_H 26a253d6aeSmrg 27a253d6aeSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 28a253d6aeSmrg#undef HAVE_SYS_TYPES_H 29a253d6aeSmrg 30a253d6aeSmrg/* Define to 1 if you have the <unistd.h> header file. */ 31a253d6aeSmrg#undef HAVE_UNISTD_H 32a253d6aeSmrg 33a253d6aeSmrg/* Name of package */ 34a253d6aeSmrg#undef PACKAGE 35a253d6aeSmrg 36a253d6aeSmrg/* Define to the address where bug reports for this package should be sent. */ 37a253d6aeSmrg#undef PACKAGE_BUGREPORT 38a253d6aeSmrg 39a253d6aeSmrg/* Define to the full name of this package. */ 40a253d6aeSmrg#undef PACKAGE_NAME 41a253d6aeSmrg 42a253d6aeSmrg/* Define to the full name and version of this package. */ 43a253d6aeSmrg#undef PACKAGE_STRING 44a253d6aeSmrg 45a253d6aeSmrg/* Define to the one symbol short name of this package. */ 46a253d6aeSmrg#undef PACKAGE_TARNAME 47a253d6aeSmrg 48a253d6aeSmrg/* Define to the version of this package. */ 49a253d6aeSmrg#undef PACKAGE_VERSION 50a253d6aeSmrg 51a253d6aeSmrg/* Major version of this package */ 52a253d6aeSmrg#undef PACKAGE_VERSION_MAJOR 53a253d6aeSmrg 54a253d6aeSmrg/* Minor version of this package */ 55a253d6aeSmrg#undef PACKAGE_VERSION_MINOR 56a253d6aeSmrg 57a253d6aeSmrg/* Patch version of this package */ 58a253d6aeSmrg#undef PACKAGE_VERSION_PATCHLEVEL 59a253d6aeSmrg 60a253d6aeSmrg/* Define to 1 if you have the ANSI C header files. */ 61a253d6aeSmrg#undef STDC_HEADERS 62a253d6aeSmrg 63a253d6aeSmrg/* Version number of package */ 64a253d6aeSmrg#undef VERSION 65