summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-07 23:39:33 +0100
committerChristian Heimes <christian@cheimes.de>2013-12-07 23:39:33 +0100
commit647cd87169d79b4ab4ad084104dc152381cca339 (patch)
treec9c84926942a226ae6b3190be5cd27a84949bf4e /pyconfig.h.in
parent35175a8f07a8d9da20587ab748446d85b615baaa (diff)
downloadcpython-git-647cd87169d79b4ab4ad084104dc152381cca339.tar.gz
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
for mbrtowc().
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 29e1bfa89a..3574f67322 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1382,6 +1382,9 @@
/* Define on Linux to activate all library features */
#undef _GNU_SOURCE
+/* Define to include mbstate_t for mbrtowc */
+#undef _INCLUDE__STDC_A1_SOURCE
+
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE