1/* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 4 systems. This function is required for `alloca.c' support on those systems. 5 */ 6#undef CRAY_STACKSEG_END 7 8/* Define to 1 if using `alloca.c'. */ 9#undef C_ALLOCA 10 11/* Define to 1 if translation of program messages to the user's native 12 language is requested. */ 13#undef ENABLE_NLS 14 15/* Define to 1 if you have `alloca', as a function or macro. */ 16#undef HAVE_ALLOCA 17 18/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 19 */ 20#undef HAVE_ALLOCA_H 21 22/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the 23 CoreFoundation framework. */ 24#undef HAVE_CFLOCALECOPYCURRENT 25 26/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 27 the CoreFoundation framework. */ 28#undef HAVE_CFPREFERENCESCOPYAPPVALUE 29 30/* Define if the GNU dcgettext() function is already present or preinstalled. 31 */ 32#undef HAVE_DCGETTEXT 33 34/* Define to 1 if you have the <dlfcn.h> header file. */ 35#undef HAVE_DLFCN_H 36 37/* Define to 1 if you have the `dup2' function. */ 38#undef HAVE_DUP2 39 40/* Define to 1 if you have the `fork' function. */ 41#undef HAVE_FORK 42 43/* Define if the GNU gettext() function is already present or preinstalled. */ 44#undef HAVE_GETTEXT 45 46/* Define if you have the iconv() function and it works. */ 47#undef HAVE_ICONV 48 49/* Define to 1 if you have the <inttypes.h> header file. */ 50#undef HAVE_INTTYPES_H 51 52/* Define to 1 if you have the <libintl.h> header file. */ 53#undef HAVE_LIBINTL_H 54 55/* Define to 1 if you have the `m' library (-lm). */ 56#undef HAVE_LIBM 57 58/* pthread library */ 59#undef HAVE_LIBPTHREAD 60 61/* Define to 1 if you have the <limits.h> header file. */ 62#undef HAVE_LIMITS_H 63 64/* Define to 1 if you have the <locale.h> header file. */ 65#undef HAVE_LOCALE_H 66 67/* Define to 1 if your system has a GNU libc compatible `malloc' function, and 68 to 0 otherwise. */ 69#undef HAVE_MALLOC 70 71/* Define to 1 if you have the <malloc.h> header file. */ 72#undef HAVE_MALLOC_H 73 74/* Define to 1 if you have the <memory.h> header file. */ 75#undef HAVE_MEMORY_H 76 77/* Define to 1 if you have the `memset' function. */ 78#undef HAVE_MEMSET 79 80/* Define to 1 if you have the <netinet/in.h> header file. */ 81#undef HAVE_NETINET_IN_H 82 83/* Define to 1 if you have the `pow' function. */ 84#undef HAVE_POW 85 86/* Define to 1 if you have the <pthread.h> header file. */ 87#undef HAVE_PTHREAD_H 88 89/* Define to 1 if your system has a GNU libc compatible `realloc' function, 90 and to 0 otherwise. */ 91#undef HAVE_REALLOC 92 93/* Define to 1 if you have the `reallocarray' function. */ 94#undef HAVE_REALLOCARRAY 95 96/* Define to 1 if you have the `regcomp' function. */ 97#undef HAVE_REGCOMP 98 99/* Define to 1 if you have the <regex.h> header file. */ 100#undef HAVE_REGEX_H 101 102/* Define to 1 if you have the `setlocale' function. */ 103#undef HAVE_SETLOCALE 104 105/* Define to 1 if stdbool.h conforms to C99. */ 106#undef HAVE_STDBOOL_H 107 108/* Define to 1 if you have the <stdint.h> header file. */ 109#undef HAVE_STDINT_H 110 111/* Define to 1 if you have the <stdlib.h> header file. */ 112#undef HAVE_STDLIB_H 113 114/* Define to 1 if you have the `strchr' function. */ 115#undef HAVE_STRCHR 116 117/* Define to 1 if you have the `strdup' function. */ 118#undef HAVE_STRDUP 119 120/* Define to 1 if you have the <strings.h> header file. */ 121#undef HAVE_STRINGS_H 122 123/* Define to 1 if you have the <string.h> header file. */ 124#undef HAVE_STRING_H 125 126/* Define to 1 if you have the `strtol' function. */ 127#undef HAVE_STRTOL 128 129/* Define to 1 if you have the <sys/stat.h> header file. */ 130#undef HAVE_SYS_STAT_H 131 132/* Define to 1 if you have the <sys/types.h> header file. */ 133#undef HAVE_SYS_TYPES_H 134 135/* Define to 1 if you have the <unistd.h> header file. */ 136#undef HAVE_UNISTD_H 137 138/* Define to 1 if you have the `vfork' function. */ 139#undef HAVE_VFORK 140 141/* Define to 1 if you have the <vfork.h> header file. */ 142#undef HAVE_VFORK_H 143 144/* Define to 1 if `fork' works. */ 145#undef HAVE_WORKING_FORK 146 147/* Define to 1 if `vfork' works. */ 148#undef HAVE_WORKING_VFORK 149 150/* Define to 1 if the system has the type `_Bool'. */ 151#undef HAVE__BOOL 152 153/* Define to the sub-directory where libtool stores uninstalled libraries. */ 154#undef LT_OBJDIR 155 156/* Define to the m4 executable name. */ 157#undef M4 158 159/* Name of package */ 160#undef PACKAGE 161 162/* Define to the address where bug reports for this package should be sent. */ 163#undef PACKAGE_BUGREPORT 164 165/* Define to the full name of this package. */ 166#undef PACKAGE_NAME 167 168/* Define to the full name and version of this package. */ 169#undef PACKAGE_STRING 170 171/* Define to the one symbol short name of this package. */ 172#undef PACKAGE_TARNAME 173 174/* Define to the home page for this package. */ 175#undef PACKAGE_URL 176 177/* Define to the version of this package. */ 178#undef PACKAGE_VERSION 179 180/* If using the C implementation of alloca, define if you know the 181 direction of stack growth for your system; otherwise it will be 182 automatically deduced at runtime. 183 STACK_DIRECTION > 0 => grows toward higher addresses 184 STACK_DIRECTION < 0 => grows toward lower addresses 185 STACK_DIRECTION = 0 => direction of growth unknown */ 186#undef STACK_DIRECTION 187 188/* Define to 1 if you have the ANSI C header files. */ 189#undef STDC_HEADERS 190 191/* Version number of package */ 192#undef VERSION 193 194/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 195 `char[]'. */ 196#undef YYTEXT_POINTER 197 198/* Define to empty if `const' does not conform to ANSI C. */ 199#undef const 200 201/* Define to rpl_malloc if the replacement function should be used. */ 202#undef malloc 203 204/* Define to `int' if <sys/types.h> does not define. */ 205#undef pid_t 206 207/* Define to rpl_realloc if the replacement function should be used. */ 208#undef realloc 209 210/* Define to `unsigned int' if <sys/types.h> does not define. */ 211#undef size_t 212 213/* Define as `fork' if `vfork' does not work. */ 214#undef vfork 215