diff options
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 298584b85f..c38508e3ae 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -125,6 +125,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H +/* Define to 1 if you have the <sys/utime.h> header file. */ +#define HAVE_SYS_UTIME_H + /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H |