From fe22872d14c3b6b63ac27a9017ed9695ac3b932b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 11 Jul 2006 21:34:23 +0000 Subject: include only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. --- lib/config-tpf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-tpf.h') diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 593437cc2..4d1831207 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -290,6 +290,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_MALLOC_H */ +/* Define to 1 if you need the malloc.h header file. */ +/* #undef NEED_MALLOC_H */ + /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 -- cgit v1.2.3