184d9c625SLionel Sambuc /* config.h. Generated from conf.in by configure. */ 2*0a6a1f1dSLionel Sambuc /* conf.in. Generated from configure.ac by autoheader. */ 3357f1050SThomas Veerman 4357f1050SThomas Veerman /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 5357f1050SThomas Veerman systems. This function is required for `alloca.c' support on those systems. 6357f1050SThomas Veerman */ 7357f1050SThomas Veerman /* #undef CRAY_STACKSEG_END */ 8357f1050SThomas Veerman 9357f1050SThomas Veerman /* Define to 1 if using `alloca.c'. */ 10357f1050SThomas Veerman /* #undef C_ALLOCA */ 11357f1050SThomas Veerman 12357f1050SThomas Veerman /* Define to 1 if translation of program messages to the user's native 13357f1050SThomas Veerman language is requested. */ 14357f1050SThomas Veerman /* #undef ENABLE_NLS */ 15357f1050SThomas Veerman 16357f1050SThomas Veerman /* Define to 1 if you have `alloca', as a function or macro. */ 17357f1050SThomas Veerman #define HAVE_ALLOCA 1 18357f1050SThomas Veerman 19357f1050SThomas Veerman /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 20357f1050SThomas Veerman */ 21357f1050SThomas Veerman /* #undef HAVE_ALLOCA_H */ 22357f1050SThomas Veerman 23*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 24*0a6a1f1dSLionel Sambuc CoreFoundation framework. */ 25*0a6a1f1dSLionel Sambuc /* #undef HAVE_CFLOCALECOPYCURRENT */ 26*0a6a1f1dSLionel Sambuc 27*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 28*0a6a1f1dSLionel Sambuc the CoreFoundation framework. */ 29*0a6a1f1dSLionel Sambuc /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 30*0a6a1f1dSLionel Sambuc 31357f1050SThomas Veerman /* Define if the GNU dcgettext() function is already present or preinstalled. 32357f1050SThomas Veerman */ 33357f1050SThomas Veerman /* #undef HAVE_DCGETTEXT */ 34357f1050SThomas Veerman 35*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 36*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1 37*0a6a1f1dSLionel Sambuc 38357f1050SThomas Veerman /* Define to 1 if you have the `dup2' function. */ 39357f1050SThomas Veerman #define HAVE_DUP2 1 40357f1050SThomas Veerman 41357f1050SThomas Veerman /* Define to 1 if you have the `fork' function. */ 42357f1050SThomas Veerman #define HAVE_FORK 1 43357f1050SThomas Veerman 44357f1050SThomas Veerman /* Define if the GNU gettext() function is already present or preinstalled. */ 45357f1050SThomas Veerman /* #undef HAVE_GETTEXT */ 46357f1050SThomas Veerman 47*0a6a1f1dSLionel Sambuc /* Define if you have the iconv() function and it works. */ 48357f1050SThomas Veerman #define HAVE_ICONV 1 49357f1050SThomas Veerman 50357f1050SThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 51357f1050SThomas Veerman #define HAVE_INTTYPES_H 1 52357f1050SThomas Veerman 53357f1050SThomas Veerman /* Define to 1 if you have the `isascii' function. */ 54357f1050SThomas Veerman #define HAVE_ISASCII 1 55357f1050SThomas Veerman 56357f1050SThomas Veerman /* Define to 1 if you have the <libintl.h> header file. */ 57357f1050SThomas Veerman #define HAVE_LIBINTL_H 1 58357f1050SThomas Veerman 59357f1050SThomas Veerman /* Define to 1 if you have the `m' library (-lm). */ 60357f1050SThomas Veerman #define HAVE_LIBM 1 61357f1050SThomas Veerman 62357f1050SThomas Veerman /* pthread library */ 63357f1050SThomas Veerman #define HAVE_LIBPTHREAD 1 64357f1050SThomas Veerman 65357f1050SThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 66357f1050SThomas Veerman #define HAVE_LIMITS_H 1 67357f1050SThomas Veerman 68357f1050SThomas Veerman /* Define to 1 if you have the <locale.h> header file. */ 69357f1050SThomas Veerman #define HAVE_LOCALE_H 1 70357f1050SThomas Veerman 71357f1050SThomas Veerman /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 72357f1050SThomas Veerman to 0 otherwise. */ 73357f1050SThomas Veerman #define HAVE_MALLOC 1 74357f1050SThomas Veerman 75357f1050SThomas Veerman /* Define to 1 if you have the <malloc.h> header file. */ 76357f1050SThomas Veerman #define HAVE_MALLOC_H 1 77357f1050SThomas Veerman 78357f1050SThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 79357f1050SThomas Veerman #define HAVE_MEMORY_H 1 80357f1050SThomas Veerman 81357f1050SThomas Veerman /* Define to 1 if you have the `memset' function. */ 82357f1050SThomas Veerman #define HAVE_MEMSET 1 83357f1050SThomas Veerman 84357f1050SThomas Veerman /* Define to 1 if you have the <netinet/in.h> header file. */ 85357f1050SThomas Veerman #define HAVE_NETINET_IN_H 1 86357f1050SThomas Veerman 87357f1050SThomas Veerman /* Define to 1 if you have the `pow' function. */ 88357f1050SThomas Veerman #define HAVE_POW 1 89357f1050SThomas Veerman 90357f1050SThomas Veerman /* Define to 1 if you have the <pthread.h> header file. */ 91357f1050SThomas Veerman #define HAVE_PTHREAD_H 1 92357f1050SThomas Veerman 93357f1050SThomas Veerman /* Define to 1 if your system has a GNU libc compatible `realloc' function, 94357f1050SThomas Veerman and to 0 otherwise. */ 95357f1050SThomas Veerman #define HAVE_REALLOC 1 96357f1050SThomas Veerman 97357f1050SThomas Veerman /* Define to 1 if you have the `regcomp' function. */ 98357f1050SThomas Veerman #define HAVE_REGCOMP 1 99357f1050SThomas Veerman 10084d9c625SLionel Sambuc /* Define to 1 if you have the <regex.h> header file. */ 10184d9c625SLionel Sambuc #define HAVE_REGEX_H 1 10284d9c625SLionel Sambuc 103357f1050SThomas Veerman /* Define to 1 if you have the `setlocale' function. */ 104357f1050SThomas Veerman #define HAVE_SETLOCALE 1 105357f1050SThomas Veerman 106357f1050SThomas Veerman /* Define to 1 if stdbool.h conforms to C99. */ 107357f1050SThomas Veerman #define HAVE_STDBOOL_H 1 108357f1050SThomas Veerman 109357f1050SThomas Veerman /* Define to 1 if you have the <stddef.h> header file. */ 110357f1050SThomas Veerman #define HAVE_STDDEF_H 1 111357f1050SThomas Veerman 112357f1050SThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 113357f1050SThomas Veerman #define HAVE_STDINT_H 1 114357f1050SThomas Veerman 115357f1050SThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 116357f1050SThomas Veerman #define HAVE_STDLIB_H 1 117357f1050SThomas Veerman 118357f1050SThomas Veerman /* Define to 1 if you have the `strchr' function. */ 119357f1050SThomas Veerman #define HAVE_STRCHR 1 120357f1050SThomas Veerman 121357f1050SThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 122357f1050SThomas Veerman #define HAVE_STRINGS_H 1 123357f1050SThomas Veerman 124357f1050SThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 125357f1050SThomas Veerman #define HAVE_STRING_H 1 126357f1050SThomas Veerman 127357f1050SThomas Veerman /* Define to 1 if you have the `strtol' function. */ 128357f1050SThomas Veerman #define HAVE_STRTOL 1 129357f1050SThomas Veerman 130357f1050SThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 131357f1050SThomas Veerman #define HAVE_SYS_STAT_H 1 132357f1050SThomas Veerman 133357f1050SThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 134357f1050SThomas Veerman #define HAVE_SYS_TYPES_H 1 135357f1050SThomas Veerman 136357f1050SThomas Veerman /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 137357f1050SThomas Veerman #define HAVE_SYS_WAIT_H 1 138357f1050SThomas Veerman 139357f1050SThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 140357f1050SThomas Veerman #define HAVE_UNISTD_H 1 141357f1050SThomas Veerman 142357f1050SThomas Veerman /* Define to 1 if you have the `vfork' function. */ 143357f1050SThomas Veerman #define HAVE_VFORK 1 144357f1050SThomas Veerman 145357f1050SThomas Veerman /* Define to 1 if you have the <vfork.h> header file. */ 146357f1050SThomas Veerman /* #undef HAVE_VFORK_H */ 147357f1050SThomas Veerman 148357f1050SThomas Veerman /* Define to 1 if `fork' works. */ 149357f1050SThomas Veerman #define HAVE_WORKING_FORK 1 150357f1050SThomas Veerman 151357f1050SThomas Veerman /* Define to 1 if `vfork' works. */ 152357f1050SThomas Veerman #define HAVE_WORKING_VFORK 1 153357f1050SThomas Veerman 154357f1050SThomas Veerman /* Define to 1 if the system has the type `_Bool'. */ 155357f1050SThomas Veerman #define HAVE__BOOL 1 156357f1050SThomas Veerman 157*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 158*0a6a1f1dSLionel Sambuc */ 159*0a6a1f1dSLionel Sambuc #undef LT_OBJDIR 160*0a6a1f1dSLionel Sambuc 16184d9c625SLionel Sambuc /* Define to the m4 executable name. */ 162357f1050SThomas Veerman #ifndef M4 163357f1050SThomas Veerman #define M4 "/usr/bin/m4" 164357f1050SThomas Veerman #endif 165357f1050SThomas Veerman 16684d9c625SLionel Sambuc /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 16784d9c625SLionel Sambuc /* #undef NO_MINUS_C_MINUS_O */ 16884d9c625SLionel Sambuc 169357f1050SThomas Veerman /* Name of package */ 170357f1050SThomas Veerman #define PACKAGE "flex" 171357f1050SThomas Veerman 172357f1050SThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 173357f1050SThomas Veerman #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net" 174357f1050SThomas Veerman 175357f1050SThomas Veerman /* Define to the full name of this package. */ 176357f1050SThomas Veerman #define PACKAGE_NAME "the fast lexical analyser generator" 177357f1050SThomas Veerman 178357f1050SThomas Veerman /* Define to the full name and version of this package. */ 179*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING "the fast lexical analyser generator 2.5.39" 180357f1050SThomas Veerman 181357f1050SThomas Veerman /* Define to the one symbol short name of this package. */ 182357f1050SThomas Veerman #define PACKAGE_TARNAME "flex" 183357f1050SThomas Veerman 18484d9c625SLionel Sambuc /* Define to the home page for this package. */ 18584d9c625SLionel Sambuc #define PACKAGE_URL "" 18684d9c625SLionel Sambuc 187357f1050SThomas Veerman /* Define to the version of this package. */ 188*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION "2.5.39" 189357f1050SThomas Veerman 190357f1050SThomas Veerman /* If using the C implementation of alloca, define if you know the 191357f1050SThomas Veerman direction of stack growth for your system; otherwise it will be 19284d9c625SLionel Sambuc automatically deduced at runtime. 193357f1050SThomas Veerman STACK_DIRECTION > 0 => grows toward higher addresses 194357f1050SThomas Veerman STACK_DIRECTION < 0 => grows toward lower addresses 195357f1050SThomas Veerman STACK_DIRECTION = 0 => direction of growth unknown */ 196357f1050SThomas Veerman /* #undef STACK_DIRECTION */ 197357f1050SThomas Veerman 198357f1050SThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 199357f1050SThomas Veerman #define STDC_HEADERS 1 200357f1050SThomas Veerman 201357f1050SThomas Veerman /* Version number of package */ 202*0a6a1f1dSLionel Sambuc #define VERSION "2.5.39" 203357f1050SThomas Veerman 204357f1050SThomas Veerman /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 205357f1050SThomas Veerman `char[]'. */ 206357f1050SThomas Veerman #define YYTEXT_POINTER 1 207357f1050SThomas Veerman 208357f1050SThomas Veerman /* Define to empty if `const' does not conform to ANSI C. */ 209357f1050SThomas Veerman /* #undef const */ 210357f1050SThomas Veerman 211357f1050SThomas Veerman /* Define to rpl_malloc if the replacement function should be used. */ 212357f1050SThomas Veerman /* #undef malloc */ 213357f1050SThomas Veerman 214357f1050SThomas Veerman /* Define to `int' if <sys/types.h> does not define. */ 215357f1050SThomas Veerman /* #undef pid_t */ 216357f1050SThomas Veerman 217357f1050SThomas Veerman /* Define to rpl_realloc if the replacement function should be used. */ 218357f1050SThomas Veerman /* #undef realloc */ 219357f1050SThomas Veerman 22084d9c625SLionel Sambuc /* Define to `unsigned int' if <sys/types.h> does not define. */ 221357f1050SThomas Veerman /* #undef size_t */ 222357f1050SThomas Veerman 223357f1050SThomas Veerman /* Define as `fork' if `vfork' does not work. */ 224357f1050SThomas Veerman /* #undef vfork */ 225