diff options
-rw-r--r-- | acconfig.h | 3 | ||||
-rw-r--r-- | config.h.in | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -35,6 +35,9 @@ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ #undef HAVE_STDARG_PROTOTYPES +/* Define if malloc(0) returns a NULL pointer */ +#undef MALLOC_ZERO_RETURNS_NULL + /* Define if you have POSIX threads */ #undef _POSIX_THREADS diff --git a/config.h.in b/config.h.in index 40d3608..adae370 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,9 @@ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ #undef HAVE_STDARG_PROTOTYPES +/* Define if malloc(0) returns a NULL pointer */ +#undef MALLOC_ZERO_RETURNS_NULL + /* Define if you have POSIX threads */ #undef _POSIX_THREADS |