solaris_bogons.h

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

H
20
字号
#ifndef VSF_SOLARIS_BOGONS_H#define VSF_SOLARIS_BOGONS_H/* This bogon ensures we get access to CMSG_DATA, CMSG_FIRSTHDR */#define _XPG4_2/* This bogon prevents _XPG4_2 breaking the include of signal.h! */#define __EXTENSIONS__/* Safe to always enable 64-bit file support. */#define _FILE_OFFSET_BITS 64#define _LARGEFILE_SOURCE 1#define _LARGEFILE64_SOURCE 1/* Need dirfd() */#include "dirfd_extras.h"#endif /* VSF_SOLARIS_BOGONS_H */

⌨️ 快捷键说明

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