config.h.in revision ecb85c42
153354cdbSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
253354cdbSmrg
353354cdbSmrg/* Header file to include for dbm functions */
453354cdbSmrg#undef DBM_HEADER
553354cdbSmrg
6ecb85c42Smrg/* Define to 1 if you have the `asprintf' function. */
7ecb85c42Smrg#undef HAVE_ASPRINTF
8ecb85c42Smrg
953354cdbSmrg/* Define to 1 if you have the <inttypes.h> header file. */
1053354cdbSmrg#undef HAVE_INTTYPES_H
1153354cdbSmrg
1253354cdbSmrg/* Define to 1 if you have the <memory.h> header file. */
1353354cdbSmrg#undef HAVE_MEMORY_H
1453354cdbSmrg
1553354cdbSmrg/* Define to 1 if you have the <stdint.h> header file. */
1653354cdbSmrg#undef HAVE_STDINT_H
1753354cdbSmrg
1853354cdbSmrg/* Define to 1 if you have the <stdlib.h> header file. */
1953354cdbSmrg#undef HAVE_STDLIB_H
2053354cdbSmrg
2153354cdbSmrg/* Define to 1 if you have the <strings.h> header file. */
2253354cdbSmrg#undef HAVE_STRINGS_H
2353354cdbSmrg
2453354cdbSmrg/* Define to 1 if you have the <string.h> header file. */
2553354cdbSmrg#undef HAVE_STRING_H
2653354cdbSmrg
2753354cdbSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
2853354cdbSmrg#undef HAVE_SYS_STAT_H
2953354cdbSmrg
3053354cdbSmrg/* Define to 1 if you have the <sys/types.h> header file. */
3153354cdbSmrg#undef HAVE_SYS_TYPES_H
3253354cdbSmrg
3353354cdbSmrg/* Define to 1 if you have the <unistd.h> header file. */
3453354cdbSmrg#undef HAVE_UNISTD_H
3553354cdbSmrg
3653354cdbSmrg/* Define to 1 if you have ndbm.h interfaces */
3753354cdbSmrg#undef NDBM
3853354cdbSmrg
3953354cdbSmrg/* Name of package */
4053354cdbSmrg#undef PACKAGE
4153354cdbSmrg
4253354cdbSmrg/* Define to the address where bug reports for this package should be sent. */
4353354cdbSmrg#undef PACKAGE_BUGREPORT
4453354cdbSmrg
4553354cdbSmrg/* Define to the full name of this package. */
4653354cdbSmrg#undef PACKAGE_NAME
4753354cdbSmrg
4853354cdbSmrg/* Define to the full name and version of this package. */
4953354cdbSmrg#undef PACKAGE_STRING
5053354cdbSmrg
5153354cdbSmrg/* Define to the one symbol short name of this package. */
5253354cdbSmrg#undef PACKAGE_TARNAME
5353354cdbSmrg
5486bbecbeSmrg/* Define to the home page for this package. */
5586bbecbeSmrg#undef PACKAGE_URL
5686bbecbeSmrg
5753354cdbSmrg/* Define to the version of this package. */
5853354cdbSmrg#undef PACKAGE_VERSION
5953354cdbSmrg
6053354cdbSmrg/* Major version of this package */
6153354cdbSmrg#undef PACKAGE_VERSION_MAJOR
6253354cdbSmrg
6353354cdbSmrg/* Minor version of this package */
6453354cdbSmrg#undef PACKAGE_VERSION_MINOR
6553354cdbSmrg
6653354cdbSmrg/* Patch version of this package */
6753354cdbSmrg#undef PACKAGE_VERSION_PATCHLEVEL
6853354cdbSmrg
6953354cdbSmrg/* Define to 1 if you have the ANSI C header files. */
7053354cdbSmrg#undef STDC_HEADERS
7153354cdbSmrg
7253354cdbSmrg/* Define to 1 to use plain text files for rgb database */
7353354cdbSmrg#undef USE_RGB_TXT
7453354cdbSmrg
75ecb85c42Smrg/* Enable extensions on AIX 3, Interix.  */
76ecb85c42Smrg#ifndef _ALL_SOURCE
77ecb85c42Smrg# undef _ALL_SOURCE
78ecb85c42Smrg#endif
79ecb85c42Smrg/* Enable GNU extensions on systems that have them.  */
80ecb85c42Smrg#ifndef _GNU_SOURCE
81ecb85c42Smrg# undef _GNU_SOURCE
82ecb85c42Smrg#endif
83ecb85c42Smrg/* Enable threading extensions on Solaris.  */
84ecb85c42Smrg#ifndef _POSIX_PTHREAD_SEMANTICS
85ecb85c42Smrg# undef _POSIX_PTHREAD_SEMANTICS
86ecb85c42Smrg#endif
87ecb85c42Smrg/* Enable extensions on HP NonStop.  */
88ecb85c42Smrg#ifndef _TANDEM_SOURCE
89ecb85c42Smrg# undef _TANDEM_SOURCE
90ecb85c42Smrg#endif
91ecb85c42Smrg/* Enable general extensions on Solaris.  */
92ecb85c42Smrg#ifndef __EXTENSIONS__
93ecb85c42Smrg# undef __EXTENSIONS__
94ecb85c42Smrg#endif
95ecb85c42Smrg
96ecb85c42Smrg
9753354cdbSmrg/* Version number of package */
9853354cdbSmrg#undef VERSION
99ecb85c42Smrg
100ecb85c42Smrg/* Define to 1 if on MINIX. */
101ecb85c42Smrg#undef _MINIX
102ecb85c42Smrg
103ecb85c42Smrg/* Define to 2 if the system does not provide POSIX.1 features except with
104ecb85c42Smrg   this defined. */
105ecb85c42Smrg#undef _POSIX_1_SOURCE
106ecb85c42Smrg
107ecb85c42Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */
108ecb85c42Smrg#undef _POSIX_SOURCE
109