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 #ifndef	__IPL_H__
14 #define	__IPL_H__
15 
16 #define	IPL_VERSION	"IP Filter: v4.1.9"
17 
18 #define	IPFILTER_VERSION	4010901
19 
20 #endif
21