?? 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 + -