eio: define HAVE_UTIMES 1 on cygwin, fixes build

This commit is contained in:
Ben Noordhuis 2011-08-09 22:56:18 +02:00
parent 0266c0ec57
commit 0c815cfe89

View File

@ -7,6 +7,9 @@
/* fdatasync(2) is available */
#define HAVE_FDATASYNC 1
/* utimes(2) is available */
#define HAVE_UTIMES 1
/* futimes(2) is available */
#define HAVE_FUTIMES 1