defined HAVE_UTIME and HAVE_UTIME_H

This commit is contained in:
Daniel Stenberg 2001-09-03 14:31:48 +00:00
parent 144459d364
commit 06993556f3

View File

@ -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.*
*************************************************/