Add HAVE_STRING_H

Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
This commit is contained in:
Andrey A. Chernov 1996-08-30 18:33:31 +00:00
parent e1889269a7
commit c86058f16c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17951

View File

@ -1,8 +1,8 @@
# $Id: Makefile,v 1.21 1995/08/06 12:22:57 bde Exp $
# $Id: Makefile,v 1.22 1996/08/30 02:13:06 peter Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H \
-DHAVE_STDLIB_H -DHAVE_UNISTD_H
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1
LIB= readline
SHLIB_MAJOR= 3