summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-21 16:35:21 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-21 16:35:21 +0000
commit80a0e534c02c0ad89a4a468cbffad49a3a03a114 (patch)
tree8aa01157181c0c144f167cc9332f2c41d86111cd /config.h.in
parentd487da7eb645a8813f1b8eba10e65b1c2cfd0386 (diff)
downloadlocaledef-master.tar.gz
localedef-master.tar.xz
* configure.ac: Test for locale_t.HEADmaster
* Makefile.in (DEFINES): Add -DNOT_IN_libc. (INCLUDES): Move -I$(srcdir)/include before -Iglibc/locale. * include/locale.h: New. * include/ctype.h (__isalnum_l, __isalpha_l, __isdigit_l) (__tolower_l): Define. * configure, config.h.in: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk/localedef@15409 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9f7ae5e..65da723 100644
--- a/config.h.in
+++ b/config.h.in
@@ -57,6 +57,9 @@
/* Define to 1 if you have the `posix4' library (-lposix4). */
#undef HAVE_LIBPOSIX4
+/* Define if you have the locale_t type */
+#undef HAVE_LOCALE_T
+
/* Define if you have the lseek64() function */
#undef HAVE_LSEEK64