aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-07 06:17:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-07 06:17:05 +0000
commit307d0effe285588fa98d8f4e462c92be583fb401 (patch)
tree80c024133f718b2942907230206190366a47b785 /src/config.h.in
parentb47b053e54e4e6cfa49c06435b76190ebd00d860 (diff)
Added HAVE_SYS_TYPES_H
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 5658fcdcf..64794645e 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -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