mirror of https://github.com/nodejs/node.git
parent
acc120a37b
commit
fd1fc5080f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue