diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 15:57:14 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 15:57:14 +0000 |
commit | ac2b546a13a466218d56245ee4b26931b00ad258 (patch) | |
tree | 93c83f4210144cc39b630b75661a71cd32ededb5 /includes.h | |
parent | d0537c7506af0f7193fd11a63ccbac04a464485a (diff) |
Another stab at getting ss_family happy on older glibc
--HG--
extra : convert_revision : 7a1e9b08a576d794c28275e1bf54cb603372a4a6
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -135,13 +135,6 @@ typedef u_int16_t uint16_t; #define LOG_AUTHPRIV LOG_AUTH #endif -/* glibc 2.1.3 systems have sockaddr_storage.__ss_family rather than - * sockaddr_storage.ss_family */ -#if !defined(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY) \ - && defined(HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY) -#define ss_family __ss_family -#endif - /* so we can avoid warnings about unused params (ie in signal handlers etc) */ #ifdef UNUSED #elif defined(__GNUC__) |