summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-27 18:49:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-03-27 18:49:02 (GMT)
commit2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba (patch)
tree7c419b12c47308f04699f7988714a84a3b81e011 /pyconfig.h.in
parent4208d4f7574bef6cfd78e242a83aedd12442c812 (diff)
downloadcpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.zip
cpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.tar.gz
cpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.tar.bz2
Expose C library's gettext. Fixes #516412.
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 ca71726..d97c054 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -645,6 +645,9 @@
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
+/* Define if you have the <libintl.h> header file. */
+#undef HAVE_LIBINTL_H
+
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H