Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / modules / utime
1 Description:
2 utime() function: change access and/or modification times of a file.
3
4 Files:
5 lib/utime.c
6 m4/utimbuf.m4
7 m4/utime.m4
8 m4/utimes.m4
9 m4/utimes-null.m4
10
11 Depends-on:
12 safe-read
13 full-write
14
15 configure.ac:
16 gl_FUNC_UTIME
17
18 Makefile.am:
19
20 Include:
21 #if HAVE_UTIME_H
22 # include <utime.h>
23 #else
24 # include <sys/utime.h>
25 #endif
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering
32