diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 21:50:31 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 21:50:31 +0000 |
commit | 3a594b75aaab67930454435b6f6291202583d17d (patch) | |
tree | 17061ffe7b321b3916c839f6c9e04a4147f306b6 /usr.bin | |
parent | 279f0aee5d754d3a6995790600eaa9d7315145a4 (diff) |
Don't use <malloc.h>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lex/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index d8c32e3c866..ec878e4daea 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,7 +1,7 @@ -/* $OpenBSD: config.h,v 1.2 1996/06/26 05:35:29 deraadt Exp $ */ +/* $OpenBSD: config.h,v 1.3 1996/10/26 21:50:30 tholo Exp $ */ /* config.h. Generated automatically by configure. */ -/* $Header: /cvs/OpenBSD/src/usr.bin/lex/config.h,v 1.2 1996/06/26 05:35:29 deraadt Exp $ */ +/* $Header: /cvs/OpenBSD/src/usr.bin/lex/config.h,v 1.3 1996/10/26 21:50:30 tholo Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ @@ -13,7 +13,7 @@ #define STDC_HEADERS 1 /* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 +/* #undef HAVE_MALLOC_H */ /* Define if you have the <string.h> header file. */ #define HAVE_STRING_H 1 |