Make it possible to turn off each of the Windows oldnames workarounds.
[gnulib.git] / modules / utime-h
blob489eab935f9236b5e7f538f7646fddf4f1ccf0b9
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 include_next
10 snippet/arg-nonnull
11 snippet/c++defs
12 snippet/warn-on-use
14 configure.ac:
15 gl_UTIME_H
17 Makefile.am:
18 BUILT_SOURCES += utime.h
20 # We need the following in order to create <utime.h> when the system
21 # doesn't have one that works with the given compiler.
22 utime.h: utime.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
23         $(AM_V_GEN)rm -f $@-t $@ && \
24         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
25           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
26               -e 's/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
27               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
28               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
29               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
30               -e 's|@''NEXT_UTIME_H''@|$(NEXT_UTIME_H)|g' \
31               -e 's/@''GNULIB_UTIME''@/$(GNULIB_UTIME)/g' \
32               -e 's/@''GNULIB_MDA_UTIME''@/$(GNULIB_MDA_UTIME)/g' \
33               -e 's|@''HAVE_UTIME''@|$(HAVE_UTIME)|g' \
34               -e 's|@''REPLACE_UTIME''@|$(REPLACE_UTIME)|g' \
35               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
36               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
37               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
38               < $(srcdir)/utime.in.h; \
39         } > $@-t && \
40         mv $@-t $@
41 MOSTLYCLEANFILES += utime.h utime.h-t
43 Include:
44 <utime.h>
46 License:
47 LGPLv2+
49 Maintainer:
50 all