|
xorp
|
00001 /* -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*- */ 00002 /* vim:set sts=4 ts=8: */ 00003 00004 /* 00005 * Copyright (c) 2001-2009 XORP, Inc. 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License, Version 2, June 00009 * 1991 as published by the Free Software Foundation. Redistribution 00010 * and/or modification of this program under the terms of any other 00011 * version of the GNU General Public License is not permitted. 00012 * 00013 * This program is distributed in the hope that it will be useful, but 00014 * WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more details, 00016 * see the GNU General Public License, Version 2, a copy of which can be 00017 * found in the XORP LICENSE.gpl file. 00018 * 00019 * XORP Inc, 2953 Bunker Hill Lane, Suite 204, Santa Clara, CA 95054, USA; 00020 * http://xorp.net 00021 */ 00022 00023 /* 00024 * $XORP: xorp/policy/policy_module.h,v 1.12 2008/10/02 21:57:59 bms Exp $ 00025 */ 00026 00027 #ifndef __POLICY_POLICY_MODULE_H__ 00028 #define __POLICY_POLICY_MODULE_H__ 00029 00030 #ifndef XORP_MODULE_NAME 00031 #define XORP_MODULE_NAME "POLICY" 00032 #endif 00033 #ifndef XORP_MODULE_VERSION 00034 #define XORP_MODULE_VERSION "0.1" 00035 #endif 00036 00037 #endif /* __POLICY_MODULE_MODULE_H__ */