config.h.in revision db17cd6d
176910425Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 276910425Smrg 3db17cd6dSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 4db17cd6dSmrg#undef HAVE_INTTYPES_H 5db17cd6dSmrg 6db17cd6dSmrg/* Define to 1 if you have the <memory.h> header file. */ 7db17cd6dSmrg#undef HAVE_MEMORY_H 8db17cd6dSmrg 9db17cd6dSmrg/* Define to 1 if you have the <stdint.h> header file. */ 10db17cd6dSmrg#undef HAVE_STDINT_H 11db17cd6dSmrg 12db17cd6dSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 13db17cd6dSmrg#undef HAVE_STDLIB_H 14db17cd6dSmrg 15db17cd6dSmrg/* Define to 1 if you have the <strings.h> header file. */ 16db17cd6dSmrg#undef HAVE_STRINGS_H 17db17cd6dSmrg 18db17cd6dSmrg/* Define to 1 if you have the <string.h> header file. */ 19db17cd6dSmrg#undef HAVE_STRING_H 20db17cd6dSmrg 21db17cd6dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 22db17cd6dSmrg#undef HAVE_SYS_STAT_H 23db17cd6dSmrg 24db17cd6dSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 25db17cd6dSmrg#undef HAVE_SYS_TYPES_H 26db17cd6dSmrg 27db17cd6dSmrg/* Define to 1 if you have the <unistd.h> header file. */ 28db17cd6dSmrg#undef HAVE_UNISTD_H 29db17cd6dSmrg 3076910425Smrg/* Name of package */ 3176910425Smrg#undef PACKAGE 3276910425Smrg 3376910425Smrg/* Define to the address where bug reports for this package should be sent. */ 3476910425Smrg#undef PACKAGE_BUGREPORT 3576910425Smrg 3676910425Smrg/* Define to the full name of this package. */ 3776910425Smrg#undef PACKAGE_NAME 3876910425Smrg 3976910425Smrg/* Define to the full name and version of this package. */ 4076910425Smrg#undef PACKAGE_STRING 4176910425Smrg 4276910425Smrg/* Define to the one symbol short name of this package. */ 4376910425Smrg#undef PACKAGE_TARNAME 4476910425Smrg 4576910425Smrg/* Define to the version of this package. */ 4676910425Smrg#undef PACKAGE_VERSION 4776910425Smrg 48db17cd6dSmrg/* Major version of this package */ 49db17cd6dSmrg#undef PACKAGE_VERSION_MAJOR 50db17cd6dSmrg 51db17cd6dSmrg/* Minor version of this package */ 52db17cd6dSmrg#undef PACKAGE_VERSION_MINOR 53db17cd6dSmrg 54db17cd6dSmrg/* Patch version of this package */ 55db17cd6dSmrg#undef PACKAGE_VERSION_PATCHLEVEL 56db17cd6dSmrg 57db17cd6dSmrg/* Define to 1 if you have the ANSI C header files. */ 58db17cd6dSmrg#undef STDC_HEADERS 59db17cd6dSmrg 6076910425Smrg/* Version number of package */ 6176910425Smrg#undef VERSION 62