11fb077a1Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 21fb077a1Smrg 3a5a92c01Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 4a5a92c01Smrg#undef HAVE_INTTYPES_H 5a5a92c01Smrg 6a5a92c01Smrg/* Define to 1 if you have the <stdint.h> header file. */ 7a5a92c01Smrg#undef HAVE_STDINT_H 8a5a92c01Smrg 9ebcdf611Smrg/* Define to 1 if you have the <stdio.h> header file. */ 10ebcdf611Smrg#undef HAVE_STDIO_H 11ebcdf611Smrg 12a5a92c01Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 13a5a92c01Smrg#undef HAVE_STDLIB_H 14a5a92c01Smrg 15a5a92c01Smrg/* Define to 1 if you have the <strings.h> header file. */ 16a5a92c01Smrg#undef HAVE_STRINGS_H 17a5a92c01Smrg 18a5a92c01Smrg/* Define to 1 if you have the <string.h> header file. */ 19a5a92c01Smrg#undef HAVE_STRING_H 20a5a92c01Smrg 21a5a92c01Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 22a5a92c01Smrg#undef HAVE_SYS_STAT_H 23a5a92c01Smrg 24a5a92c01Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 25a5a92c01Smrg#undef HAVE_SYS_TYPES_H 26a5a92c01Smrg 27a5a92c01Smrg/* Define to 1 if you have the <unistd.h> header file. */ 28a5a92c01Smrg#undef HAVE_UNISTD_H 29a5a92c01Smrg 301fb077a1Smrg/* Name of package */ 311fb077a1Smrg#undef PACKAGE 321fb077a1Smrg 331fb077a1Smrg/* Define to the address where bug reports for this package should be sent. */ 341fb077a1Smrg#undef PACKAGE_BUGREPORT 351fb077a1Smrg 361fb077a1Smrg/* Define to the full name of this package. */ 371fb077a1Smrg#undef PACKAGE_NAME 381fb077a1Smrg 391fb077a1Smrg/* Define to the full name and version of this package. */ 401fb077a1Smrg#undef PACKAGE_STRING 411fb077a1Smrg 421fb077a1Smrg/* Define to the one symbol short name of this package. */ 431fb077a1Smrg#undef PACKAGE_TARNAME 441fb077a1Smrg 45a5a92c01Smrg/* Define to the home page for this package. */ 46a5a92c01Smrg#undef PACKAGE_URL 47a5a92c01Smrg 481fb077a1Smrg/* Define to the version of this package. */ 491fb077a1Smrg#undef PACKAGE_VERSION 501fb077a1Smrg 511fb077a1Smrg/* Major version of this package */ 521fb077a1Smrg#undef PACKAGE_VERSION_MAJOR 531fb077a1Smrg 541fb077a1Smrg/* Minor version of this package */ 551fb077a1Smrg#undef PACKAGE_VERSION_MINOR 561fb077a1Smrg 571fb077a1Smrg/* Patch version of this package */ 581fb077a1Smrg#undef PACKAGE_VERSION_PATCHLEVEL 591fb077a1Smrg 60ebcdf611Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 61ebcdf611Smrg required in a freestanding environment). This macro is provided for 62ebcdf611Smrg backward compatibility; new code need not use it. */ 63a5a92c01Smrg#undef STDC_HEADERS 64a5a92c01Smrg 651fb077a1Smrg/* Version number of package */ 661fb077a1Smrg#undef VERSION 67