[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Annotation of src/usr.bin/lex/config.h, Revision 1.6

1.6     ! espie       1: /*     $OpenBSD: config.h,v 1.5 2015/11/19 23:48:06 tedu Exp $ */
1.2       deraadt     2:
1.4       tedu        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
1.1       deraadt    97:
1.4       tedu       98: /* Define to 1 if you have the <stdlib.h> header file. */
                     99: #define HAVE_STDLIB_H 1
1.1       deraadt   100:
1.4       tedu      101: /* Define to 1 if you have the `strchr' function. */
                    102: #define HAVE_STRCHR 1
1.1       deraadt   103:
1.4       tedu      104: /* Define to 1 if you have the <strings.h> header file. */
                    105: #define HAVE_STRINGS_H 1
1.1       deraadt   106:
1.4       tedu      107: /* Define to 1 if you have the <string.h> header file. */
1.1       deraadt   108: #define HAVE_STRING_H 1
                    109:
1.4       tedu      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. */
1.1       deraadt   117: #define HAVE_SYS_TYPES_H 1
                    118:
1.4       tedu      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
1.6     ! espie     136:
        !           137: #define HAVE_ASSERT_H 1
1.4       tedu      138:
                    139: /* Define to 1 if the system has the type `_Bool'. */
                    140: #define HAVE__BOOL 1
                    141:
                    142: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    143:    */
                    144: #define LT_OBJDIR ".libs/"
                    145:
                    146: /* Define to the m4 executable name. */
                    147: #define M4 "/usr/bin/m4"
                    148:
                    149: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
                    150: /* #undef NO_MINUS_C_MINUS_O */
                    151:
                    152: /* Name of package */
                    153: #define PACKAGE "flex"
                    154:
                    155: /* Define to the address where bug reports for this package should be sent. */
                    156: #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
                    157:
                    158: /* Define to the full name of this package. */
                    159: #define PACKAGE_NAME "the fast lexical analyser generator"
                    160:
                    161: /* Define to the full name and version of this package. */
                    162: #define PACKAGE_STRING "the fast lexical analyser generator 2.5.39"
                    163:
                    164: /* Define to the one symbol short name of this package. */
                    165: #define PACKAGE_TARNAME "flex"
                    166:
                    167: /* Define to the home page for this package. */
                    168: #define PACKAGE_URL ""
                    169:
                    170: /* Define to the version of this package. */
                    171: #define PACKAGE_VERSION "2.5.39"
                    172:
                    173: /* If using the C implementation of alloca, define if you know the
                    174:    direction of stack growth for your system; otherwise it will be
                    175:    automatically deduced at runtime.
                    176:        STACK_DIRECTION > 0 => grows toward higher addresses
                    177:        STACK_DIRECTION < 0 => grows toward lower addresses
                    178:        STACK_DIRECTION = 0 => direction of growth unknown */
                    179: /* #undef STACK_DIRECTION */
                    180:
                    181: /* Define to 1 if you have the ANSI C header files. */
                    182: #define STDC_HEADERS 1
                    183:
                    184: /* Version number of package */
                    185: #define VERSION "2.5.39"
                    186:
                    187: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
                    188:    `char[]'. */
                    189: #define YYTEXT_POINTER 1
                    190:
                    191: /* Define to empty if `const' does not conform to ANSI C. */
                    192: /* #undef const */
                    193:
                    194: /* Define to rpl_malloc if the replacement function should be used. */
                    195: /* #undef malloc */
                    196:
                    197: /* Define to `int' if <sys/types.h> does not define. */
                    198: /* #undef pid_t */
                    199:
                    200: /* Define to rpl_realloc if the replacement function should be used. */
                    201: /* #undef realloc */
                    202:
                    203: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    204: /* #undef size_t */
1.1       deraadt   205:
1.4       tedu      206: /* Define as `fork' if `vfork' does not work. */
                    207: /* #undef vfork */