20 lines
386 B
C
20 lines
386 B
C
/* $NetBSD: ipl.h,v 1.10 2007/06/16 10:52:30 martin Exp $ */
|
|
|
|
/*
|
|
* Copyright (C) 1993-2001, 2003 by Darren Reed.
|
|
*
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
|
*
|
|
* @(#)ipl.h 1.21 6/5/96
|
|
* Id: ipl.h,v 2.52.2.25 2007/05/31 11:40:43 darrenr Exp
|
|
*/
|
|
|
|
#ifndef __IPL_H__
|
|
#define __IPL_H__
|
|
|
|
#define IPL_VERSION "IP Filter: v4.1.23"
|
|
|
|
#define IPFILTER_VERSION 4012300
|
|
|
|
#endif
|