diff options
author | Guido van Rossum <guido@python.org> | 1997-10-08 22:47:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-08 22:47:52 (GMT) |
commit | 9601315140cc505e17318d766e0bedec91e6b9ec (patch) | |
tree | 3e06941b715a5674fe1235b9648609311e624b98 /config.h.in | |
parent | 1f14ccf6d1dc4e4f5142ef8d061f9080d17b16fe (diff) | |
download | cpython-9601315140cc505e17318d766e0bedec91e6b9ec.zip cpython-9601315140cc505e17318d766e0bedec91e6b9ec.tar.gz cpython-9601315140cc505e17318d766e0bedec91e6b9ec.tar.bz2 |
Add checks for setlocale() and <locale.h>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 15c060b..382c46d 100644 --- a/config.h.in +++ b/config.h.in @@ -244,6 +244,9 @@ /* Define if you have the setgid function. */ #undef HAVE_SETGID +/* Define if you have the setlocale function. */ +#undef HAVE_SETLOCALE + /* Define if you have the setpgid function. */ #undef HAVE_SETPGID @@ -310,6 +313,9 @@ /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define if you have the <ncurses.h> header file. */ #undef HAVE_NCURSES_H |