From 9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 21 Apr 2009 10:26:58 +0000 Subject: Moved potential inclusion of system's malloc.h and memory.h header files to setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively. --- packages/vms/config-vms.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/vms/config-vms.h') diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index ad92543c1..646ee9921 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -256,6 +256,9 @@ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 +/* Define to 1 if you need the memory.h header file even with stdlib.h */ +#define NEED_MEMORY_H 1 + /* Define if you have the `sigsetjmp' function. */ #define HAVE_SIGSETJMP 1 -- cgit v1.2.3