📄 mn_set.h
字号:
/***********************************************************
mn_set.h
-------------------
description : management set define
begin : Wed April 25 2001
copyright : (C) 2001 Beijing Harbour Networks Ltd.
email : chenb@harbournetworks.com
*************************************************************/
#ifndef _MN_SET_H_
#define _MN_SET_H_ 1
#ifdef _cplusplus
extern"C"{
#endif
#include <hos_sys.h>
#include <mod_flag.h>
#include <syslog.h>
#include "mn_errno.h"
#ifndef _MN_HAVE_SNMP_
#define _MN_HAVE_SNMP_
/*
#undef _MN_HAVE_SNMP_
*/
#endif
#ifndef _MN_HAVE_WEBSERV_
#define _MN_HAVE_WEBSERV_
/*
#undef _MN_HAVE_WEBSERV_
*/
#endif
#ifndef _MN_HAVE_USERMANAGE_
#define _MN_HAVE_USERMANAGE_
/*
#undef _MN_HAVE_USERMANAGE_
*/
#endif
#ifndef _MN_NEW_SYSINFO_
#define _MN_NEW_SYSINFO_
/*
#undef _MN_NEW_SYSINFO_
*/
#endif
#define _MN_HAVE_FLASH_
#define _MN_MAX_HOSTNAME_LEN_ 20
#define _MN_MIN_HOSTNAME_LEN_ 4
#define _MN_DEFAULT_HOSTNAME_ "Harbour"
#define _MN_DEFAULT_CONTACT_ "DefaultsysContact"
#define _MN_DEFAULT_LOCATION_ "DefaultsysLocation"
#define _MN_MAX_SYSCONTACT_LEN_ 101
#define _MN_MAX_SYSLOCATION_LEN_ 101
#define _MN_WAY_CLI_ 1
#define _MN_WAY_WEB_ 2
#define _MN_WAY_SNMP_ 3
#ifdef _cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -