2012-07-22 18:27:35 +04:00
|
|
|
/* $NetBSD: ipl.h,v 1.3 2012/07/22 14:27:51 darrenr Exp $ */
|
2012-03-24 00:36:52 +04:00
|
|
|
|
|
|
|
/*
|
2012-07-22 18:27:35 +04:00
|
|
|
* Copyright (C) 2012 by Darren Reed.
|
2012-03-24 00:36:52 +04:00
|
|
|
*
|
|
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
|
|
|
*
|
|
|
|
* @(#)ipl.h 1.21 6/5/96
|
2012-07-22 18:27:35 +04:00
|
|
|
* Id: ipl.h,v 1.1.1.2 2012/07/22 13:45:38 darrenr Exp
|
2012-03-24 00:36:52 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __IPL_H__
|
|
|
|
#define __IPL_H__
|
|
|
|
|
2012-07-22 18:27:35 +04:00
|
|
|
#define IPL_VERSION "IP Filter: v5.1.2"
|
2012-03-24 00:36:52 +04:00
|
|
|
|
2012-07-22 18:27:35 +04:00
|
|
|
#define IPFILTER_VERSION 5010200
|
2012-03-24 00:36:52 +04:00
|
|
|
|
2012-07-22 18:27:35 +04:00
|
|
|
#endif /* __IPL_H__ */
|