config.h.in revision 53354cdb
153354cdbSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 253354cdbSmrg 353354cdbSmrg/* Header file to include for dbm functions */ 453354cdbSmrg#undef DBM_HEADER 553354cdbSmrg 653354cdbSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 753354cdbSmrg#undef HAVE_INTTYPES_H 853354cdbSmrg 953354cdbSmrg/* Define to 1 if you have the <memory.h> header file. */ 1053354cdbSmrg#undef HAVE_MEMORY_H 1153354cdbSmrg 1253354cdbSmrg/* Define to 1 if you have the <stdint.h> header file. */ 1353354cdbSmrg#undef HAVE_STDINT_H 1453354cdbSmrg 1553354cdbSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 1653354cdbSmrg#undef HAVE_STDLIB_H 1753354cdbSmrg 1853354cdbSmrg/* Define to 1 if you have the <strings.h> header file. */ 1953354cdbSmrg#undef HAVE_STRINGS_H 2053354cdbSmrg 2153354cdbSmrg/* Define to 1 if you have the <string.h> header file. */ 2253354cdbSmrg#undef HAVE_STRING_H 2353354cdbSmrg 2453354cdbSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2553354cdbSmrg#undef HAVE_SYS_STAT_H 2653354cdbSmrg 2753354cdbSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 2853354cdbSmrg#undef HAVE_SYS_TYPES_H 2953354cdbSmrg 3053354cdbSmrg/* Define to 1 if you have the <unistd.h> header file. */ 3153354cdbSmrg#undef HAVE_UNISTD_H 3253354cdbSmrg 3353354cdbSmrg/* Define to 1 if you have ndbm.h interfaces */ 3453354cdbSmrg#undef NDBM 3553354cdbSmrg 3653354cdbSmrg/* Name of package */ 3753354cdbSmrg#undef PACKAGE 3853354cdbSmrg 3953354cdbSmrg/* Define to the address where bug reports for this package should be sent. */ 4053354cdbSmrg#undef PACKAGE_BUGREPORT 4153354cdbSmrg 4253354cdbSmrg/* Define to the full name of this package. */ 4353354cdbSmrg#undef PACKAGE_NAME 4453354cdbSmrg 4553354cdbSmrg/* Define to the full name and version of this package. */ 4653354cdbSmrg#undef PACKAGE_STRING 4753354cdbSmrg 4853354cdbSmrg/* Define to the one symbol short name of this package. */ 4953354cdbSmrg#undef PACKAGE_TARNAME 5053354cdbSmrg 5153354cdbSmrg/* Define to the version of this package. */ 5253354cdbSmrg#undef PACKAGE_VERSION 5353354cdbSmrg 5453354cdbSmrg/* Major version of this package */ 5553354cdbSmrg#undef PACKAGE_VERSION_MAJOR 5653354cdbSmrg 5753354cdbSmrg/* Minor version of this package */ 5853354cdbSmrg#undef PACKAGE_VERSION_MINOR 5953354cdbSmrg 6053354cdbSmrg/* Patch version of this package */ 6153354cdbSmrg#undef PACKAGE_VERSION_PATCHLEVEL 6253354cdbSmrg 6353354cdbSmrg/* Define to 1 if you have the ANSI C header files. */ 6453354cdbSmrg#undef STDC_HEADERS 6553354cdbSmrg 6653354cdbSmrg/* Define to 1 to use plain text files for rgb database */ 6753354cdbSmrg#undef USE_RGB_TXT 6853354cdbSmrg 6953354cdbSmrg/* Version number of package */ 7053354cdbSmrg#undef VERSION 71