eio: define HAVE_UTIMES 1 on cygwin, fixes build

Fixes #1483.
This commit is contained in:
Ben Noordhuis
2011-08-09 22:56:18 +02:00
parent acc120a37b
commit fd1fc5080f

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