config.h.in revision c3d5982a
17da8b7e3Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 27da8b7e3Smrg 3123e2cc7Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 4123e2cc7Smrg#undef HAVE_INTTYPES_H 5123e2cc7Smrg 6123e2cc7Smrg/* Define to 1 if you have the <memory.h> header file. */ 7123e2cc7Smrg#undef HAVE_MEMORY_H 8123e2cc7Smrg 9123e2cc7Smrg/* Define to 1 if you have the <stdint.h> header file. */ 10123e2cc7Smrg#undef HAVE_STDINT_H 11123e2cc7Smrg 12123e2cc7Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 13123e2cc7Smrg#undef HAVE_STDLIB_H 14123e2cc7Smrg 15c3d5982aSmrg/* Define to 1 if you have the `strcasecmp' function. */ 16c3d5982aSmrg#undef HAVE_STRCASECMP 17c3d5982aSmrg 18123e2cc7Smrg/* Define to 1 if you have the <strings.h> header file. */ 19123e2cc7Smrg#undef HAVE_STRINGS_H 20123e2cc7Smrg 21123e2cc7Smrg/* Define to 1 if you have the <string.h> header file. */ 22123e2cc7Smrg#undef HAVE_STRING_H 23123e2cc7Smrg 24123e2cc7Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 25123e2cc7Smrg#undef HAVE_SYS_STAT_H 26123e2cc7Smrg 27123e2cc7Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 28123e2cc7Smrg#undef HAVE_SYS_TYPES_H 29123e2cc7Smrg 30123e2cc7Smrg/* Define to 1 if you have the <unistd.h> header file. */ 31123e2cc7Smrg#undef HAVE_UNISTD_H 32123e2cc7Smrg 337da8b7e3Smrg/* Name of package */ 347da8b7e3Smrg#undef PACKAGE 357da8b7e3Smrg 367da8b7e3Smrg/* Define to the address where bug reports for this package should be sent. */ 377da8b7e3Smrg#undef PACKAGE_BUGREPORT 387da8b7e3Smrg 397da8b7e3Smrg/* Define to the full name of this package. */ 407da8b7e3Smrg#undef PACKAGE_NAME 417da8b7e3Smrg 427da8b7e3Smrg/* Define to the full name and version of this package. */ 437da8b7e3Smrg#undef PACKAGE_STRING 447da8b7e3Smrg 457da8b7e3Smrg/* Define to the one symbol short name of this package. */ 467da8b7e3Smrg#undef PACKAGE_TARNAME 477da8b7e3Smrg 48bded5d25Smrg/* Define to the home page for this package. */ 49bded5d25Smrg#undef PACKAGE_URL 50bded5d25Smrg 517da8b7e3Smrg/* Define to the version of this package. */ 527da8b7e3Smrg#undef PACKAGE_VERSION 537da8b7e3Smrg 54123e2cc7Smrg/* Major version of this package */ 55123e2cc7Smrg#undef PACKAGE_VERSION_MAJOR 56123e2cc7Smrg 57123e2cc7Smrg/* Minor version of this package */ 58123e2cc7Smrg#undef PACKAGE_VERSION_MINOR 59123e2cc7Smrg 60123e2cc7Smrg/* Patch version of this package */ 61123e2cc7Smrg#undef PACKAGE_VERSION_PATCHLEVEL 62123e2cc7Smrg 63123e2cc7Smrg/* Define to 1 if you have the ANSI C header files. */ 64123e2cc7Smrg#undef STDC_HEADERS 65123e2cc7Smrg 66c3d5982aSmrg/* Enable extensions on AIX 3, Interix. */ 67c3d5982aSmrg#ifndef _ALL_SOURCE 68c3d5982aSmrg# undef _ALL_SOURCE 69c3d5982aSmrg#endif 70c3d5982aSmrg/* Enable GNU extensions on systems that have them. */ 71c3d5982aSmrg#ifndef _GNU_SOURCE 72c3d5982aSmrg# undef _GNU_SOURCE 73c3d5982aSmrg#endif 74c3d5982aSmrg/* Enable threading extensions on Solaris. */ 75c3d5982aSmrg#ifndef _POSIX_PTHREAD_SEMANTICS 76c3d5982aSmrg# undef _POSIX_PTHREAD_SEMANTICS 77c3d5982aSmrg#endif 78c3d5982aSmrg/* Enable extensions on HP NonStop. */ 79c3d5982aSmrg#ifndef _TANDEM_SOURCE 80c3d5982aSmrg# undef _TANDEM_SOURCE 81c3d5982aSmrg#endif 82c3d5982aSmrg/* Enable general extensions on Solaris. */ 83c3d5982aSmrg#ifndef __EXTENSIONS__ 84c3d5982aSmrg# undef __EXTENSIONS__ 85c3d5982aSmrg#endif 86c3d5982aSmrg 87c3d5982aSmrg 887da8b7e3Smrg/* Version number of package */ 897da8b7e3Smrg#undef VERSION 90c3d5982aSmrg 91c3d5982aSmrg/* Define to 1 if on MINIX. */ 92c3d5982aSmrg#undef _MINIX 93c3d5982aSmrg 94c3d5982aSmrg/* Define to 2 if the system does not provide POSIX.1 features except with 95c3d5982aSmrg this defined. */ 96c3d5982aSmrg#undef _POSIX_1_SOURCE 97c3d5982aSmrg 98c3d5982aSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 99c3d5982aSmrg#undef _POSIX_SOURCE 100