New module 'realloc-posix'.
[gnulib.git] / modules / stdlib
1 Description:
2 A GNU-like <stdlib.h>.
3
4 Files:
5 lib/stdlib_.h
6 m4/stdlib_h.m4
7
8 Depends-on:
9 absolute-header
10 link-warning
11 unistd
12
13 configure.ac:
14 gl_STDLIB_H
15
16 Makefile.am:
17 BUILT_SOURCES += stdlib.h
18
19 # We need the following in order to create <stdlib.h> when the system
20 # doesn't have one that works with the given compiler.
21 stdlib.h: stdlib_.h
22         rm -f $@-t $@
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
24           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
25               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
26               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
27               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
28               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
29               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
30               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
31               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
32               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
33               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
34               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
35               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
36               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
37               < $(srcdir)/stdlib_.h; \
38         } > $@-t
39         mv $@-t $@
40 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
41
42 Include:
43 #include <stdlib.h>
44
45 License:
46 LGPL
47
48 Maintainer:
49 all