diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 13:55:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-07 13:55:50 (GMT) |
commit | fed2405cb59a23153c42d25f918ceb9e8afe25fc (patch) | |
tree | e0ead70b4fabdab8b34bb732d35075b7cd738784 /pyconfig.h.in | |
parent | e9ce0b0fea16453cb8d75ecac02669998cc7ff36 (diff) | |
download | cpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.zip cpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.tar.gz cpython-fed2405cb59a23153c42d25f918ceb9e8afe25fc.tar.bz2 |
Patch #479898: Use multibyte C library for printing strings if available.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index f5cc30e..c41ddda 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -196,6 +196,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `iswprint' function. */ +#undef HAVE_ISWPRINT + /* Define to 1 if you have the `kill' function. */ #undef HAVE_KILL @@ -226,9 +229,6 @@ /* Define to 1 if you have the <libintl.h> header file. */ #undef HAVE_LIBINTL_H -/* Define to 1 if you have the `rt' library (-lrt). */ -#undef HAVE_LIBRT - /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H @@ -250,6 +250,9 @@ /* Define this if you have the makedev macro. */ #undef HAVE_MAKEDEV +/* Define to 1 if you have the `mbtowc' function. */ +#undef HAVE_MBTOWC + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE |