Remove building with NOCRYPTO option
[minix3.git] / external / bsd / bind / include / isc / platform.h
blobf08f86604091f11cb9a0d65ca3c3884db52b52b8
1 /*
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>
25 /*! \file */
27 /*****
28 ***** Platform-dependent defines.
29 *****/
31 /***
32 *** Network.
33 ***/
35 /*! \brief
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
41 /*! \brief
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
47 /*! \brief
48 * If sockaddrs on this system have an sa_len field, ISC_PLATFORM_HAVESALEN
49 * will be defined.
51 #define ISC_PLATFORM_HAVESALEN 1
53 /*! \brief
54 * If this system has the IPv6 structure definitions, ISC_PLATFORM_HAVEIPV6
55 * will be defined.
57 #define ISC_PLATFORM_HAVEIPV6 1
59 /*! \brief
60 * If this system is missing in6addr_any, ISC_PLATFORM_NEEDIN6ADDRANY will
61 * be defined.
63 #undef ISC_PLATFORM_NEEDIN6ADDRANY
65 /*! \brief
66 * If this system is missing in6addr_loopback, ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
67 * will be defined.
69 #undef ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
71 /*! \brief
72 * If this system has in6_pktinfo, ISC_PLATFORM_HAVEIN6PKTINFO will be
73 * defined.
75 #define ISC_PLATFORM_HAVEIN6PKTINFO 1
77 /*! \brief
78 * If this system has in_addr6, rather than in6_addr, ISC_PLATFORM_HAVEINADDR6
79 * will be defined.
81 #undef ISC_PLATFORM_HAVEINADDR6
83 /*! \brief
84 * If this system has sin6_scope_id, ISC_PLATFORM_HAVESCOPEID will be defined.
86 #define ISC_PLATFORM_HAVESCOPEID 1
88 /*! \brief
89 * If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined.
91 #undef ISC_PLATFORM_NEEDNTOP
93 /*! \brief
94 * If this system needs inet_pton(), ISC_PLATFORM_NEEDPTON will be defined.
96 #undef ISC_PLATFORM_NEEDPTON
98 /*! \brief
99 * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
101 #undef ISC_PLATFORM_NEEDPORTT
103 /*! \brief
104 * Define if the system has struct lifconf which is a extended struct ifconf
105 * for IPv6.
107 #undef ISC_PLATFORM_HAVELIFCONF
109 /*! \brief
110 * Define if the system has struct if_laddrconf which is a extended struct
111 * ifconf for IPv6.
113 #undef ISC_PLATFORM_HAVEIF_LADDRCONF
115 /*! \brief
116 * Define if the system has struct if_laddrreq.
118 #undef ISC_PLATFORM_HAVEIF_LADDRREQ
120 /*! \brief
121 * Define either ISC_PLATFORM_BSD44MSGHDR or ISC_PLATFORM_BSD43MSGHDR.
123 #define ISC_NET_BSD44MSGHDR 1
125 /*! \brief
126 * Define if the system supports if_nametoindex.
128 #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
130 /*! \brief
131 * Define on some UnixWare systems to fix erroneous definitions of various
132 * IN6_IS_ADDR_* macros.
134 #undef ISC_PLATFORM_FIXIN6ISADDR
136 /*! \brief
137 * Define if the system has struct sockaddr_storage.
139 #define ISC_PLATFORM_HAVESOCKADDRSTORAGE 1
141 /*! \brief
142 * Define if the system supports kqueue multiplexing
144 #ifndef __minix
145 #define ISC_PLATFORM_HAVEKQUEUE 1
146 #else /* __minix */
147 #undef ISC_PLATFORM_HAVEKQUEUE
148 #endif /* __minix */
150 /*! \brief
151 * Define if the system supports epoll multiplexing
153 #undef ISC_PLATFORM_HAVEEPOLL
155 /*! \brief
156 * Define if the system supports /dev/poll multiplexing
158 #undef ISC_PLATFORM_HAVEDEVPOLL
160 /*! \brief
161 * Define if we want to log backtrace
163 #define ISC_PLATFORM_USEBACKTRACE 1
166 *** Printing.
167 ***/
169 /*! \brief
170 * If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF
171 * will be defined.
173 #undef ISC_PLATFORM_NEEDVSNPRINTF
175 /*! \brief
176 * If this system need a modern sprintf() that returns (int) not (char*).
178 #undef ISC_PLATFORM_NEEDSPRINTF
180 /*! \brief
181 * The printf format string modifier to use with isc_uint64_t values.
183 #define ISC_PLATFORM_QUADFORMAT "ll"
185 /***
186 *** String functions.
187 ***/
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
218 /***
219 *** Miscellaneous.
220 ***/
222 #if 0 /* In the Makefile */
224 * Defined if we are using threads.
226 #define ISC_PLATFORM_USETHREADS 1
227 #endif
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
236 * the GSSAPI header.
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
248 * the KRB5 header.
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
290 #endif
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
350 /***
351 *** Windows dll support.
352 ***/
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)
370 #else
371 #define LIBISC_EXTERNAL_DATA __declspec(dllimport)
372 #endif
373 #ifdef LIBDNS_EXPORTS
374 #define LIBDNS_EXTERNAL_DATA __declspec(dllexport)
375 #else
376 #define LIBDNS_EXTERNAL_DATA __declspec(dllimport)
377 #endif
378 #ifdef LIBISCCC_EXPORTS
379 #define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
380 #else
381 #define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
382 #endif
383 #ifdef LIBISCCFG_EXPORTS
384 #define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
385 #else
386 #define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
387 #endif
388 #ifdef LIBBIND9_EXPORTS
389 #define LIBBIND9_EXTERNAL_DATA __declspec(dllexport)
390 #else
391 #define LIBBIND9_EXTERNAL_DATA __declspec(dllimport)
392 #endif
393 #ifdef LIBTESTS_EXPORTS
394 #define LIBTESTS_EXTERNAL_DATA __declspec(dllexport)
395 #else
396 #define LIBTESTS_EXTERNAL_DATA __declspec(dllimport)
397 #endif
398 #endif /*! \brief ISC_PLATFORM_USEDECLSPEC */
401 * Tell emacs to use C mode for this file.
403 * Local Variables:
404 * mode: c
405 * End:
408 #endif /* ISC_PLATFORM_H */