eio: define HAVE_UTIMES 1 on cygwin, fixes build

Fixes #1483.
pull/5370/head
Ben Noordhuis 2011-08-09 22:56:18 +02:00
parent acc120a37b
commit fd1fc5080f
1 changed files with 3 additions and 0 deletions

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