X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ckcnet.h;h=040bc74e09599a1fd2998bc897ab7b8f882855e6;hb=271d5ce46cc30e7e2a108b795589c1a4949bf02b;hp=edb390e2a63cae7db55d19908fbc11213e71745a;hpb=d67a876428f8c6dec71b4fe76d75f3994abc031c;p=ckermit.git diff --git a/ckcnet.h b/ckcnet.h index edb390e..040bc74 100644 --- a/ckcnet.h +++ b/ckcnet.h @@ -1187,6 +1187,21 @@ typedef char * caddr_t; /* core address type */ #endif /* UNIX */ #endif /* TCPSOCKET */ +#ifndef NOINADDRX /* 301 - Needed for Solaris 10 and 11 */ +#ifdef SOLARIS +#define NOINADDRX +#ifdef INADDR_NONE +#undef INADDR_NONE +#endif /* INADDR_NONE */ +#endif /* SOLARIS */ +#endif /* NOINADDRX */ + +#ifdef NOINADDRX +#ifdef INADDRX +#undef INADDRX +#endif /* INADDRX */ +#endif /* NOINADDRX */ + #ifdef TCPSOCKET #ifndef NOHADDRLIST #ifndef HADDRLIST