* Otherwise localtime_r in time.c won't be found.
* Problem and solution reported by Thomas Burdick.
# files for more information.
CC = gcc
-CFLAGS += -DSVR4
+CFLAGS += -DSVR4 -D_REENTRANT
ASFLAGS = -g -Wall -DSVR4
LINKFLAGS += -v
NM = nm -t x -p
CC=gcc
-CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4
+CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT
ASFLAGS = -Wall
LD = ld
NM = nm -xgp
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.9"
+"1.0.3.10"