config.h.in revision ea133fd7
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 33ea133fd7Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 34ea133fd7Smrg */ 35ea133fd7Smrg#undef LT_OBJDIR 36ea133fd7Smrg 37a253d6aeSmrg/* Name of package */ 38a253d6aeSmrg#undef PACKAGE 39a253d6aeSmrg 40a253d6aeSmrg/* Define to the address where bug reports for this package should be sent. */ 41a253d6aeSmrg#undef PACKAGE_BUGREPORT 42a253d6aeSmrg 43a253d6aeSmrg/* Define to the full name of this package. */ 44a253d6aeSmrg#undef PACKAGE_NAME 45a253d6aeSmrg 46a253d6aeSmrg/* Define to the full name and version of this package. */ 47a253d6aeSmrg#undef PACKAGE_STRING 48a253d6aeSmrg 49a253d6aeSmrg/* Define to the one symbol short name of this package. */ 50a253d6aeSmrg#undef PACKAGE_TARNAME 51a253d6aeSmrg 52a253d6aeSmrg/* Define to the version of this package. */ 53a253d6aeSmrg#undef PACKAGE_VERSION 54a253d6aeSmrg 55a253d6aeSmrg/* Major version of this package */ 56a253d6aeSmrg#undef PACKAGE_VERSION_MAJOR 57a253d6aeSmrg 58a253d6aeSmrg/* Minor version of this package */ 59a253d6aeSmrg#undef PACKAGE_VERSION_MINOR 60a253d6aeSmrg 61a253d6aeSmrg/* Patch version of this package */ 62a253d6aeSmrg#undef PACKAGE_VERSION_PATCHLEVEL 63a253d6aeSmrg 64a253d6aeSmrg/* Define to 1 if you have the ANSI C header files. */ 65a253d6aeSmrg#undef STDC_HEADERS 66a253d6aeSmrg 67a253d6aeSmrg/* Version number of package */ 68a253d6aeSmrg#undef VERSION 69