Commit 06993556 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

defined HAVE_UTIME and HAVE_UTIME_H

parent 144459d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@
/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have utime() */
#define HAVE_UTIME 1

/* Define if you have utime.h */
#define HAVE_UTIME_H 1

/*************************************************
 * This section is for compiler specific defines.*
 *************************************************/