summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 17:57:26 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 17:57:26 +0000
commit41261302388e7f572a1dee4f4153219d724bd35f (patch)
treedf03546ad37550c53eaee7d7c6300a8e239de697 /gnu
parent170b842387b3516ef454d216f56a23422a2ffd43 (diff)
downloadFreeBSD-src-41261302388e7f572a1dee4f4153219d724bd35f.zip
FreeBSD-src-41261302388e7f572a1dee4f4153219d724bd35f.tar.gz
Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 06d8e82..6ebc08f 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -1,4 +1,4 @@
-# $Id: Makefile.cfg,v 2.3 1997/02/22 15:45:42 peter Exp $
+# $Id: Makefile.cfg,v 2.4 1997/03/08 19:06:23 bde Exp $
BINDIR?= /usr/bin
SHELL= /bin/sh
@@ -73,7 +73,7 @@ DEFINES= -DHAVE_UNISTD_H=1\
-DHAVE_LIMITS_H=1\
-DHAVE_SYS_DIR_H=1\
-DHAVE_STDLIB_H=1\
- -DSTDLIB_H_DECLARES_GETOPT=1\
+ -DUNISTD_H_DECLARES_GETOPT=1\
-DSTDLIB_H_DECLARES_PUTENV=1\
-DSTDIO_H_DECLARES_POPEN=1\
-DSTDIO_H_DECLARE_PCLOSE=1\
OpenPOWER on IntegriCloud