porting_junk.h

来自「linux下的轻量级的ftp服务器」· C头文件 代码 · 共 31 行

H
31
字号
#ifndef VSF_PORTINGJUNK_H#define VSF_PORTINGJUNK_H#ifdef __sun#include "solaris_bogons.h"#endif#ifdef __sgi#include "irix_bogons.h"#endif#ifdef __hpux#include "hpux_bogons.h"#endif#ifdef _AIX#include "aix_bogons.h"#endif#ifdef __osf__#include "tru64_bogons.h"#endif/* So many older systems lack these, that it's too much hassle to list all * the errant systems */#include "cmsg_extras.h"#endif /* VSF_PORTINGJUNK_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?