mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h
This commit is contained in:
parent
7d98f8beea
commit
16d01e82bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23731
1 changed files with 2 additions and 2 deletions
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue