Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libmalloc Define STDC_HEADERS so it uses mem* instea...
details: https://anonhg.NetBSD.org/src/rev/86d2f19d2370
branches: trunk
changeset: 494175:86d2f19d2370
user: matt <matt%NetBSD.org@localhost>
date: Mon Jul 03 05:05:25 2000 +0000
description:
Define STDC_HEADERS so it uses mem* instead b* routines.
diffstat:
gnu/lib/libmalloc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 38c46f49fa2f -r 86d2f19d2370 gnu/lib/libmalloc/Makefile
--- a/gnu/lib/libmalloc/Makefile Mon Jul 03 05:02:38 2000 +0000
+++ b/gnu/lib/libmalloc/Makefile Mon Jul 03 05:05:25 2000 +0000
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.4 1999/02/13 02:54:23 lukem Exp $
+# $Id: Makefile,v 1.5 2000/07/03 05:05:25 matt Exp $
-CPPFLAGS+= -I${.CURDIR}
+CPPFLAGS+= -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H
LIB= gnumalloc
SRCS+= combined.c
Home |
Main Index |
Thread Index |
Old Index