diff options
author | ache <ache@FreeBSD.org> | 1996-08-30 18:33:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-30 18:33:31 +0000 |
commit | ca925d6eb1941e5b911a56e20b05b995e0906b97 (patch) | |
tree | a90d3e04753885edf585a46926d7bc4729cc78ac | |
parent | 68ac82d7c3bedd27f409453e8e5d4f5182fc4ff9 (diff) | |
download | FreeBSD-src-ca925d6eb1941e5b911a56e20b05b995e0906b97.zip FreeBSD-src-ca925d6eb1941e5b911a56e20b05b995e0906b97.tar.gz |
Add HAVE_STRING_H
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
-rw-r--r-- | gnu/lib/libreadline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 116c42c..de4e976 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -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 |