config.h.in revision ffd25bca
13e747e6dSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
23e747e6dSmrg
37a2631fcSmrg/* Define to 1 if you have the <inttypes.h> header file. */
47a2631fcSmrg#undef HAVE_INTTYPES_H
57a2631fcSmrg
67a2631fcSmrg/* Define to 1 if you have the <memory.h> header file. */
77a2631fcSmrg#undef HAVE_MEMORY_H
87a2631fcSmrg
93e747e6dSmrg/* Define to 1 if you have the `mkstemp' function. */
107a2631fcSmrg#undef HAVE_MKSTEMP
117a2631fcSmrg
127a2631fcSmrg/* Define to 1 if you have the <stdint.h> header file. */
137a2631fcSmrg#undef HAVE_STDINT_H
147a2631fcSmrg
157a2631fcSmrg/* Define to 1 if you have the <stdlib.h> header file. */
167a2631fcSmrg#undef HAVE_STDLIB_H
177a2631fcSmrg
187a2631fcSmrg/* Define to 1 if you have the <strings.h> header file. */
197a2631fcSmrg#undef HAVE_STRINGS_H
207a2631fcSmrg
217a2631fcSmrg/* Define to 1 if you have the <string.h> header file. */
227a2631fcSmrg#undef HAVE_STRING_H
237a2631fcSmrg
247a2631fcSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
257a2631fcSmrg#undef HAVE_SYS_STAT_H
267a2631fcSmrg
277a2631fcSmrg/* Define to 1 if you have the <sys/types.h> header file. */
287a2631fcSmrg#undef HAVE_SYS_TYPES_H
297a2631fcSmrg
307a2631fcSmrg/* Define to 1 if you have the <unistd.h> header file. */
317a2631fcSmrg#undef HAVE_UNISTD_H
323e747e6dSmrg
333e747e6dSmrg/* Name of package */
343e747e6dSmrg#undef PACKAGE
353e747e6dSmrg
363e747e6dSmrg/* Define to the address where bug reports for this package should be sent. */
373e747e6dSmrg#undef PACKAGE_BUGREPORT
383e747e6dSmrg
393e747e6dSmrg/* Define to the full name of this package. */
403e747e6dSmrg#undef PACKAGE_NAME
413e747e6dSmrg
423e747e6dSmrg/* Define to the full name and version of this package. */
433e747e6dSmrg#undef PACKAGE_STRING
443e747e6dSmrg
453e747e6dSmrg/* Define to the one symbol short name of this package. */
463e747e6dSmrg#undef PACKAGE_TARNAME
473e747e6dSmrg
487a2631fcSmrg/* Define to the home page for this package. */
497a2631fcSmrg#undef PACKAGE_URL
507a2631fcSmrg
513e747e6dSmrg/* Define to the version of this package. */
523e747e6dSmrg#undef PACKAGE_VERSION
533e747e6dSmrg
543e747e6dSmrg/* Major version of this package */
553e747e6dSmrg#undef PACKAGE_VERSION_MAJOR
563e747e6dSmrg
573e747e6dSmrg/* Minor version of this package */
583e747e6dSmrg#undef PACKAGE_VERSION_MINOR
593e747e6dSmrg
603e747e6dSmrg/* Patch version of this package */
613e747e6dSmrg#undef PACKAGE_VERSION_PATCHLEVEL
623e747e6dSmrg
637a2631fcSmrg/* Define to 1 if you have the ANSI C header files. */
647a2631fcSmrg#undef STDC_HEADERS
657a2631fcSmrg
66ffd25bcaSmrg/* Enable extensions on AIX 3, Interix.  */
67ffd25bcaSmrg#ifndef _ALL_SOURCE
68ffd25bcaSmrg# undef _ALL_SOURCE
69ffd25bcaSmrg#endif
70ffd25bcaSmrg/* Enable GNU extensions on systems that have them.  */
71ffd25bcaSmrg#ifndef _GNU_SOURCE
72ffd25bcaSmrg# undef _GNU_SOURCE
73ffd25bcaSmrg#endif
74ffd25bcaSmrg/* Enable threading extensions on Solaris.  */
75ffd25bcaSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
76ffd25bcaSmrg# undef _POSIX_PTHREAD_SEMANTICS
77ffd25bcaSmrg#endif
78ffd25bcaSmrg/* Enable extensions on HP NonStop.  */
79ffd25bcaSmrg#ifndef _TANDEM_SOURCE
80ffd25bcaSmrg# undef _TANDEM_SOURCE
81ffd25bcaSmrg#endif
82ffd25bcaSmrg/* Enable general extensions on Solaris.  */
83ffd25bcaSmrg#ifndef __EXTENSIONS__
84ffd25bcaSmrg# undef __EXTENSIONS__
85ffd25bcaSmrg#endif
86ffd25bcaSmrg
87ffd25bcaSmrg
883e747e6dSmrg/* Version number of package */
893e747e6dSmrg#undef VERSION
903e747e6dSmrg
913e747e6dSmrg/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
923e747e6dSmrg   `char[]'. */
933e747e6dSmrg#undef YYTEXT_POINTER
94ffd25bcaSmrg
95ffd25bcaSmrg/* Define to 1 if on MINIX. */
96ffd25bcaSmrg#undef _MINIX
97ffd25bcaSmrg
98ffd25bcaSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
99ffd25bcaSmrg   this defined. */
100ffd25bcaSmrg#undef _POSIX_1_SOURCE
101ffd25bcaSmrg
102ffd25bcaSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
103ffd25bcaSmrg#undef _POSIX_SOURCE
104