Deleted Added
full compact
ip_compat.h (172776) ip_compat.h (173181)
1/*
2 * Copyright (C) 1993-2001, 2003 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ip_compat.h 1.8 1/14/96
1/*
2 * Copyright (C) 1993-2001, 2003 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ip_compat.h 1.8 1/14/96
7 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_compat.h 172776 2007-10-18 21:52:14Z darrenr $
7 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_compat.h 173181 2007-10-30 15:23:27Z darrenr $
8 * Id: ip_compat.h,v 2.142.2.57 2007/10/10 09:51:42 darrenr Exp $
9 */
10
11#ifndef __IP_COMPAT_H__
12#define __IP_COMPAT_H__
13
14#ifndef __P
15# ifdef __STDC__

--- 14 unchanged lines hidden (view full) ---

30# define KERNEL
31# define _KERNEL
32# define __KERNEL__
33#endif
34
35#ifndef SOLARIS
36#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
37#endif
8 * Id: ip_compat.h,v 2.142.2.57 2007/10/10 09:51:42 darrenr Exp $
9 */
10
11#ifndef __IP_COMPAT_H__
12#define __IP_COMPAT_H__
13
14#ifndef __P
15# ifdef __STDC__

--- 14 unchanged lines hidden (view full) ---

30# define KERNEL
31# define _KERNEL
32# define __KERNEL__
33#endif
34
35#ifndef SOLARIS
36#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
37#endif
38#if defined(SOLARIS2) && SOLARIS2 >= 8
38#if (defined(SOLARIS2) && (SOLARIS2 >= 8))
39# ifndef USE_INET6
40# define USE_INET6
41# endif
42#endif
43#if defined(__FreeBSD_version) && (__FreeBSD_version >= 400000) && \
44 !defined(_KERNEL) && !defined(USE_INET6) && !defined(NOINET6)
45# define USE_INET6
46#endif

--- 2459 unchanged lines hidden ---
39# ifndef USE_INET6
40# define USE_INET6
41# endif
42#endif
43#if defined(__FreeBSD_version) && (__FreeBSD_version >= 400000) && \
44 !defined(_KERNEL) && !defined(USE_INET6) && !defined(NOINET6)
45# define USE_INET6
46#endif

--- 2459 unchanged lines hidden ---