config.h.in revision 7dff02fe
1a850946eSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2a850946eSmrg
370f7c90cSmrg/* Define to 1 if you have the <inttypes.h> header file. */
470f7c90cSmrg#undef HAVE_INTTYPES_H
570f7c90cSmrg
670f7c90cSmrg/* Define to 1 if you have the <memory.h> header file. */
770f7c90cSmrg#undef HAVE_MEMORY_H
870f7c90cSmrg
970f7c90cSmrg/* Define to 1 if you have the <stdint.h> header file. */
1070f7c90cSmrg#undef HAVE_STDINT_H
1170f7c90cSmrg
1270f7c90cSmrg/* Define to 1 if you have the <stdlib.h> header file. */
1370f7c90cSmrg#undef HAVE_STDLIB_H
1470f7c90cSmrg
1570f7c90cSmrg/* Define to 1 if you have the <strings.h> header file. */
1670f7c90cSmrg#undef HAVE_STRINGS_H
1770f7c90cSmrg
1870f7c90cSmrg/* Define to 1 if you have the <string.h> header file. */
1970f7c90cSmrg#undef HAVE_STRING_H
2070f7c90cSmrg
217dff02feSmrg/* Define to 1 if you have a working strnlen function. */
227dff02feSmrg#undef HAVE_STRNLEN
237dff02feSmrg
2470f7c90cSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
2570f7c90cSmrg#undef HAVE_SYS_STAT_H
2670f7c90cSmrg
2770f7c90cSmrg/* Define to 1 if you have the <sys/types.h> header file. */
2870f7c90cSmrg#undef HAVE_SYS_TYPES_H
2970f7c90cSmrg
3070f7c90cSmrg/* Define to 1 if you have the <unistd.h> header file. */
3170f7c90cSmrg#undef HAVE_UNISTD_H
3270f7c90cSmrg
33a850946eSmrg/* Name of package */
34a850946eSmrg#undef PACKAGE
35a850946eSmrg
36a850946eSmrg/* Define to the address where bug reports for this package should be sent. */
37a850946eSmrg#undef PACKAGE_BUGREPORT
38a850946eSmrg
39a850946eSmrg/* Define to the full name of this package. */
40a850946eSmrg#undef PACKAGE_NAME
41a850946eSmrg
42a850946eSmrg/* Define to the full name and version of this package. */
43a850946eSmrg#undef PACKAGE_STRING
44a850946eSmrg
45a850946eSmrg/* Define to the one symbol short name of this package. */
46a850946eSmrg#undef PACKAGE_TARNAME
47a850946eSmrg
487dff02feSmrg/* Define to the home page for this package. */
497dff02feSmrg#undef PACKAGE_URL
507dff02feSmrg
51a850946eSmrg/* Define to the version of this package. */
52a850946eSmrg#undef PACKAGE_VERSION
53a850946eSmrg
5470f7c90cSmrg/* Major version of this package */
5570f7c90cSmrg#undef PACKAGE_VERSION_MAJOR
5670f7c90cSmrg
5770f7c90cSmrg/* Minor version of this package */
5870f7c90cSmrg#undef PACKAGE_VERSION_MINOR
5970f7c90cSmrg
6070f7c90cSmrg/* Patch version of this package */
6170f7c90cSmrg#undef PACKAGE_VERSION_PATCHLEVEL
6270f7c90cSmrg
6370f7c90cSmrg/* Define to 1 if you have the ANSI C header files. */
6470f7c90cSmrg#undef STDC_HEADERS
6570f7c90cSmrg
667dff02feSmrg/* Enable extensions on AIX 3, Interix.  */
677dff02feSmrg#ifndef _ALL_SOURCE
687dff02feSmrg# undef _ALL_SOURCE
697dff02feSmrg#endif
707dff02feSmrg/* Enable GNU extensions on systems that have them.  */
717dff02feSmrg#ifndef _GNU_SOURCE
727dff02feSmrg# undef _GNU_SOURCE
737dff02feSmrg#endif
747dff02feSmrg/* Enable threading extensions on Solaris.  */
757dff02feSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
767dff02feSmrg# undef _POSIX_PTHREAD_SEMANTICS
777dff02feSmrg#endif
787dff02feSmrg/* Enable extensions on HP NonStop.  */
797dff02feSmrg#ifndef _TANDEM_SOURCE
807dff02feSmrg# undef _TANDEM_SOURCE
817dff02feSmrg#endif
827dff02feSmrg/* Enable general extensions on Solaris.  */
837dff02feSmrg#ifndef __EXTENSIONS__
847dff02feSmrg# undef __EXTENSIONS__
857dff02feSmrg#endif
867dff02feSmrg
877dff02feSmrg
88a850946eSmrg/* Version number of package */
89a850946eSmrg#undef VERSION
907dff02feSmrg
917dff02feSmrg/* Define to 1 if on MINIX. */
927dff02feSmrg#undef _MINIX
937dff02feSmrg
947dff02feSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
957dff02feSmrg   this defined. */
967dff02feSmrg#undef _POSIX_1_SOURCE
977dff02feSmrg
987dff02feSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
997dff02feSmrg#undef _POSIX_SOURCE
100