HAVE_SYS_UTIME_H adjustments

This commit is contained in:
Daniel Stenberg
2001-09-07 09:53:21 +00:00
parent 46372c04ee
commit 5a8d1c4cd1
3 changed files with 11 additions and 4 deletions

View File

@@ -17,8 +17,8 @@
/* Define if you have utime() */
#define HAVE_UTIME 1
/* Define if you have utime.h */
#define HAVE_UTIME_H 1
/* Define if you have the <sys/utime.h> header file */
#define HAVE_SYS_UTIME_H 1
/*************************************************
* This section is for compiler specific defines.*