acconfig.h

来自「一个UNIX/LINUX下的基于内容的过滤服务器源代码」· C头文件 代码 · 共 46 行

H
46
字号
/* * $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 + =
减小字号Ctrl + -
显示快捷键?