mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
defined HAVE_UTIME and HAVE_UTIME_H
This commit is contained in:
parent
144459d364
commit
06993556f3
@ -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.*
|
||||
*************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user