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