]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed some inaccurate comments about the TYPE_IN_ADDR_T check
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Aug 2005 07:02:24 +0000 (07:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Aug 2005 07:02:24 +0000 (07:02 +0000)
acinclude.m4

index 7125d61bda240f3eb5652c933ddd4ea6c9ad13e6..ea62ce3bc1462f82e3f81808b4cd9ef1a928840b 100644 (file)
@@ -192,8 +192,7 @@ AC_DEFUN([TYPE_SOCKLEN_T],
 ])
 
 dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
-dnl and a few other things. If not found, we set it to unsigned int, as even
-dnl 64-bit implementations use to set it to a 32-bit type.
+dnl and a few other things.
 AC_DEFUN([TYPE_IN_ADDR_T],
 [
    AC_CHECK_TYPE([in_addr_t], ,[