1999-11-23 21:44:59 +00:00
|
|
|
/*
|
2000-05-24 04:40:17 +00:00
|
|
|
* Copyright (C) 1993-2000 by Darren Reed.
|
1999-11-23 21:44:59 +00:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms are permitted
|
|
|
|
* provided that this notice is preserved and due credit is given
|
|
|
|
* to the original author and the contributors.
|
|
|
|
*
|
|
|
|
* @(#)ipl.h 1.21 6/5/96
|
2000-02-10 21:29:11 +00:00
|
|
|
* $FreeBSD$
|
1999-11-23 21:44:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __IPL_H__
|
|
|
|
#define __IPL_H__
|
|
|
|
|
2001-02-04 14:26:56 +00:00
|
|
|
#define IPL_VERSION "IP Filter: v3.4.16"
|
1999-11-23 21:44:59 +00:00
|
|
|
|
|
|
|
#endif
|