|
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/mrt/mrt_module.h,v 1.10 2008/10/02 21:57:45 bms Exp $ 00025 */ 00026 00027 /* 00028 * Module definitions. 00029 */ 00030 #ifndef __MRT_MRT_MODULE_H__ 00031 #define __MRT_MRT_MODULE_H__ 00032 00033 #ifndef XORP_MODULE_NAME 00034 #define XORP_MODULE_NAME "MRT" 00035 #endif 00036 #ifndef XORP_MODULE_VERSION 00037 #define XORP_MODULE_VERSION "0.1" 00038 #endif 00039 00040 #endif /* __MRT_MRT_MODULE_H__ */