Home | History | Annotate | Line # | Download | only in netinet
ipl.h revision 1.1
      1  1.1  christos /*	$NetBSD: ipl.h,v 1.1 2012/03/23 20:37:04 christos Exp $	*/
      2  1.1  christos 
      3  1.1  christos /*
      4  1.1  christos  * Copyright (C) 2010 by Darren Reed.
      5  1.1  christos  *
      6  1.1  christos  * See the IPFILTER.LICENCE file for details on licencing.
      7  1.1  christos  *
      8  1.1  christos  * @(#)ipl.h	1.21 6/5/96
      9  1.1  christos  * Id
     10  1.1  christos  */
     11  1.1  christos 
     12  1.1  christos #ifndef	__IPL_H__
     13  1.1  christos #define	__IPL_H__
     14  1.1  christos 
     15  1.1  christos #define	IPL_VERSION	"IP Filter: v5.1.1"
     16  1.1  christos 
     17  1.1  christos #define	IPFILTER_VERSION	5010100
     18  1.1  christos 
     19  1.1  christos #endif
     20