From c86058f16c543f4790dee7a6b1051fc79dd02665 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 30 Aug 1996 18:33:31 +0000 Subject: [PATCH] Add HAVE_STRING_H Use -DHAVE_XXX=1 form to be visually consistent with config.h defines --- gnu/lib/libreadline/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index 116c42c50932..de4e97614c63 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