summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-20 13:43:27 +0100
committerBruno Haible <bruno@clisp.org>2008-12-20 13:43:27 +0100
commit9907320a2a74c3bf195eac4b3f9fa20fe39dcd95 (patch)
tree7e3f29da6d2ec2c47a108c74002a09af073e39b9 /modules
parent1d4ebe41d6071d95c1806acaca2cf9372637e9ee (diff)
downloadgnulib-9907320a2a74c3bf195eac4b3f9fa20fe39dcd95.tar.gz
Ensure mbstate_t is defined on HP-UX 11.11.
Diffstat (limited to 'modules')
-rw-r--r--modules/fnmatch1
-rw-r--r--modules/mbrlen1
-rw-r--r--modules/mbrtowc1
-rw-r--r--modules/mbsinit1
-rw-r--r--modules/mbsrtowcs2
-rw-r--r--modules/mbswidth1
-rw-r--r--modules/quotearg1
-rw-r--r--modules/strftime1
8 files changed, 9 insertions, 0 deletions
diff --git a/modules/fnmatch b/modules/fnmatch
index 3187a7d208..def7040874 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -16,6 +16,7 @@ wchar
wctype
memchr
memcmp
+extensions
configure.ac:
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
diff --git a/modules/mbrlen b/modules/mbrlen
index cbd48d112f..e7f36734eb 100644
--- a/modules/mbrlen
+++ b/modules/mbrlen
@@ -9,6 +9,7 @@ m4/mbstate_t.m4
Depends-on:
wchar
mbrtowc
+extensions
configure.ac:
gl_FUNC_MBRLEN
diff --git a/modules/mbrtowc b/modules/mbrtowc
index be1ff3590a..c17fbd5849 100644
--- a/modules/mbrtowc
+++ b/modules/mbrtowc
@@ -11,6 +11,7 @@ wchar
localcharset
streq
verify
+extensions
configure.ac:
gl_FUNC_MBRTOWC
diff --git a/modules/mbsinit b/modules/mbsinit
index 173adf2f2d..3f7cc37318 100644
--- a/modules/mbsinit
+++ b/modules/mbsinit
@@ -9,6 +9,7 @@ m4/mbstate_t.m4
Depends-on:
wchar
verify
+extensions
configure.ac:
gl_FUNC_MBSINIT
diff --git a/modules/mbsrtowcs b/modules/mbsrtowcs
index 4707e80278..c28f42eef8 100644
--- a/modules/mbsrtowcs
+++ b/modules/mbsrtowcs
@@ -3,6 +3,7 @@ mbsrtowcs() function: convert string to wide string.
Files:
lib/mbsrtowcs.c
+lib/mbsrtowcs-state.c
m4/mbsrtowcs.m4
m4/mbstate_t.m4
@@ -10,6 +11,7 @@ Depends-on:
wchar
mbrtowc
strnlen1
+extensions
configure.ac:
gl_FUNC_MBSRTOWCS
diff --git a/modules/mbswidth b/modules/mbswidth
index b6ec4c4789..6094ef664b 100644
--- a/modules/mbswidth
+++ b/modules/mbswidth
@@ -12,6 +12,7 @@ Depends-on:
wchar
wctype
wcwidth
+extensions
configure.ac:
gl_MBSWIDTH
diff --git a/modules/quotearg b/modules/quotearg
index 09524fe0ca..9a2245fb65 100644
--- a/modules/quotearg
+++ b/modules/quotearg
@@ -9,6 +9,7 @@ m4/mbrtowc.m4
m4/quotearg.m4
Depends-on:
+extensions
gettext-h
memcmp
stdbool
diff --git a/modules/strftime b/modules/strftime
index e41473745c..cc45452875 100644
--- a/modules/strftime
+++ b/modules/strftime
@@ -9,6 +9,7 @@ m4/tm_gmtoff.m4
m4/strftime.m4
Depends-on:
+extensions
stdbool
time_r
wchar