From 2a61e01b304695fc32e0cb35e7ed72392e1d25ae Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 6 May 2009 13:58:41 +0000 Subject: fIX *__SOCKLEN_T definitions for OS400 and generic GCC targets --- ares_build.h.dist | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ares_build.h.dist') diff --git a/ares_build.h.dist b/ares_build.h.dist index d88a65c..462be55 100644 --- a/ares_build.h.dist +++ b/ares_build.h.dist @@ -168,6 +168,10 @@ # define CARES_SIZEOF_LONG 4 # define CARES_TYPEOF_ARES_SOCKLEN_T FIXME # define CARES_SIZEOF_ARES_SOCKLEN_T -1 +# define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t +# define CARES_SIZEOF_ARES_SOCKLEN_T 4 +# define CARES_PULL_SYS_TYPES_H 1 +# define CARES_PULL_SYS_SOCKET_H 1 # endif #elif defined(__MVS__) @@ -217,13 +221,13 @@ #elif defined(__GNUC__) # if defined(__i386__) || defined(__ppc__) # define CARES_SIZEOF_LONG 4 -# define CARES_TYPEOF_ARES_SOCKLEN_T FIXME -# define CARES_SIZEOF_ARES_SOCKLEN_T -1 # elif defined(__x86_64__) || defined(__ppc64__) # define CARES_SIZEOF_LONG 8 -# define CARES_TYPEOF_ARES_SOCKLEN_T FIXME -# define CARES_SIZEOF_ARES_SOCKLEN_T -1 # endif +# define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t +# define CARES_SIZEOF_ARES_SOCKLEN_T 4 +# define CARES_PULL_SYS_TYPES_H 1 +# define CARES_PULL_SYS_SOCKET_H 1 #else # error "Unknown non-configure build target!" -- cgit v1.2.3