config.h.in revision 9b41ff1a
1fdb3d228Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2fdb3d228Smrg 39b41ff1aSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 49b41ff1aSmrg#undef HAVE_INTTYPES_H 59b41ff1aSmrg 69b41ff1aSmrg/* Define to 1 if you have the <memory.h> header file. */ 79b41ff1aSmrg#undef HAVE_MEMORY_H 89b41ff1aSmrg 99b41ff1aSmrg/* Define to 1 if you have the <stdint.h> header file. */ 109b41ff1aSmrg#undef HAVE_STDINT_H 119b41ff1aSmrg 129b41ff1aSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 139b41ff1aSmrg#undef HAVE_STDLIB_H 149b41ff1aSmrg 159b41ff1aSmrg/* Define to 1 if you have the <strings.h> header file. */ 169b41ff1aSmrg#undef HAVE_STRINGS_H 179b41ff1aSmrg 189b41ff1aSmrg/* Define to 1 if you have the <string.h> header file. */ 199b41ff1aSmrg#undef HAVE_STRING_H 209b41ff1aSmrg 219b41ff1aSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 229b41ff1aSmrg#undef HAVE_SYS_STAT_H 239b41ff1aSmrg 249b41ff1aSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 259b41ff1aSmrg#undef HAVE_SYS_TYPES_H 269b41ff1aSmrg 279b41ff1aSmrg/* Define to 1 if you have the <unistd.h> header file. */ 289b41ff1aSmrg#undef HAVE_UNISTD_H 299b41ff1aSmrg 30fdb3d228Smrg/* Name of package */ 31fdb3d228Smrg#undef PACKAGE 32fdb3d228Smrg 33fdb3d228Smrg/* Define to the address where bug reports for this package should be sent. */ 34fdb3d228Smrg#undef PACKAGE_BUGREPORT 35fdb3d228Smrg 36fdb3d228Smrg/* Define to the full name of this package. */ 37fdb3d228Smrg#undef PACKAGE_NAME 38fdb3d228Smrg 39fdb3d228Smrg/* Define to the full name and version of this package. */ 40fdb3d228Smrg#undef PACKAGE_STRING 41fdb3d228Smrg 42fdb3d228Smrg/* Define to the one symbol short name of this package. */ 43fdb3d228Smrg#undef PACKAGE_TARNAME 44fdb3d228Smrg 45fdb3d228Smrg/* Define to the version of this package. */ 46fdb3d228Smrg#undef PACKAGE_VERSION 47fdb3d228Smrg 489b41ff1aSmrg/* Major version of this package */ 499b41ff1aSmrg#undef PACKAGE_VERSION_MAJOR 509b41ff1aSmrg 519b41ff1aSmrg/* Minor version of this package */ 529b41ff1aSmrg#undef PACKAGE_VERSION_MINOR 539b41ff1aSmrg 549b41ff1aSmrg/* Patch version of this package */ 559b41ff1aSmrg#undef PACKAGE_VERSION_PATCHLEVEL 569b41ff1aSmrg 579b41ff1aSmrg/* Define to 1 if you have the ANSI C header files. */ 589b41ff1aSmrg#undef STDC_HEADERS 599b41ff1aSmrg 60fdb3d228Smrg/* Version number of package */ 61fdb3d228Smrg#undef VERSION 62