Index: configure.ac
===================================================================
RCS file: /cvsroot/curl/curl/configure.ac,v
retrieving revision 1.269
diff -u -r1.269 configure.ac
--- configure.ac	14 Dec 2007 22:09:15 -0000	1.269
+++ configure.ac	18 Dec 2007 23:12:45 -0000
@@ -33,7 +33,7 @@
 terms of the curl license; see COPYING for more details])
 
 AC_CONFIG_SRCDIR([lib/urldata.h])
-AM_CONFIG_HEADER(lib/config.h src/config.h)
+AM_CONFIG_HEADER(lib/config.h src/config.h include/curl/types.h)
 AM_MAINTAINER_MODE
 
 dnl SED is needed by some of the tools
Index: include/curl/types.h.dist
===================================================================
RCS file: include/curl/types.h.dist
diff -N include/curl/types.h.dist
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ include/curl/types.h.dist	18 Dec 2007 23:12:46 -0000
@@ -0,0 +1 @@
+/* not used */
Index: include/curl/types.h.in
===================================================================
RCS file: include/curl/types.h.in
diff -N include/curl/types.h.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ include/curl/types.h.in	18 Dec 2007 23:12:46 -0000
@@ -0,0 +1,2 @@
+/* define socklen_t in case you don't have it in your system headers */
+/* #undef socklen_t */
