📄 ipripng_config.h
字号:
/* * Copyright 2006 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licensed only pursuant to the terms * of an applicable Wind River license agreement. *//*modification history--------------------01a,12jun06,tlu Initial creation */#ifndef IPRIPNG_CONFIG_H#define IPRIPNG_CONFIG_H/* **************************************************************************** * 1 DESCRIPTION **************************************************************************** *//* **************************************************************************** * 2 INCLUDE FILES **************************************************************************** */#include <ipcom_type.h>#include <ipcom_cstyle.h>#ifdef __cplusplusextern "C" {#endif/* **************************************************************************** * 3 DEFINES **************************************************************************** *//* Syslog priority */#ifdef IP_DEBUG#define IPRIPNG_SYSLOG_PRIORITY IPCOM_LOG_DEBUG#else#define IPRIPNG_SYSLOG_PRIORITY IPCOM_LOG_WARNING#endif/* **************************************************************************** * 4 TYPES **************************************************************************** *//* **************************************************************************** * 5 PROTOTYPES **************************************************************************** */#ifdef __cplusplus}#endif#endif/* **************************************************************************** * END OF FILE **************************************************************************** */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -