X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=e9ddbc4836314719ba4fbd182a8a80d470c6934f;hp=beb3b0b4960155c41d3878d8f2a53d73e4379463;hb=29b9abde2ef3e4db77f20206a6988fd4eef9cc8d;hpb=f48145d9fd827e4d7ab679d1327daa8163a14b3a diff --git a/gateway.h b/gateway.h index beb3b0b4..e9ddbc48 100644 --- a/gateway.h +++ b/gateway.h @@ -1,6 +1,6 @@ #ifndef GATEWAY_H_INCLUDED #define GATEWAY_H_INCLUDED -#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.18 2009/09/06 14:15:46 fabiankeil Exp $" +#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.19 2009/10/03 10:37:49 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.h,v $ @@ -70,13 +70,6 @@ extern int connection_destination_matches(const struct reusable_connection *conn const struct forward_spec *fwd); #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */ -/* - * Solaris fix - */ -#ifndef INADDR_NONE -#define INADDR_NONE -1 -#endif - /* * Revision control strings from this header and associated .c file */