xref: /titanic_51/usr/src/uts/common/inet/ipf/netinet/ipl.h (revision 7014882c6a3672fd0e5d60200af8643ae53c5928)
1 /*
2  * Copyright (C) 1993-2001, 2003 by Darren Reed.
3  *
4  * See the IPFILTER.LICENCE file for details on licencing.
5  *
6  * @(#)ipl.h	1.21 6/5/96
7  * $Id: ipl.h,v 2.52.2.10 2005/08/13 05:42:49 darrenr Exp $
8  *
9  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
10  * Use is subject to license terms.
11  */
12 
13 #pragma ident	"%Z%%M%	%I%	%E% SMI"
14 
15 
16 #ifndef	__IPL_H__
17 #define	__IPL_H__
18 
19 #define	IPL_VERSION	"IP Filter: v4.1.9"
20 
21 #define	IPFILTER_VERSION	4010901
22 
23 #endif
24