FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / config.h
blobef381b5095740e6254b7fb79e7f7d6929c4e6830
1 /* config.h. Generated by configure. */
2 /* conf.in. Generated from configure.in by autoheader. */
4 /* Define to 1 if translation of program messages to the user's native
5 language is requested. */
6 #define ENABLE_NLS 1
8 /* Define to 1 if you have the <cunistd> header file. */
9 /* #undef HAVE_CUNISTD */
11 /* Define if the GNU dcgettext() function is already present or preinstalled.
13 #define HAVE_DCGETTEXT 1
15 /* Define to 1 if you have the declaration of `__func__', and to 0 if you
16 don't. */
17 #define HAVE_DECL___FUNC__ 1
19 /* Define if the GNU gettext() function is already present or preinstalled. */
20 #define HAVE_GETTEXT 1
22 /* Define if you have the iconv() function. */
23 #define HAVE_ICONV 1
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
28 /* Define to 1 if you have the <libintl.h> header file. */
29 #define HAVE_LIBINTL_H 1
31 /* Define to 1 if you have the `m' library (-lm). */
32 #define HAVE_LIBM 1
34 /* Define to 1 if you have the <limits.h> header file. */
35 #define HAVE_LIMITS_H 1
37 /* Define to 1 if you have the <locale.h> header file. */
38 #define HAVE_LOCALE_H 1
40 /* Define to 1 if you have the <memory.h> header file. */
41 #define HAVE_MEMORY_H 1
43 /* Define to 1 if you have the <netinet/in.h> header file. */
44 #define HAVE_NETINET_IN_H 1
46 /* Define to 1 if you have the <regex.h> header file. */
47 #define HAVE_REGEX_H 1
49 /* Define to 1 if you have the <stdbool.h> header file. */
50 #define HAVE_STDBOOL_H 1
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
58 /* Define to 1 if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
61 /* Define to 1 if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
64 /* Define to 1 if you have the <sys/params.h> header file. */
65 /* #undef HAVE_SYS_PARAMS_H */
67 /* Define to 1 if you have the <sys/stat.h> header file. */
68 #define HAVE_SYS_STAT_H 1
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #define HAVE_SYS_TYPES_H 1
73 /* Define to 1 if you have the <sys/wait.h> header file. */
74 #define HAVE_SYS_WAIT_H 1
76 /* Define to 1 if you have the <unistd.h> header file. */
77 #define HAVE_UNISTD_H 1
79 /* Define to the GNU M4 executable name. */
80 #define M4 "/usr/local/bin/m4"
82 /* Name of package */
83 #define PACKAGE "flex"
85 /* Define to the address where bug reports for this package should be sent. */
86 #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
88 /* Define to the full name of this package. */
89 #define PACKAGE_NAME "flex"
91 /* Define to the full name and version of this package. */
92 #define PACKAGE_STRING "flex 2.5.33"
94 /* Define to the one symbol short name of this package. */
95 #define PACKAGE_TARNAME "flex"
97 /* Define to the version of this package. */
98 #define PACKAGE_VERSION "2.5.33"
100 /* Define to 1 if you have the ANSI C header files. */
101 #define STDC_HEADERS 1
103 /* Version number of package */
104 #define VERSION "2.5.33"
106 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
107 `char[]'. */
108 #define YYTEXT_POINTER 1
110 /* Define to `unsigned' if <sys/types.h> does not define. */
111 /* #undef size_t */