Skip to content
Snippets Groups Projects
Commit 06993556 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

defined HAVE_UTIME and HAVE_UTIME_H

parent 144459d3
No related branches found
No related tags found
No related merge requests found
......@@ -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.*
*************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment