1 | /* $NetBSD: ipl.h,v 1.3 2012/07/22 14:27:51 darrenr Exp $ */ |
---|---|
2 | |
3 | /* |
4 | * Copyright (C) 2012 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: ipl.h,v 1.1.1.2 2012/07/22 13:45:38 darrenr Exp |
10 | */ |
11 | |
12 | #ifndef __IPL_H__ |
13 | #define __IPL_H__ |
14 | |
15 | #define IPL_VERSION "IP Filter: v5.1.2" |
16 | |
17 | #define IPFILTER_VERSION 5010200 |
18 | |
19 | #endif /* __IPL_H__ */ |
20 |