config.h.in revision 8fff3f40
1e6232409Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2e6232409Smrg 38fff3f40Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 48fff3f40Smrg#undef HAVE_INTTYPES_H 58fff3f40Smrg 68fff3f40Smrg/* Define to 1 if you have the <memory.h> header file. */ 78fff3f40Smrg#undef HAVE_MEMORY_H 88fff3f40Smrg 98fff3f40Smrg/* Define to 1 if you have the <stdint.h> header file. */ 108fff3f40Smrg#undef HAVE_STDINT_H 118fff3f40Smrg 128fff3f40Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 138fff3f40Smrg#undef HAVE_STDLIB_H 148fff3f40Smrg 158fff3f40Smrg/* Define to 1 if you have the <strings.h> header file. */ 168fff3f40Smrg#undef HAVE_STRINGS_H 178fff3f40Smrg 188fff3f40Smrg/* Define to 1 if you have the <string.h> header file. */ 198fff3f40Smrg#undef HAVE_STRING_H 208fff3f40Smrg 218fff3f40Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 228fff3f40Smrg#undef HAVE_SYS_STAT_H 238fff3f40Smrg 248fff3f40Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 258fff3f40Smrg#undef HAVE_SYS_TYPES_H 268fff3f40Smrg 278fff3f40Smrg/* Define to 1 if you have the <unistd.h> header file. */ 288fff3f40Smrg#undef HAVE_UNISTD_H 298fff3f40Smrg 30e6232409Smrg/* Name of package */ 31e6232409Smrg#undef PACKAGE 32e6232409Smrg 33e6232409Smrg/* Define to the address where bug reports for this package should be sent. */ 34e6232409Smrg#undef PACKAGE_BUGREPORT 35e6232409Smrg 36e6232409Smrg/* Define to the full name of this package. */ 37e6232409Smrg#undef PACKAGE_NAME 38e6232409Smrg 39e6232409Smrg/* Define to the full name and version of this package. */ 40e6232409Smrg#undef PACKAGE_STRING 41e6232409Smrg 42e6232409Smrg/* Define to the one symbol short name of this package. */ 43e6232409Smrg#undef PACKAGE_TARNAME 44e6232409Smrg 458fff3f40Smrg/* Define to the home page for this package. */ 468fff3f40Smrg#undef PACKAGE_URL 478fff3f40Smrg 48e6232409Smrg/* Define to the version of this package. */ 49e6232409Smrg#undef PACKAGE_VERSION 50e6232409Smrg 51e6232409Smrg/* Major version of this package */ 52e6232409Smrg#undef PACKAGE_VERSION_MAJOR 53e6232409Smrg 54e6232409Smrg/* Minor version of this package */ 55e6232409Smrg#undef PACKAGE_VERSION_MINOR 56e6232409Smrg 57e6232409Smrg/* Patch version of this package */ 58e6232409Smrg#undef PACKAGE_VERSION_PATCHLEVEL 59e6232409Smrg 608fff3f40Smrg/* Define to 1 if you have the ANSI C header files. */ 618fff3f40Smrg#undef STDC_HEADERS 628fff3f40Smrg 63e6232409Smrg/* Version number of package */ 64e6232409Smrg#undef VERSION 65