Deleted Added
full compact
ip_proxy.h (145579) ip_proxy.h (153876)
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 145579 2005-04-27 03:48:10Z darrenr $ */
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 153876 2005-12-30 11:32:23Z guido $ */
2
3/*
4 * Copyright (C) 1997-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
2
3/*
4 * Copyright (C) 1997-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 145579 2005-04-27 03:48:10Z darrenr $
8 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_proxy.h 153876 2005-12-30 11:32:23Z guido $
9 * Id: ip_proxy.h,v 2.31.2.2 2005/03/12 19:33:48 darrenr Exp
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
18
9 * Id: ip_proxy.h,v 2.31.2.2 2005/03/12 19:33:48 darrenr Exp
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
18
19#if defined(__STDC__) || defined(__GNUC__)
19#if defined(__STDC__) || defined(__GNUC__) || defined(_AIX51)
20#define SIOCPROXY _IOWR('r', 64, struct ap_control)
21#else
22#define SIOCPROXY _IOWR(r, 64, struct ap_control)
23#endif
24
25#ifndef APR_LABELLEN
26#define APR_LABELLEN 16
27#endif

--- 434 unchanged lines hidden ---
20#define SIOCPROXY _IOWR('r', 64, struct ap_control)
21#else
22#define SIOCPROXY _IOWR(r, 64, struct ap_control)
23#endif
24
25#ifndef APR_LABELLEN
26#define APR_LABELLEN 16
27#endif

--- 434 unchanged lines hidden ---