2 * Copyright (C) 2004-2010, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1999-2003 Internet Software Consortium.
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
9 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 * PERFORMANCE OF THIS SOFTWARE.
18 /* Id: platform.h.in,v 1.56 2010/12/18 01:56:23 each Exp */
20 #ifndef ISC_PLATFORM_H
21 #define ISC_PLATFORM_H 1
23 #include <sys/atomic.h>
28 ***** Platform-dependent defines.
36 * Define if this system needs the <netinet/in6.h> header file included
37 * for full IPv6 support (pretty much only UnixWare).
39 #undef ISC_PLATFORM_NEEDNETINETIN6H
42 * Define if this system needs the <netinet6/in6.h> header file included
43 * to support in6_pkinfo (pretty much only BSD/OS).
45 #undef ISC_PLATFORM_NEEDNETINET6IN6H
48 * If sockaddrs on this system have an sa_len field, ISC_PLATFORM_HAVESALEN
51 #define ISC_PLATFORM_HAVESALEN 1
54 * If this system has the IPv6 structure definitions, ISC_PLATFORM_HAVEIPV6
57 #define ISC_PLATFORM_HAVEIPV6 1
60 * If this system is missing in6addr_any, ISC_PLATFORM_NEEDIN6ADDRANY will
63 #undef ISC_PLATFORM_NEEDIN6ADDRANY
66 * If this system is missing in6addr_loopback, ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
69 #undef ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
72 * If this system has in6_pktinfo, ISC_PLATFORM_HAVEIN6PKTINFO will be
75 #define ISC_PLATFORM_HAVEIN6PKTINFO 1
78 * If this system has in_addr6, rather than in6_addr, ISC_PLATFORM_HAVEINADDR6
81 #undef ISC_PLATFORM_HAVEINADDR6
84 * If this system has sin6_scope_id, ISC_PLATFORM_HAVESCOPEID will be defined.
86 #define ISC_PLATFORM_HAVESCOPEID 1
89 * If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined.
91 #undef ISC_PLATFORM_NEEDNTOP
94 * If this system needs inet_pton(), ISC_PLATFORM_NEEDPTON will be defined.
96 #undef ISC_PLATFORM_NEEDPTON
99 * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
101 #undef ISC_PLATFORM_NEEDPORTT
104 * Define if the system has struct lifconf which is a extended struct ifconf
107 #undef ISC_PLATFORM_HAVELIFCONF
110 * Define if the system has struct if_laddrconf which is a extended struct
113 #undef ISC_PLATFORM_HAVEIF_LADDRCONF
116 * Define if the system has struct if_laddrreq.
118 #undef ISC_PLATFORM_HAVEIF_LADDRREQ
121 * Define either ISC_PLATFORM_BSD44MSGHDR or ISC_PLATFORM_BSD43MSGHDR.
123 #define ISC_NET_BSD44MSGHDR 1
126 * Define if the system supports if_nametoindex.
128 #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
131 * Define on some UnixWare systems to fix erroneous definitions of various
132 * IN6_IS_ADDR_* macros.
134 #undef ISC_PLATFORM_FIXIN6ISADDR
137 * Define if the system has struct sockaddr_storage.
139 #define ISC_PLATFORM_HAVESOCKADDRSTORAGE 1
142 * Define if the system supports kqueue multiplexing
145 #define ISC_PLATFORM_HAVEKQUEUE 1
147 #undef ISC_PLATFORM_HAVEKQUEUE
151 * Define if the system supports epoll multiplexing
153 #undef ISC_PLATFORM_HAVEEPOLL
156 * Define if the system supports /dev/poll multiplexing
158 #undef ISC_PLATFORM_HAVEDEVPOLL
161 * Define if we want to log backtrace
163 #define ISC_PLATFORM_USEBACKTRACE 1
170 * If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF
173 #undef ISC_PLATFORM_NEEDVSNPRINTF
176 * If this system need a modern sprintf() that returns (int) not (char*).
178 #undef ISC_PLATFORM_NEEDSPRINTF
181 * The printf format string modifier to use with isc_uint64_t values.
183 #define ISC_PLATFORM_QUADFORMAT "ll"
186 *** String functions.
189 * If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined.
191 #undef ISC_PLATFORM_NEEDSTRSEP
194 * If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined.
196 #undef ISC_PLATFORM_NEEDSTRLCPY
199 * If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined.
201 #undef ISC_PLATFORM_NEEDSTRLCAT
204 * Define if this system needs strtoul.
206 #undef ISC_PLATFORM_NEEDSTRTOUL
209 * Define if this system needs memmove.
211 #undef ISC_PLATFORM_NEEDMEMMOVE
214 * Define if this system needs strcasestr.
216 #undef ISC_PLATFORM_NEEDSTRCASESTR
222 #if 0 /* In the Makefile */
224 * Defined if we are using threads.
226 #define ISC_PLATFORM_USETHREADS 1
230 * Defined if unistd.h does not cause fd_set to be delared.
232 #undef ISC_PLATFORM_NEEDSYSSELECTH
235 * Defined to <gssapi.h> or <gssapi/gssapi.h> for how to include
238 #define ISC_PLATFORM_GSSAPIHEADER <gssapi/gssapi.h>
241 * Defined to <gssapi_krb5.h> or <gssapi/gssapi_krb5.h> for how to
242 * include the GSSAPI KRB5 header.
244 #define ISC_PLATFORM_GSSAPI_KRB5_HEADER <gssapi/gssapi_krb5.h>
247 * Defined to <krb5.h> or <krb5/krb5.h> for how to include
250 #define ISC_PLATFORM_KRB5HEADER <krb5/krb5.h>
253 * Type used for resource limits.
255 #define ISC_PLATFORM_RLIMITTYPE rlim_t
258 * Define if your compiler supports "long long int".
260 #define ISC_PLATFORM_HAVELONGLONG 1
263 * Define if PTHREAD_ONCE_INIT should be surrounded by braces to
264 * prevent compiler warnings (such as with gcc on Solaris 2.8).
266 #undef ISC_PLATFORM_BRACEPTHREADONCEINIT
269 * Used to control how extern data is linked; needed for Win32 platforms.
271 #undef ISC_PLATFORM_USEDECLSPEC
274 * Define if the platform has <sys/un.h>.
276 #define ISC_PLATFORM_HAVESYSUNH 1
279 * If the "xadd" operation is available on this architecture,
280 * ISC_PLATFORM_HAVEXADD will be defined.
282 #define ISC_PLATFORM_HAVEXADD 1
285 * If the "xaddq" operation (64bit xadd) is available on this architecture,
286 * ISC_PLATFORM_HAVEXADDQ will be defined.
288 #ifdef __HAVE_ATOMIC64_OPS
289 #define ISC_PLATFORM_HAVEXADDQ 1
293 * If the "atomic swap" operation is available on this architecture,
294 * ISC_PLATFORM_HAVEATOMICSTORE" will be defined.
296 #define ISC_PLATFORM_HAVEATOMICSTORE 1
299 * If the "compare-and-exchange" operation is available on this architecture,
300 * ISC_PLATFORM_HAVECMPXCHG will be defined.
302 #define ISC_PLATFORM_HAVECMPXCHG 1
305 * Define if gcc ASM extension is available
307 #define ISC_PLATFORM_USEGCCASM 1
310 * Define if Tru64 style ASM syntax must be used.
312 #undef ISC_PLATFORM_USEOSFASM
315 * Define if the standard __asm function must be used.
320 * Define if the platform has <strings.h>.
322 #define ISC_PLATFORM_HAVESTRINGSH 1
325 * Define if the hash functions must be provided by OpenSSL.
327 #undef ISC_PLATFORM_OPENSSLHASH
330 * Define if AES must be provided by OpenSSL.
332 #define ISC_PLATFORM_OPENSSLAES 1
335 * Define if AES support is wanted
337 #define ISC_PLATFORM_WANTAES 1
340 * Defines for the noreturn attribute.
342 #define ISC_PLATFORM_NORETURN_PRE
343 #define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn))
346 * Defined if we are enabling SIT (Source Identity Token).
348 #define ISC_PLATFORM_USESIT 1
351 *** Windows dll support.
355 * Define if MacOS style of PPC assembly must be used.
356 * e.g. "r6", not "6", for register six.
360 #ifndef ISC_PLATFORM_USEDECLSPEC
361 #define LIBISC_EXTERNAL_DATA
362 #define LIBDNS_EXTERNAL_DATA
363 #define LIBISCCC_EXTERNAL_DATA
364 #define LIBISCCFG_EXTERNAL_DATA
365 #define LIBBIND9_EXTERNAL_DATA
366 #define LIBTESTS_EXTERNAL_DATA
367 #else /*! \brief ISC_PLATFORM_USEDECLSPEC */
368 #ifdef LIBISC_EXPORTS
369 #define LIBISC_EXTERNAL_DATA __declspec(dllexport)
371 #define LIBISC_EXTERNAL_DATA __declspec(dllimport)
373 #ifdef LIBDNS_EXPORTS
374 #define LIBDNS_EXTERNAL_DATA __declspec(dllexport)
376 #define LIBDNS_EXTERNAL_DATA __declspec(dllimport)
378 #ifdef LIBISCCC_EXPORTS
379 #define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
381 #define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
383 #ifdef LIBISCCFG_EXPORTS
384 #define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
386 #define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
388 #ifdef LIBBIND9_EXPORTS
389 #define LIBBIND9_EXTERNAL_DATA __declspec(dllexport)
391 #define LIBBIND9_EXTERNAL_DATA __declspec(dllimport)
393 #ifdef LIBTESTS_EXPORTS
394 #define LIBTESTS_EXTERNAL_DATA __declspec(dllexport)
396 #define LIBTESTS_EXTERNAL_DATA __declspec(dllimport)
398 #endif /*! \brief ISC_PLATFORM_USEDECLSPEC */
401 * Tell emacs to use C mode for this file.
408 #endif /* ISC_PLATFORM_H */