Loading src/config-win32.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ /* Define if you have utime() */ #define HAVE_UTIME 1 /* Define if you have utime.h */ #define HAVE_UTIME_H 1 /* Define if you have the <sys/utime.h> header file */ #define HAVE_SYS_UTIME_H 1 /************************************************* * This section is for compiler specific defines.* Loading src/config.h.in +4 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,8 @@ /* Define if you have utime() */ #undef HAVE_UTIME /* Define if you have utime.h */ /* Define if you have the <utime.h> header file */ #undef HAVE_UTIME_H /* Define if you have thhe <sys/utime.h> header file */ #undef HAVE_SYS_UTIME_H src/main.c +5 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ #ifdef HAVE_UTIME_H #include <utime.h> #else #ifdef HAVE_SYS_UTIME_H #include <sys/utime.h> #endif #endif /* The last #include file should be: */ Loading Loading
src/config-win32.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ /* Define if you have utime() */ #define HAVE_UTIME 1 /* Define if you have utime.h */ #define HAVE_UTIME_H 1 /* Define if you have the <sys/utime.h> header file */ #define HAVE_SYS_UTIME_H 1 /************************************************* * This section is for compiler specific defines.* Loading
src/config.h.in +4 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,8 @@ /* Define if you have utime() */ #undef HAVE_UTIME /* Define if you have utime.h */ /* Define if you have the <utime.h> header file */ #undef HAVE_UTIME_H /* Define if you have thhe <sys/utime.h> header file */ #undef HAVE_SYS_UTIME_H
src/main.c +5 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ #ifdef HAVE_UTIME_H #include <utime.h> #else #ifdef HAVE_SYS_UTIME_H #include <sys/utime.h> #endif #endif /* The last #include file should be: */ Loading