ipl.h revision d6c23f6fbecbcca8ddd2b74c6e10f37095f9fd46
1N/A/*
1N/A * Copyright (C) 1993-2001, 2003 by Darren Reed.
1N/A *
1N/A * See the IPFILTER.LICENCE file for details on licencing.
1N/A *
1N/A * @(#)ipl.h 1.21 6/5/96
1N/A * $Id: ipl.h,v 2.52.2.10 2005/08/13 05:42:49 darrenr Exp $
1N/A *
1N/A * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1N/A * Use is subject to license terms.
1N/A */
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A
1N/A#ifndef __IPL_H__
1N/A#define __IPL_H__
1N/A
1N/A#define IPL_VERSION "IP Filter: v4.1.9"
1N/A
1N/A#define IPFILTER_VERSION 4010901
1N/A
1N/A#endif
1N/A