summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-06-14 21:03:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-06-14 21:03:05 (GMT)
commit19d173486b2263a269260343d65ac3929c89297e (patch)
tree2e95896d03cf0851f9e9a59a974b9a7080225424 /pyconfig.h.in
parent61e2c9a402106664142fa1e26ac5d938b2f95d1b (diff)
downloadcpython-19d173486b2263a269260343d65ac3929c89297e.zip
cpython-19d173486b2263a269260343d65ac3929c89297e.tar.gz
cpython-19d173486b2263a269260343d65ac3929c89297e.tar.bz2
Patch #752671: NetBSD needs to link libintl to _locale.so.
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 2f14b84..e0e2f5b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -781,6 +781,9 @@
Dyld is necessary to support frameworks. */
#undef WITH_DYLD
+/* Define to 1 if libintl is needed for locale functions. */
+#undef WITH_LIBINTL
+
/* Define if you want to produce an OpenStep/Rhapsody framework (shared
library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK