mirror of
https://github.com/curl/curl.git
synced 2026-08-01 09:58:07 +03:00
defined HAVE_UTIME and HAVE_UTIME_H
This commit is contained in:
parent
144459d364
commit
06993556f3
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue