*** empty log message ***
[minix.git] / commands / flex-2.5.4 / MISC / VMS / vms-conf.h
blob65aa477ec35194ecf226f78208a56bd0cdaaefff
1 /* config.h manually constructed for VMS */
3 /* Define to empty if the keyword does not work. */
4 #undef const
6 /* Define to `unsigned' if <sys/types.h> doesn't define. */
7 #undef size_t
9 /* Define if you have the ANSI C header files. */
10 #define STDC_HEADERS
12 /* Define if you have the <malloc.h> header file. */
13 #undef HAVE_MALLOC_H
15 /* Define if you have the <string.h> header file. */
16 #define HAVE_STRING_H
18 /* Define if you have the <sys/types.h> header file. */
19 #ifndef __GNUC__
20 #undef HAVE_SYS_TYPES_H
21 #else
22 #define HAVE_SYS_TYPES_H
23 #endif
25 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
26 #undef HAVE_ALLOCA_H
28 /* Extra platform-specific command line handling. */
29 #define NEED_ARGV_FIXUP
31 /* Override default exit behavior. */
32 #define exit vms_exit