strchr and index

SCCS-file: Makefile
SCCS-SID: 2.30
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:42 -04:00
committed by Paul Eggert
parent 160343f7bc
commit 60d4b378a3
+5
View File
@@ -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.