📄 acconfig.h
字号:
/* * $Id: acconfig.h,v 1.1 2005/02/23 23:08:42 dansguardian Exp $ *//* Define if you have the poll() system call. */#undef USE_POLL/* Define with our select type */#undef SELECT_TYPE/* Define if we are going to use /dev/poll for network IO */#undef HAVE_DEVPOLL#undef USE_DEVPOLL/* Using kqueue */#undef USE_KQUEUE/* Using poll */#undef USE_POLL/* Using select */#undef USE_SELECT/* Using devpoll */#undef USE_DEVPOLL/* Define if we have socklen_t */#undef HAVE_SOCKLEN_T/* Define if we can include both string.h and strings.h */#undef STRING_WITH_STRINGS/* This is a string containing any extra underscores that must be prepended * to symbols loaded from modules. */#undef SYMBOL_PREFIX/* IPv6 support */#undef IPV6/* u_int32_t */#undef u_int32_t#undef HAVE_DAEMON
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -