summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix/socket_p.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-01-09 14:18:29 +0000
committerflorian <florian@openbsd.org>2020-01-09 14:18:29 +0000
commit41167cd8bc04424f91ae678f20274da3fc9edb62 (patch)
tree7f29915d631f25ced9618cfc6b7529b23ce53f6e /usr.sbin/bind/lib/isc/unix/socket_p.h
parentunifdef gss-api: (diff)
downloadwireguard-openbsd-41167cd8bc04424f91ae678f20274da3fc9edb62.tar.xz
wireguard-openbsd-41167cd8bc04424f91ae678f20274da3fc9edb62.zip
Assorted unifdefs:
#define ISC_PLATFORM_NEEDSYSSELECTH 1 #define ISC_PLATFORM_HAVESTATNSEC 1 #define ISC_PLATFORM_RLIMITTYPE rlim_t #define ISC_PLATFORM_HAVELONGLONG 1 #undef ISC_PLATFORM_BRACEPTHREADONCEINIT #undef ISC_PLATFORM_USEDECLSPEC #define ISC_PLATFORM_HAVESYSUNH 1 #define ISC_PLATFORM_HAVESTRINGSH 1 #define ISC_PLATFORM_WANTAES 1 #define ISC_PLATFORM_USESIT 1 #define LIBISC_EXTERNAL_DATA #define LIBDNS_EXTERNAL_DATA #define LIBISCCFG_EXTERNAL_DATA #define LIBBIND9_EXTERNAL_DATA #define LIBTESTS_EXTERNAL_DATA prodding deraadt@
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/socket_p.h')
-rw-r--r--usr.sbin/bind/lib/isc/unix/socket_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/socket_p.h b/usr.sbin/bind/lib/isc/unix/socket_p.h
index 306d1d5ed4a..a5e3ff975b4 100644
--- a/usr.sbin/bind/lib/isc/unix/socket_p.h
+++ b/usr.sbin/bind/lib/isc/unix/socket_p.h
@@ -14,16 +14,14 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket_p.h,v 1.5 2019/12/17 01:46:37 sthen Exp $ */
+/* $Id: socket_p.h,v 1.6 2020/01/09 14:18:30 florian Exp $ */
#ifndef ISC_SOCKET_P_H
#define ISC_SOCKET_P_H
/*! \file */
-#ifdef ISC_PLATFORM_NEEDSYSSELECTH
#include <sys/select.h>
-#endif
typedef struct isc_socketwait isc_socketwait_t;
int isc__socketmgr_waitevents(isc_socketmgr_t *, struct timeval *,