2002-05-02 21:11:37 +04:00
|
|
|
/* $NetBSD: ipl.h,v 1.13 2002/05/02 17:12:07 martti Exp $ */
|
1999-12-12 13:57:57 +03:00
|
|
|
|
|
|
|
/*
|
2002-01-24 11:21:30 +03:00
|
|
|
* Copyright (C) 1993-2002 by Darren Reed.
|
1999-12-12 13:57:57 +03:00
|
|
|
*
|
2002-01-24 11:21:30 +03:00
|
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
1999-12-12 13:57:57 +03:00
|
|
|
*
|
|
|
|
* @(#)ipl.h 1.21 6/5/96
|
2002-05-02 21:11:37 +04:00
|
|
|
* Id: ipl.h,v 2.15.2.33 2002/04/27 14:53:48 darrenr Exp
|
1999-12-12 13:57:57 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __IPL_H__
|
|
|
|
#define __IPL_H__
|
|
|
|
|
2002-05-02 21:11:37 +04:00
|
|
|
#define IPL_VERSION "IP Filter: v3.4.27"
|
1999-12-12 13:57:57 +03:00
|
|
|
|
|
|
|
#endif
|