From 985c84c80e7b6ba7dd736a11499129ee71cc27a7 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Wed, 23 Aug 1995 05:37:24 +0000 Subject: [PATCH] Clean up compilation warnings. --- gnu/usr.bin/texinfo/info/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index 61b7163fb498..2374d29da72f 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -12,7 +12,7 @@ SRCS+= terminal.c tilde.c window.c indices.c doc.c nodemenu.c SRCS+= footnotes.c variables.c gc.c xmalloc.c getopt1.c getopt.c CFLAGS+= -I${.CURDIR} -CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1 +CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1 -DHAVE_STRERROR CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1 CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1