error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / ctype
blobca228001636a11a2220ffdb03950664f957c8803
1 Description:
2 A <ctype.h> that conforms to C99.
4 Files:
5 lib/ctype.in.h
6 m4/ctype_h.m4
8 Depends-on:
9 extern-inline
10 gen-header
11 include_next
12 snippet/c++defs
13 snippet/warn-on-use
15 configure.ac:
16 gl_CTYPE_H
17 gl_CTYPE_H_REQUIRE_DEFAULTS
18 AC_PROG_MKDIR_P
20 Makefile.am:
21 BUILT_SOURCES += ctype.h
23 # We need the following in order to create <ctype.h> when the system
24 # doesn't have one that works with the given compiler.
25 ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
26 @NMD@   $(AM_V_GEN)$(MKDIR_P) '%reldir%'
27         $(gl_V_at)$(SED_HEADER_STDOUT) \
28               -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
29               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
30               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
31               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
32               -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
33               -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
34               -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
35               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
36               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
37               $(srcdir)/ctype.in.h > $@-t
38         $(AM_V_at)mv $@-t $@
39 MOSTLYCLEANFILES += ctype.h ctype.h-t
41 Include:
42 <ctype.h>
44 License:
45 LGPLv2+
47 Maintainer:
48 all