From 06c555c74cf4ea3555e46be6ad27b81abb2a5788 Mon Sep 17 00:00:00 2001 From: CSRG Date: Sun, 8 Jan 1995 21:11:55 -0800 Subject: [PATCH] BSD 4_4_Lite2 development Work on file usr/src/contrib/flex-2.5.2/conf.in Synthesized-from: CSRG/cd3/4.4BSD-Lite2 --- usr/src/contrib/flex-2.5.2/conf.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 usr/src/contrib/flex-2.5.2/conf.in diff --git a/usr/src/contrib/flex-2.5.2/conf.in b/usr/src/contrib/flex-2.5.2/conf.in new file mode 100644 index 0000000000..3f06ba4fa7 --- /dev/null +++ b/usr/src/contrib/flex-2.5.2/conf.in @@ -0,0 +1,25 @@ +/* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */ + +/* Define to empty if the keyword does not work. */ +#undef const + +/* Define to `unsigned' if doesn't define. */ +#undef size_t + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define if you have and it should be used (not on Ultrix). */ +#undef HAVE_ALLOCA_H + +/* Define if platform-specific command line handling is necessary. */ +#undef NEED_ARGV_FIXUP -- 2.20.1