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

📄 port_after.h

📁 被广泛使用的域名服务(DNS)软件
💻 H
字号:
#ifndef	PORT_AFTER_H#define	PORT_AFTER_H#define HAVE_SA_LEN#define USE_POSIX#define POSIX_SIGNALS#define USE_WAITPID#define HAVE_GETRUSAGE#define HAVE_FCHMOD#define SETGRENT_VOID#define SETPWENT_VOID#define IP_OPT_BUF_SIZE 40#define NEED_PSELECT#define SIOCGIFCONF_ADDR#define HAVE_CHROOT#define CAN_CHANGE_ID#define PORT_NONBLOCK	O_NONBLOCK#define PORT_WOULDBLK	EWOULDBLOCK#define WAIT_T		int#ifndef MIN# define MIN(x, y)	((x > y) ?y :x)#endif#ifndef MAX# define MAX(x, y)	((x > y) ?x :y)#endif#include <sys/types.h>#include <sys/socket.h>#include <netinet/in6_f.h>#include <netinet/in6.h>#include <sys/param.h>#include <sys/bitypes.h>extern int gethostname(char *, size_t);#define NEED_STRSEPextern char *strsep(char **, const char *);#define NEED_DAEMONint daemon(int nochdir, int noclose);#ifndef MAXHOSTNAMELEN#define MAXHOSTNAMELEN 255#endif#endif /* ! PORT_AFTER_H */

⌨️ 快捷键说明

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