ipripng_config.h

来自「这是最新的vxWorks6.7协议栈下的RIPng(rip over ipv6)」· C头文件 代码 · 共 76 行

H
76
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?