summaryrefslogtreecommitdiff
path: root/config.h.mingw
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2006-10-08 17:44:10 +0000
committerDaniel Atallah <datallah@pidgin.im>2006-10-08 17:44:10 +0000
commit6c3694d73bbb84ecce0bd4be18ab55d075b0e0f6 (patch)
treea19454226b6333b377189e61c36600be491106dd /config.h.mingw
parent8ab473f4a9cfb7dd6b823da64bf1fb472c871095 (diff)
downloadpidgin-6c3694d73bbb84ecce0bd4be18ab55d075b0e0f6.tar.gz
[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)
Diffstat (limited to 'config.h.mingw')
-rw-r--r--config.h.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.mingw b/config.h.mingw
index fcdda6710f..170ab7ae7c 100644
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -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. */