⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 solaris_bogons.h

📁 文件传输协议linux 下vsftpd2.1.0.tar.gz
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -