verify: new macro 'assume'
[gnulib.git] / modules / wchar
1 Description:
2 A <wchar.h> that works around platform issues.
3
4 Files:
5 lib/wchar.in.h
6 m4/wchar_h.m4
7 m4/wint_t.m4
8
9 Depends-on:
10 include_next
11 snippet/arg-nonnull
12 snippet/c++defs
13 snippet/warn-on-use
14 stddef
15
16 configure.ac:
17 gl_WCHAR_H
18
19 Makefile.am:
20 BUILT_SOURCES += wchar.h
21
22 # We need the following in order to create <wchar.h> when the system
23 # version does not work standalone.
24 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
25         $(AM_V_GEN)rm -f $@-t $@ && \
26         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
27           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
28               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
32               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
33               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
34               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
35               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
36               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
37               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
38               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
39               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
40               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
41               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
42               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
43               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
44               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
45               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
46               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
47               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
48               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
49               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
50               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
51               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
52               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
53               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
54               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
55               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
56               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
57               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
58               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
59               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
60               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
61               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
62               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
63               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
64               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
65               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
66               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
67               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
68               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
69               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
70               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
71               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
72               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
73               < $(srcdir)/wchar.in.h | \
74           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
75               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
76               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
77               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
78               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
79               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
80               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
81               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
82               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
83               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
84               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
85               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
86               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
87               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
88               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
89               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
90               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
91               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
92               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
93               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
94               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
95               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
96               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
97               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
98               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
99               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
100               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
101               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
102               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
103               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
104               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
105               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
106               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
107               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
108               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
109               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
110               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
111               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
112               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
113               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
114           | \
115           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
116               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
117               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
118               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
119               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
120               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
121               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
122               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
123               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
124               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
125               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
126               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
127               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
128               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
129               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
130               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
131         } > $@-t && \
132         mv $@-t $@
133 MOSTLYCLEANFILES += wchar.h wchar.h-t
134
135 Include:
136 <wchar.h>
137
138 License:
139 LGPLv2+
140
141 Maintainer:
142 all