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