Added HAVE_SYS_TYPES_H
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2002 06:17:05 +0000 (06:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2002 06:17:05 +0000 (06:17 +0000)
src/config.h.in

index 5658fcd..6479464 100644 (file)
@@ -20,5 +20,8 @@
 /* Define if you have the <sys/utime.h> header file */
 #undef HAVE_SYS_UTIME_H
 
+/* Define if you have the <sys/types.h> header file */
+#undef HAVE_SYS_TYPES_H
+
 /* Define if you have the <sys/select.h> header file */
 #undef HAVE_SYS_SELECT_H