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