diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-10 13:58:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-10 13:58:50 (GMT) |
commit | 9b75dca192370c26d1e50b93af67cf73866a1c96 (patch) | |
tree | a71a527152ceffba90f27aa958ce9fbf3e5caa24 /pyconfig.h.in | |
parent | 09379da7dec3cc39f5a2ba425d0cbe83c053a4e3 (diff) | |
download | cpython-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.in | 3 |
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 |