1 /* $NetBSD: ipl.h,v 1.1 2012/03/23 20:37:04 christos Exp $ */ 2 3 /* 4 * Copyright (C) 2010 by Darren Reed. 5 * 6 * See the IPFILTER.LICENCE file for details on licencing. 7 * 8 * @(#)ipl.h 1.21 6/5/96 9 * Id 10 */ 11 12 #ifndef __IPL_H__ 13 #define __IPL_H__ 14 15 #define IPL_VERSION "IP Filter: v5.1.1" 16 17 #define IPFILTER_VERSION 5010100 18 19 #endif 20