putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / utime-h
blob95d6986413207df765c7eadbc6c39bb0a61023bf
1 Description:
2 A <utime.h> that conforms to POSIX.
4 Files:
5 lib/utime.in.h
6 m4/utime_h.m4
8 Depends-on:
9 gen-header
10 include_next
11 snippet/arg-nonnull
12 snippet/c++defs
13 snippet/warn-on-use
15 configure.ac:
16 gl_UTIME_H
17 gl_UTIME_H_REQUIRE_DEFAULTS
18 AC_PROG_MKDIR_P
20 Makefile.am:
21 BUILT_SOURCES += utime.h
23 # We need the following in order to create <utime.h> when the system
24 # doesn't have one that works with the given compiler.
25 utime.h: utime.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_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/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
30               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
31               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
32               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
33               -e 's|@''NEXT_UTIME_H''@|$(NEXT_UTIME_H)|g' \
34               -e 's/@''GNULIB_UTIME''@/$(GNULIB_UTIME)/g' \
35               -e 's/@''GNULIB_MDA_UTIME''@/$(GNULIB_MDA_UTIME)/g' \
36               -e 's|@''HAVE_UTIME''@|$(HAVE_UTIME)|g' \
37               -e 's|@''REPLACE_UTIME''@|$(REPLACE_UTIME)|g' \
38               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
39               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
40               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
41               $(srcdir)/utime.in.h > $@-t
42         $(AM_V_at)mv $@-t $@
43 MOSTLYCLEANFILES += utime.h utime.h-t
45 Include:
46 <utime.h>
48 License:
49 LGPLv2+
51 Maintainer:
52 all