From 60d4b378a366819f7dd73516766a20c19fa4ecaf Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 2 Feb 1987 15:32:36 -0500 Subject: [PATCH] strchr and index SCCS-file: Makefile SCCS-SID: 2.30 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e20ee38..8398610 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,11 @@ TZLIB= /usr/lib/libz.a # -DUSG # to the end of the "CFLAGS=" line. # +# If you're running on a system where "strchr" is known as "index", +# for example, a 4.[012]BSD system), add +# -Dstrchr=index +# to the end of the "CFLAGS=" line. +# # If you want to use System V compatibility code, add # -DUSG_COMPAT # to the end of the "CFLAGS=" line.