0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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