1997-02-09 22:50:16 +00:00
|
|
|
/*
|
2002-03-19 11:45:20 +00:00
|
|
|
* Copyright (C) 1993-2002 by Darren Reed.
|
1997-02-09 22:50:16 +00:00
|
|
|
*
|
2001-07-28 11:59:33 +00:00
|
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
1997-02-09 22:50:16 +00:00
|
|
|
*
|
|
|
|
* @(#)ipl.h 1.21 6/5/96
|
2002-06-07 08:58:22 +00:00
|
|
|
* $Id: ipl.h,v 2.15.2.34 2002/06/06 11:11:45 darrenr Exp $
|
1997-02-09 22:50:16 +00:00
|
|
|
*/
|
|
|
|
|
1997-05-25 15:45:04 +00:00
|
|
|
#ifndef __IPL_H__
|
1997-02-09 22:50:16 +00:00
|
|
|
#define __IPL_H__
|
|
|
|
|
2002-06-07 08:58:22 +00:00
|
|
|
#define IPL_VERSION "IP Filter: v3.4.28"
|
1997-02-09 22:50:16 +00:00
|
|
|
|
|
|
|
#endif
|