summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-10 13:58:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-10 13:58:50 (GMT)
commit9b75dca192370c26d1e50b93af67cf73866a1c96 (patch)
treea71a527152ceffba90f27aa958ce9fbf3e5caa24 /pyconfig.h.in
parent09379da7dec3cc39f5a2ba425d0cbe83c053a4e3 (diff)
downloadcpython-9b75dca192370c26d1e50b93af67cf73866a1c96.zip
cpython-9b75dca192370c26d1e50b93af67cf73866a1c96.tar.gz
cpython-9b75dca192370c26d1e50b93af67cf73866a1c96.tar.bz2
Expose nl_langinfo through locale where available.
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 4f46a09..e0d8075 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -590,6 +590,9 @@
/* Define if you have the <gdbm/ndbm.h> header file. */
#undef HAVE_GDBM_NDBM_H
+/* Define if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H