comparison 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
comparison
equal deleted inserted replaced
14697:1136736fdd2c 14698:85b84a253a83
627 627
628 /* Define to `unsigned' if <sys/types.h> does not define. */ 628 /* Define to `unsigned' if <sys/types.h> does not define. */
629 /* #undef size_t */ 629 /* #undef size_t */
630 630
631 /* socklen_t size */ 631 /* socklen_t size */
632 #define socklen_t int 632 /* #define socklen_t int */
633 633
634 /* Define to unsigned long or unsigned long long if <stdint.h> and 634 /* Define to unsigned long or unsigned long long if <stdint.h> and
635 <inttypes.h> don't define. */ 635 <inttypes.h> don't define. */
636 /* #undef uintmax_t */ 636 /* #undef uintmax_t */
637 637