From: Daniel Stenberg Date: Fri, 7 Jun 2002 06:17:05 +0000 (+0000) Subject: Added HAVE_SYS_TYPES_H X-Git-Tag: curl-7_9_8~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=307d0effe285588fa98d8f4e462c92be583fb401;p=curl Added HAVE_SYS_TYPES_H --- 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 header file */ #undef HAVE_SYS_UTIME_H +/* Define if you have the header file */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file */ #undef HAVE_SYS_SELECT_H