Deleted Added
full compact
ip_proxy.h (57096) ip_proxy.h (57126)
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * $Id: ip_proxy.h,v 2.1.2.1 1999/09/19 12:18:20 darrenr Exp $
1/*
2 * Copyright (C) 1997-1998 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * $Id: ip_proxy.h,v 2.1.2.1 1999/09/19 12:18:20 darrenr Exp $
9 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 57126 2000-02-10 21:29:11Z guido $
9 */
10
11#ifndef __IP_PROXY_H__
12#define __IP_PROXY_H__
13
14#ifndef SOLARIS
15#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
16#endif

--- 113 unchanged lines hidden ---
10 */
11
12#ifndef __IP_PROXY_H__
13#define __IP_PROXY_H__
14
15#ifndef SOLARIS
16#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
17#endif

--- 113 unchanged lines hidden ---