diff options
Diffstat (limited to 'PC/os2vacpp')
-rw-r--r-- | PC/os2vacpp/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PC/os2vacpp/config.h b/PC/os2vacpp/config.h index ad7626b..373d009 100644 --- a/PC/os2vacpp/config.h +++ b/PC/os2vacpp/config.h @@ -556,7 +556,10 @@ #define HAVE_STDARG_H 1 /* Define if you have the <stdarg.h> prototypes. */ -#define HAVE_STDARG_PROTOTYPES +#define HAVE_STDARG_PROTOTYPES 1 + +/* Define if malloc(0) returns a NULL pointer */ +#define MALLOC_ZERO_RETURNS_NULL 1 /* Define if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 |