config.h.in revision 168023fe
16ea72052Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 26ea72052Smrg 3168023feSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 4168023feSmrg#undef HAVE_INTTYPES_H 5168023feSmrg 6168023feSmrg/* Define to 1 if you have the <memory.h> header file. */ 7168023feSmrg#undef HAVE_MEMORY_H 8168023feSmrg 9168023feSmrg/* Define to 1 if you have the <stdint.h> header file. */ 10168023feSmrg#undef HAVE_STDINT_H 11168023feSmrg 12168023feSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 13168023feSmrg#undef HAVE_STDLIB_H 14168023feSmrg 15168023feSmrg/* Define to 1 if you have the <strings.h> header file. */ 16168023feSmrg#undef HAVE_STRINGS_H 17168023feSmrg 18168023feSmrg/* Define to 1 if you have the <string.h> header file. */ 19168023feSmrg#undef HAVE_STRING_H 20168023feSmrg 21168023feSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 22168023feSmrg#undef HAVE_SYS_STAT_H 23168023feSmrg 24168023feSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 25168023feSmrg#undef HAVE_SYS_TYPES_H 26168023feSmrg 27168023feSmrg/* Define to 1 if you have the <unistd.h> header file. */ 28168023feSmrg#undef HAVE_UNISTD_H 29168023feSmrg 306ea72052Smrg/* Name of package */ 316ea72052Smrg#undef PACKAGE 326ea72052Smrg 336ea72052Smrg/* Define to the address where bug reports for this package should be sent. */ 346ea72052Smrg#undef PACKAGE_BUGREPORT 356ea72052Smrg 366ea72052Smrg/* Define to the full name of this package. */ 376ea72052Smrg#undef PACKAGE_NAME 386ea72052Smrg 396ea72052Smrg/* Define to the full name and version of this package. */ 406ea72052Smrg#undef PACKAGE_STRING 416ea72052Smrg 426ea72052Smrg/* Define to the one symbol short name of this package. */ 436ea72052Smrg#undef PACKAGE_TARNAME 446ea72052Smrg 45168023feSmrg/* Define to the home page for this package. */ 46168023feSmrg#undef PACKAGE_URL 47168023feSmrg 486ea72052Smrg/* Define to the version of this package. */ 496ea72052Smrg#undef PACKAGE_VERSION 506ea72052Smrg 51168023feSmrg/* Major version of this package */ 52168023feSmrg#undef PACKAGE_VERSION_MAJOR 53168023feSmrg 54168023feSmrg/* Minor version of this package */ 55168023feSmrg#undef PACKAGE_VERSION_MINOR 56168023feSmrg 57168023feSmrg/* Patch version of this package */ 58168023feSmrg#undef PACKAGE_VERSION_PATCHLEVEL 59168023feSmrg 60168023feSmrg/* Define to 1 if you have the ANSI C header files. */ 61168023feSmrg#undef STDC_HEADERS 62168023feSmrg 636ea72052Smrg/* Version number of package */ 646ea72052Smrg#undef VERSION 65