diff config.h.mingw @ 14698:85b84a253a83

[gaim-migrate @ 17450] We're not using libiberty, so don't link to it. We don't need to define socklen_t in config.h (it is in ws2tcpip.h) (thanks nosnilmot) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Oct 2006 17:44:10 +0000
parents 9e5c28c3b163
children d79ca56a4626
line wrap: on
line diff
--- a/config.h.mingw	Sun Oct 08 09:47:23 2006 +0000
+++ b/config.h.mingw	Sun Oct 08 17:44:10 2006 +0000
@@ -629,7 +629,7 @@
 /* #undef size_t */
 
 /* socklen_t size */
-#define socklen_t int
+/* #define socklen_t int */
 
 /* Define to unsigned long or unsigned long long if <stdint.h> and
    <inttypes.h> don't define. */