10fa2845dSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 20fa2845dSmrg 37888fd0eSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 47888fd0eSmrg#undef HAVE_INTTYPES_H 57888fd0eSmrg 67888fd0eSmrg/* Define to 1 if you have the <stdint.h> header file. */ 77888fd0eSmrg#undef HAVE_STDINT_H 87888fd0eSmrg 9a0d387c7Smrg/* Define to 1 if you have the <stdio.h> header file. */ 10a0d387c7Smrg#undef HAVE_STDIO_H 11a0d387c7Smrg 127888fd0eSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 137888fd0eSmrg#undef HAVE_STDLIB_H 147888fd0eSmrg 157888fd0eSmrg/* Define to 1 if you have the <strings.h> header file. */ 167888fd0eSmrg#undef HAVE_STRINGS_H 177888fd0eSmrg 187888fd0eSmrg/* Define to 1 if you have the <string.h> header file. */ 197888fd0eSmrg#undef HAVE_STRING_H 207888fd0eSmrg 217888fd0eSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 227888fd0eSmrg#undef HAVE_SYS_STAT_H 237888fd0eSmrg 247888fd0eSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 257888fd0eSmrg#undef HAVE_SYS_TYPES_H 267888fd0eSmrg 277888fd0eSmrg/* Define to 1 if you have the <unistd.h> header file. */ 287888fd0eSmrg#undef HAVE_UNISTD_H 297888fd0eSmrg 300fa2845dSmrg/* Name of package */ 310fa2845dSmrg#undef PACKAGE 320fa2845dSmrg 330fa2845dSmrg/* Define to the address where bug reports for this package should be sent. */ 340fa2845dSmrg#undef PACKAGE_BUGREPORT 350fa2845dSmrg 360fa2845dSmrg/* Define to the full name of this package. */ 370fa2845dSmrg#undef PACKAGE_NAME 380fa2845dSmrg 390fa2845dSmrg/* Define to the full name and version of this package. */ 400fa2845dSmrg#undef PACKAGE_STRING 410fa2845dSmrg 420fa2845dSmrg/* Define to the one symbol short name of this package. */ 430fa2845dSmrg#undef PACKAGE_TARNAME 440fa2845dSmrg 45ec74af46Smrg/* Define to the home page for this package. */ 46ec74af46Smrg#undef PACKAGE_URL 47ec74af46Smrg 480fa2845dSmrg/* Define to the version of this package. */ 490fa2845dSmrg#undef PACKAGE_VERSION 500fa2845dSmrg 510fa2845dSmrg/* Major version of this package */ 520fa2845dSmrg#undef PACKAGE_VERSION_MAJOR 530fa2845dSmrg 540fa2845dSmrg/* Minor version of this package */ 550fa2845dSmrg#undef PACKAGE_VERSION_MINOR 560fa2845dSmrg 570fa2845dSmrg/* Patch version of this package */ 580fa2845dSmrg#undef PACKAGE_VERSION_PATCHLEVEL 590fa2845dSmrg 60a0d387c7Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 61a0d387c7Smrg required in a freestanding environment). This macro is provided for 62a0d387c7Smrg backward compatibility; new code need not use it. */ 637888fd0eSmrg#undef STDC_HEADERS 647888fd0eSmrg 650fa2845dSmrg/* Version number of package */ 660fa2845dSmrg#undef VERSION 67