summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-07-18 13:00:11 +0000
committermycroft <mycroft@NetBSD.org>1993-07-18 13:00:11 +0000
commit9b3a51f2d8aaac625ce568d98aa5ee575331a2ee (patch)
tree2f0ac803c5047a4c9937e37c29d828811a6f0a19 /gnu
parentaddf74bf1e01f869131f0d788826b74388627e66 (diff)
Nuke ARRAY_DELETE_NEEDS_SIZE now that we're using GCC 2...
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index f6987cdd51a..fdd8f2c08c4 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -31,8 +31,7 @@ CFLAGS+= -DHAVE_UNISTD_H=1\
-DHAVE_MMAP=1\
-DHAVE_RENAME=1\
-DHAVE_MKSTEMP=1\
- -DHAVE_SYS_SIGLIST=1\
- -DARRAY_DELETE_NEEDS_SIZE=1
+ -DHAVE_SYS_SIGLIST=1
# Use C++ compiler for linking. XXX: This is a kluge!
CCC= cc