* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[gnulib.git] / modules / stdio
1 Description:
2 A GNU-like <stdio.h>.
3
4 Files:
5 lib/stdio_.h
6 m4/stdio_h.m4
7
8 Depends-on:
9 absolute-header
10 link-warning
11
12 configure.ac:
13 gl_STDIO_H
14
15 Makefile.am:
16 BUILT_SOURCES += stdio.h
17
18 # We need the following in order to create <stdio.h> when the system
19 # doesn't have one that works with the given compiler.
20 stdio.h: stdio_.h
21         rm -f $@-t $@
22         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
23           sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \
24               -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \
25               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
26               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
27               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
28               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
29               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
30               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
31               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
32               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
33               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
34               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
35               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
36               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
37               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
38               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
39               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
40               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
41               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
42               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
43               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
44               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
45               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
46               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
47               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
48               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
49               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
50               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
51               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
52               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
53               < $(srcdir)/stdio_.h; \
54         } > $@-t
55         mv $@-t $@
56 MOSTLYCLEANFILES += stdio.h stdio.h-t
57
58 Include:
59 #include <stdio.h>
60
61 License:
62 LGPL
63
64 Maintainer:
65 all