mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Expose C library's gettext. Fixes #516412.
This commit is contained in:
parent
4208d4f757
commit
2e64c34850
6 changed files with 448 additions and 342 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue