*** empty log message ***
[minix3.git] / commands / flex-2.5.4 / MISC / OS2 / config.h
blobacf7b86374bd22019c10d12a0462479e27e54906
1 /* ------------------------------------------------ */
2 /* version of config.h for OS/2 */
3 /* ------------------------------------------------ */
5 /* Define to empty if the keyword does not work. */
6 #undef const
8 /* Define to `unsigned' if <sys/types.h> doesn't define. */
9 #undef size_t
11 /* Define if you have the ANSI C header files. */
12 #define STDC_HEADERS 1
14 /* Define if you have the <malloc.h> header file. */
15 #define HAVE_MALLOC_H 1
17 /* Define if you have the <string.h> header file. */
18 #define HAVE_STRING_H 1
20 /* Define if you have the <sys/types.h> header file. */
21 #define HAVE_SYS_TYPES_H 1
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24 #define HAVE_ALLOCA_H
26 /* Define if platform-specific command line handling is necessary. */
27 #define NEED_ARGV_FIXUP
28 #define argv_fixup(ac,av) { _response(ac,av); _wildcard(ac,av);}