summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-10 22:43:05 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-10 22:43:05 (GMT)
commit443389fd2e94d43f9029510829f85267cc968577 (patch)
treee34d51a88072dbea59f019e797551c87c1f0464e /config.h.in
parentad7137027916b3c2ec409eeb0eaf99af921dccf4 (diff)
downloadcpython-443389fd2e94d43f9029510829f85267cc968577.zip
cpython-443389fd2e94d43f9029510829f85267cc968577.tar.gz
cpython-443389fd2e94d43f9029510829f85267cc968577.tar.bz2
Add MALLOC_ZERO_RETURNS_NULL symbol.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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