config.h.in revision a8bb11d0
1fd0c672fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2fd0c672fSmrg 3a8bb11d0Smrg/* Define to 1 if you have the `getloadavg' function. */ 4a8bb11d0Smrg#undef HAVE_GETLOADAVG 5a8bb11d0Smrg 648e69166Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 748e69166Smrg#undef HAVE_INTTYPES_H 848e69166Smrg 948e69166Smrg/* Define to 1 if you have the <memory.h> header file. */ 1048e69166Smrg#undef HAVE_MEMORY_H 1148e69166Smrg 1248e69166Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1348e69166Smrg#undef HAVE_STDINT_H 1448e69166Smrg 1548e69166Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1648e69166Smrg#undef HAVE_STDLIB_H 1748e69166Smrg 1848e69166Smrg/* Define to 1 if you have the <strings.h> header file. */ 1948e69166Smrg#undef HAVE_STRINGS_H 2048e69166Smrg 2148e69166Smrg/* Define to 1 if you have the <string.h> header file. */ 2248e69166Smrg#undef HAVE_STRING_H 2348e69166Smrg 24a8bb11d0Smrg/* Define to 1 if you have the <sys/loadavg.h> header file. */ 25a8bb11d0Smrg#undef HAVE_SYS_LOADAVG_H 26a8bb11d0Smrg 2748e69166Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2848e69166Smrg#undef HAVE_SYS_STAT_H 2948e69166Smrg 3048e69166Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 3148e69166Smrg#undef HAVE_SYS_TYPES_H 3248e69166Smrg 3348e69166Smrg/* Define to 1 if you have the <unistd.h> header file. */ 3448e69166Smrg#undef HAVE_UNISTD_H 3548e69166Smrg 3648e69166Smrg/* Location of translated messages */ 3748e69166Smrg#undef LOCALEDIR 3848e69166Smrg 39fd0c672fSmrg/* Name of package */ 40fd0c672fSmrg#undef PACKAGE 41fd0c672fSmrg 42fd0c672fSmrg/* Define to the address where bug reports for this package should be sent. */ 43fd0c672fSmrg#undef PACKAGE_BUGREPORT 44fd0c672fSmrg 45fd0c672fSmrg/* Define to the full name of this package. */ 46fd0c672fSmrg#undef PACKAGE_NAME 47fd0c672fSmrg 48fd0c672fSmrg/* Define to the full name and version of this package. */ 49fd0c672fSmrg#undef PACKAGE_STRING 50fd0c672fSmrg 51fd0c672fSmrg/* Define to the one symbol short name of this package. */ 52fd0c672fSmrg#undef PACKAGE_TARNAME 53fd0c672fSmrg 5448e69166Smrg/* Define to the home page for this package. */ 5548e69166Smrg#undef PACKAGE_URL 5648e69166Smrg 57fd0c672fSmrg/* Define to the version of this package. */ 58fd0c672fSmrg#undef PACKAGE_VERSION 59fd0c672fSmrg 60fd0c672fSmrg/* Major version of this package */ 61fd0c672fSmrg#undef PACKAGE_VERSION_MAJOR 62fd0c672fSmrg 63fd0c672fSmrg/* Minor version of this package */ 64fd0c672fSmrg#undef PACKAGE_VERSION_MINOR 65fd0c672fSmrg 66fd0c672fSmrg/* Patch version of this package */ 67fd0c672fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 68fd0c672fSmrg 6948e69166Smrg/* Define to 1 if you have the ANSI C header files. */ 7048e69166Smrg#undef STDC_HEADERS 7148e69166Smrg 7248e69166Smrg/* Define to 1 if you want to use the gettext() function. */ 7348e69166Smrg#undef USE_GETTEXT 7448e69166Smrg 75a8bb11d0Smrg/* Enable extensions on AIX 3, Interix. */ 76a8bb11d0Smrg#ifndef _ALL_SOURCE 77a8bb11d0Smrg# undef _ALL_SOURCE 78a8bb11d0Smrg#endif 79a8bb11d0Smrg/* Enable GNU extensions on systems that have them. */ 80a8bb11d0Smrg#ifndef _GNU_SOURCE 81a8bb11d0Smrg# undef _GNU_SOURCE 82a8bb11d0Smrg#endif 83a8bb11d0Smrg/* Enable threading extensions on Solaris. */ 84a8bb11d0Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 85a8bb11d0Smrg# undef _POSIX_PTHREAD_SEMANTICS 86a8bb11d0Smrg#endif 87a8bb11d0Smrg/* Enable extensions on HP NonStop. */ 88a8bb11d0Smrg#ifndef _TANDEM_SOURCE 89a8bb11d0Smrg# undef _TANDEM_SOURCE 90a8bb11d0Smrg#endif 91a8bb11d0Smrg/* Enable general extensions on Solaris. */ 92a8bb11d0Smrg#ifndef __EXTENSIONS__ 93a8bb11d0Smrg# undef __EXTENSIONS__ 94a8bb11d0Smrg#endif 95a8bb11d0Smrg 96a8bb11d0Smrg 97fd0c672fSmrg/* Version number of package */ 98fd0c672fSmrg#undef VERSION 99a8bb11d0Smrg 100a8bb11d0Smrg/* Define to 1 if on MINIX. */ 101a8bb11d0Smrg#undef _MINIX 102a8bb11d0Smrg 103a8bb11d0Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 104a8bb11d0Smrg this defined. */ 105a8bb11d0Smrg#undef _POSIX_1_SOURCE 106a8bb11d0Smrg 107a8bb11d0Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 108a8bb11d0Smrg#undef _POSIX_SOURCE 109