1135549Sdes/* $FreeBSD$ */
2135549Sdes
3174189Sdougb/* config.h.  Generated from config.h.in by configure.  */
4135549Sdes/* config.h.in.  Generated from configure.in by autoheader.  */
5135549Sdes/*
6245163Serwin * Copyright (C) 2004, 2005, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
7135549Sdes * Copyright (C) 1999-2003  Internet Software Consortium.
8135549Sdes *
9193149Sdougb * Permission to use, copy, modify, and/or distribute this software for any
10135549Sdes * purpose with or without fee is hereby granted, provided that the above
11135549Sdes * copyright notice and this permission notice appear in all copies.
12135549Sdes *
13135549Sdes * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
14135549Sdes * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15135549Sdes * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
16135549Sdes * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17135549Sdes * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
18135549Sdes * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19135549Sdes * PERFORMANCE OF THIS SOFTWARE.
20135549Sdes */
21135549Sdes
22234010Sdougb/* $Id: acconfig.h,v 1.53 2008/12/01 23:47:44 tbox Exp $ */
23135549Sdes
24170224Sdougb/*! \file */
25170224Sdougb
26135549Sdes/***
27135549Sdes *** This file is not to be included by any public header files, because
28135549Sdes *** it does not get installed.
29135549Sdes ***/
30135549Sdes
31170224Sdougb/** define on DEC OSF to enable 4.4BSD style sa_len support */
32135549Sdes/* #undef _SOCKADDR_LEN */
33135549Sdes
34170224Sdougb/** define if your system needs pthread_init() before using pthreads */
35135549Sdes/* #undef NEED_PTHREAD_INIT */
36135549Sdes
37170224Sdougb/** define if your system has sigwait() */
38170224Sdougb#define HAVE_SIGWAIT 1
39135549Sdes
40170224Sdougb/** define if sigwait() is the UnixWare flavor */
41135549Sdes/* #undef HAVE_UNIXWARE_SIGWAIT */
42135549Sdes
43170224Sdougb/** define on Solaris to get sigwait() to work using pthreads semantics */
44135549Sdes/* #undef _POSIX_PTHREAD_SEMANTICS */
45135549Sdes
46170224Sdougb/** define if LinuxThreads is in use */
47135549Sdes/* #undef HAVE_LINUXTHREADS */
48135549Sdes
49170224Sdougb/** define if sysconf() is available */
50170224Sdougb#define HAVE_SYSCONF 1
51135549Sdes
52170224Sdougb/** define if sysctlbyname() is available */
53135549Sdes#define HAVE_SYSCTLBYNAME 1
54135549Sdes
55170224Sdougb/** define if catgets() is available */
56135549Sdes#define HAVE_CATGETS 1
57135549Sdes
58170224Sdougb/** define if getifaddrs() exists */
59135549Sdes#define HAVE_GETIFADDRS 1
60135549Sdes
61170224Sdougb/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
62135549Sdes#define HAVE_IFLIST_SYSCTL 1
63135549Sdes
64170224Sdougb/** define if tzset() is available */
65135549Sdes#define HAVE_TZSET 1
66135549Sdes
67170224Sdougb/** define if struct addrinfo exists */
68135549Sdes#define HAVE_ADDRINFO 1
69135549Sdes
70170224Sdougb/** define if getaddrinfo() exists */
71135549Sdes#define HAVE_GETADDRINFO 1
72135549Sdes
73170224Sdougb/** define if gai_strerror() exists */
74135549Sdes#define HAVE_GAISTRERROR 1
75135549Sdes
76170224Sdougb/** define if arc4random() exists */
77135549Sdes#define HAVE_ARC4RANDOM 1
78135549Sdes
79170224Sdougb/**
80170224Sdougb * define if pthread_setconcurrency() should be called to tell the
81135549Sdes * OS how many threads we might want to run.
82135549Sdes */
83135549Sdes/* #undef CALL_PTHREAD_SETCONCURRENCY */
84135549Sdes
85170224Sdougb/** define if IPv6 is not disabled */
86135549Sdes/* #undef WANT_IPV6 */
87135549Sdes
88170224Sdougb/** define if flockfile() is available */
89135549Sdes#define HAVE_FLOCKFILE 1
90135549Sdes
91170224Sdougb/** define if getc_unlocked() is available */
92135549Sdes#define HAVE_GETCUNLOCKED 1
93135549Sdes
94170224Sdougb/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
95135549Sdes/* #undef SHUTUP_SPUTAUX */
96135549Sdes#ifdef SHUTUP_SPUTAUX
97135549Sdesstruct __sFILE;
98135549Sdesextern __inline int __sputaux(int _c, struct __sFILE *_p);
99135549Sdes#endif
100135549Sdes
101170224Sdougb/** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
102135549Sdes/* #undef SHUTUP_SIGWAIT */
103135549Sdes#ifdef SHUTUP_SIGWAIT
104135549Sdesint sigwait(const unsigned int *set, int *sig);
105135549Sdes#endif
106135549Sdes
107170224Sdougb/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
108135549Sdes/* #undef SHUTUP_STDARG_CAST */
109135549Sdes#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
110170224Sdougb#include <stdarg.h>		/** Grr.  Must be included *every time*. */
111170224Sdougb/**
112135549Sdes * The silly continuation line is to keep configure from
113135549Sdes * commenting out the #undef.
114135549Sdes */
115193149Sdougb
116135549Sdes#undef \
117135549Sdes	va_start
118135549Sdes#define	va_start(ap, last) \
119135549Sdes	do { \
120135549Sdes		union { const void *konst; long *var; } _u; \
121135549Sdes		_u.konst = &(last); \
122135549Sdes		ap = (va_list)(_u.var + __va_words(__typeof(last))); \
123135549Sdes	} while (0)
124170224Sdougb#endif /** SHUTUP_STDARG_CAST && __GNUC__ */
125135549Sdes
126170224Sdougb/** define if the system has a random number generating device */
127135549Sdes#define PATH_RANDOMDEV "/dev/random"
128135549Sdes
129170224Sdougb/** define if pthread_attr_getstacksize() is available */
130170224Sdougb#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
131135549Sdes
132170224Sdougb/** define if pthread_attr_setstacksize() is available */
133170224Sdougb#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
134135549Sdes
135170224Sdougb/** define if you have strerror in the C library. */
136135549Sdes#define HAVE_STRERROR 1
137135549Sdes
138170224Sdougb/** Define if you are running under Compaq TruCluster. */
139135549Sdes/* #undef HAVE_TRUCLUSTER */
140135549Sdes
141135549Sdes/* Define if OpenSSL includes DSA support */
142135549Sdes#define HAVE_OPENSSL_DSA 1
143135549Sdes
144245163Serwin/* Define if OpenSSL includes ECDSA support */
145245163Serwin#define HAVE_OPENSSL_ECDSA 1
146245163Serwin
147143737Sdougb/* Define to the length type used by the socket API (socklen_t, size_t, int). */
148143737Sdougb#define ISC_SOCKADDR_LEN_T socklen_t
149143737Sdougb
150143737Sdougb/* Define if threads need PTHREAD_SCOPE_SYSTEM */
151143737Sdougb/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
152143737Sdougb
153214585Sdougb/* Define if building universal (internal helper macro) */
154214585Sdougb/* #undef AC_APPLE_UNIVERSAL_BUILD */
155214585Sdougb
156224093Sdougb/* Define to enable the "filter-aaaa-on-v4" option. */
157224093Sdougb/* #undef ALLOW_FILTER_AAAA_ON_V4 */
158224093Sdougb
159165077Sdougb/* Define if recvmsg() does not meet all of the BSD socket API specifications.
160165077Sdougb   */
161165077Sdougb/* #undef BROKEN_RECVMSG */
162165077Sdougb
163165077Sdougb/* Define if you cannot bind() before connect() for TCP sockets. */
164165077Sdougb/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
165165077Sdougb
166193149Sdougb/* Define to enable "rrset-order fixed" syntax. */
167193149Sdougb/* #undef DNS_RDATASET_FIXED */
168193149Sdougb
169224093Sdougb/* Define to enable rpz-nsdname rules. */
170224093Sdougb/* #undef ENABLE_RPZ_NSDNAME */
171224093Sdougb
172224093Sdougb/* Define to enable rpz-nsip rules. */
173224093Sdougb/* #undef ENABLE_RPZ_NSIP */
174224093Sdougb
175186463Sdougb/* Solaris hack to get select_large_fdset. */
176186463Sdougb/* #undef FD_SETSIZE */
177186463Sdougb
178218384Sdougb/* Define to nothing if C supports flexible array members, and to 1 if it does
179218384Sdougb   not. That way, with a declaration like `struct s { int n; double
180218384Sdougb   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
181218384Sdougb   compilers. When computing the size of such an object, don't use 'sizeof
182218384Sdougb   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
183218384Sdougb   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
184218384Sdougb   MSVC and with C++ compilers. */
185218384Sdougb#define FLEXIBLE_ARRAY_MEMBER /**/
186218384Sdougb
187193149Sdougb/* Define to 1 if you have the `chroot' function. */
188193149Sdougb#define HAVE_CHROOT 1
189186463Sdougb
190218384Sdougb/* Define to 1 if you have the <devpoll.h> header file. */
191218384Sdougb/* #undef HAVE_DEVPOLL_H */
192218384Sdougb
193225361Sdougb/* Define to 1 if you have the `dlclose' function. */
194225361Sdougb#define HAVE_DLCLOSE 1
195225361Sdougb
196174189Sdougb/* Define to 1 if you have the <dlfcn.h> header file. */
197193149Sdougb#define HAVE_DLFCN_H 1
198174189Sdougb
199225361Sdougb/* Define to 1 if you have the `dlopen' function. */
200225361Sdougb#define HAVE_DLOPEN 1
201225361Sdougb
202225361Sdougb/* Define to 1 if you have the `dlsym' function. */
203225361Sdougb#define HAVE_DLSYM 1
204225361Sdougb
205204619Sdougb/* Define to 1 if you have the `EVP_sha256' function. */
206204619Sdougb#define HAVE_EVP_SHA256 1
207204619Sdougb
208245163Serwin/* Define to 1 if you have the `EVP_sha384' function. */
209245163Serwin#define HAVE_EVP_SHA384 1
210245163Serwin
211204619Sdougb/* Define to 1 if you have the `EVP_sha512' function. */
212204619Sdougb#define HAVE_EVP_SHA512 1
213204619Sdougb
214135549Sdes/* Define to 1 if you have the <fcntl.h> header file. */
215135549Sdes#define HAVE_FCNTL_H 1
216135549Sdes
217193149Sdougb/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
218193149Sdougb/* #undef HAVE_GSSAPI_GSSAPI_H */
219193149Sdougb
220224093Sdougb/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
221224093Sdougb/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
222224093Sdougb
223193149Sdougb/* Define to 1 if you have the <gssapi.h> header file. */
224193149Sdougb/* #undef HAVE_GSSAPI_H */
225193149Sdougb
226224093Sdougb/* Define to 1 if you have the <gssapi_krb5.h> header file. */
227224093Sdougb/* #undef HAVE_GSSAPI_KRB5_H */
228224093Sdougb
229135549Sdes/* Define to 1 if you have the <inttypes.h> header file. */
230135549Sdes#define HAVE_INTTYPES_H 1
231135549Sdes
232218384Sdougb/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */
233218384Sdougb/* #undef HAVE_KERBEROSV5_KRB5_H */
234218384Sdougb
235218384Sdougb/* Define to 1 if you have the <krb5.h> header file. */
236218384Sdougb/* #undef HAVE_KRB5_H */
237218384Sdougb
238218384Sdougb/* Define to 1 if you have the <krb5/krb5.h> header file. */
239218384Sdougb/* #undef HAVE_KRB5_KRB5_H */
240218384Sdougb
241135549Sdes/* Define to 1 if you have the `c' library (-lc). */
242135549Sdes/* #undef HAVE_LIBC */
243135549Sdes
244193149Sdougb/* Define to 1 if you have the `cap' library (-lcap). */
245193149Sdougb/* #undef HAVE_LIBCAP */
246193149Sdougb
247224093Sdougb/* if system have backtrace function */
248224093Sdougb/* #undef HAVE_LIBCTRACE */
249224093Sdougb
250135549Sdes/* Define to 1 if you have the `c_r' library (-lc_r). */
251135549Sdes/* #undef HAVE_LIBC_R */
252135549Sdes
253135549Sdes/* Define to 1 if you have the `nsl' library (-lnsl). */
254135549Sdes/* #undef HAVE_LIBNSL */
255135549Sdes
256135549Sdes/* Define to 1 if you have the `pthread' library (-lpthread). */
257148389Sdes/* #undef HAVE_LIBPTHREAD */
258135549Sdes
259262706Serwin/* Define to 1 if you have the `rt' library (-lrt). */
260262706Serwin/* #undef HAVE_LIBRT */
261262706Serwin
262135549Sdes/* Define to 1 if you have the `scf' library (-lscf). */
263135549Sdes/* #undef HAVE_LIBSCF */
264135549Sdes
265135549Sdes/* Define to 1 if you have the `socket' library (-lsocket). */
266135549Sdes/* #undef HAVE_LIBSOCKET */
267135549Sdes
268165077Sdougb/* Define to 1 if you have the `thr' library (-lthr). */
269165077Sdougb/* #undef HAVE_LIBTHR */
270165077Sdougb
271193149Sdougb/* Define if libxml2 was found */
272193149Sdougb/* #undef HAVE_LIBXML2 */
273193149Sdougb
274135549Sdes/* Define to 1 if you have the <linux/capability.h> header file. */
275135549Sdes/* #undef HAVE_LINUX_CAPABILITY_H */
276135549Sdes
277262706Serwin/* Define to 1 if you have the <linux/types.h> header file. */
278262706Serwin/* #undef HAVE_LINUX_TYPES_H */
279262706Serwin
280170224Sdougb/* Define to 1 if you have the <locale.h> header file. */
281170224Sdougb#define HAVE_LOCALE_H 1
282170224Sdougb
283135549Sdes/* Define to 1 if you have the <memory.h> header file. */
284135549Sdes#define HAVE_MEMORY_H 1
285135549Sdes
286193149Sdougb/* Define to 1 if you have the `nanosleep' function. */
287193149Sdougb#define HAVE_NANOSLEEP 1
288193149Sdougb
289135549Sdes/* Define to 1 if you have the <net/if6.h> header file. */
290135549Sdes/* #undef HAVE_NET_IF6_H */
291135549Sdes
292254402Serwin/* Define if your OpenSSL version supports ECDSA. */
293254402Serwin#define HAVE_OPENSSL_ECDSA 1
294254402Serwin
295224093Sdougb/* Define if your OpenSSL version supports GOST. */
296224093Sdougb/* #undef HAVE_OPENSSL_GOST */
297254897Serwin
298262706Serwin/* Define to 1 if you have the `pthread_yield' function. */
299262706Serwin#define HAVE_PTHREAD_YIELD 1
300262706Serwin
301262706Serwin/* Define to 1 if you have the `pthread_yield_np' function. */
302262706Serwin/* #undef HAVE_PTHREAD_YIELD_NP */
303262706Serwin
304254897Serwin/* Define to 1 if you have the `readline' function. */
305254897Serwin#define HAVE_READLINE 1
306254402Serwin
307254402Serwin/* Define to 1 if you have the <regex.h> header file. */
308254402Serwin#define HAVE_REGEX_H 1
309224093Sdougb
310262706Serwin/* Define to 1 if you have the <sched.h> header file. */
311262706Serwin#define HAVE_SCHED_H 1
312262706Serwin
313262706Serwin/* Define to 1 if you have the `sched_yield' function. */
314262706Serwin#define HAVE_SCHED_YIELD 1
315262706Serwin
316224093Sdougb/* Define to 1 if you have the `setegid' function. */
317224093Sdougb#define HAVE_SETEGID 1
318224093Sdougb
319224093Sdougb/* Define to 1 if you have the `seteuid' function. */
320224093Sdougb#define HAVE_SETEUID 1
321224093Sdougb
322170224Sdougb/* Define to 1 if you have the `setlocale' function. */
323170224Sdougb#define HAVE_SETLOCALE 1
324165077Sdougb
325224093Sdougb/* Define to 1 if you have the `setresgid' function. */
326224093Sdougb#define HAVE_SETRESGID 1
327224093Sdougb
328224093Sdougb/* Define to 1 if you have the `setresuid' function. */
329224093Sdougb#define HAVE_SETRESUID 1
330224093Sdougb
331135549Sdes/* Define to 1 if you have the <stdint.h> header file. */
332135549Sdes#define HAVE_STDINT_H 1
333135549Sdes
334135549Sdes/* Define to 1 if you have the <stdlib.h> header file. */
335135549Sdes#define HAVE_STDLIB_H 1
336135549Sdes
337135549Sdes/* Define to 1 if you have the <strings.h> header file. */
338135549Sdes#define HAVE_STRINGS_H 1
339135549Sdes
340135549Sdes/* Define to 1 if you have the <string.h> header file. */
341135549Sdes#define HAVE_STRING_H 1
342135549Sdes
343186463Sdougb/* Define to 1 if you have the <sys/capability.h> header file. */
344186463Sdougb/* #undef HAVE_SYS_CAPABILITY_H */
345186463Sdougb
346186463Sdougb/* Define to 1 if you have the <sys/devpoll.h> header file. */
347186463Sdougb/* #undef HAVE_SYS_DEVPOLL_H */
348186463Sdougb
349186463Sdougb/* Define to 1 if you have the <sys/dyntune.h> header file. */
350186463Sdougb/* #undef HAVE_SYS_DYNTUNE_H */
351186463Sdougb
352135549Sdes/* Define to 1 if you have the <sys/param.h> header file. */
353135549Sdes#define HAVE_SYS_PARAM_H 1
354135549Sdes
355135549Sdes/* Define to 1 if you have the <sys/prctl.h> header file. */
356135549Sdes/* #undef HAVE_SYS_PRCTL_H */
357135549Sdes
358135549Sdes/* Define to 1 if you have the <sys/select.h> header file. */
359135549Sdes#define HAVE_SYS_SELECT_H 1
360135549Sdes
361135549Sdes/* Define to 1 if you have the <sys/sockio.h> header file. */
362135549Sdes#define HAVE_SYS_SOCKIO_H 1
363135549Sdes
364135549Sdes/* Define to 1 if you have the <sys/stat.h> header file. */
365135549Sdes#define HAVE_SYS_STAT_H 1
366135549Sdes
367135549Sdes/* Define to 1 if you have the <sys/sysctl.h> header file. */
368135549Sdes#define HAVE_SYS_SYSCTL_H 1
369135549Sdes
370135549Sdes/* Define to 1 if you have the <sys/time.h> header file. */
371135549Sdes#define HAVE_SYS_TIME_H 1
372135549Sdes
373135549Sdes/* Define to 1 if you have the <sys/types.h> header file. */
374135549Sdes#define HAVE_SYS_TYPES_H 1
375135549Sdes
376170224Sdougb/* Define to 1 if you have the <sys/un.h> header file. */
377170224Sdougb#define HAVE_SYS_UN_H 1
378170224Sdougb
379135549Sdes/* Define if running under Compaq TruCluster */
380135549Sdes/* #undef HAVE_TRUCLUSTER */
381135549Sdes
382135549Sdes/* Define to 1 if you have the <unistd.h> header file. */
383135549Sdes#define HAVE_UNISTD_H 1
384135549Sdes
385254897Serwin/* Define to 1 if you have the `usleep' function. */
386254897Serwin#define HAVE_USLEEP 1
387254897Serwin
388224093Sdougb/* return type of gai_strerror */
389224093Sdougb#define IRS_GAISTRERROR_RETURN_T const char *
390224093Sdougb
391224093Sdougb/* Define to the buffer length type used by getnameinfo(3). */
392224093Sdougb#define IRS_GETNAMEINFO_BUFLEN_T size_t
393224093Sdougb
394224093Sdougb/* Define to the flags type used by getnameinfo(3). */
395224093Sdougb#define IRS_GETNAMEINFO_FLAGS_T int
396224093Sdougb
397225361Sdougb/* Define to allow building of objects for dlopen(). */
398225361Sdougb#define ISC_DLZ_DLOPEN 1
399225361Sdougb
400205292Sdougb/* Define to the sub-directory in which libtool stores uninstalled libraries.
401205292Sdougb   */
402205292Sdougb#define LT_OBJDIR ".libs/"
403205292Sdougb
404153821Sdougb/* Defined if extern char *optarg is not declared. */
405153821Sdougb/* #undef NEED_OPTARG */
406153821Sdougb
407170224Sdougb/* Define if connect does not honour the permission on the UNIX domain socket.
408170224Sdougb   */
409170224Sdougb/* #undef NEED_SECURE_DIRECTORY */
410170224Sdougb
411254897Serwin/* Use the new XML schema for statistics */
412254897Serwin/* #undef NEWSTATS */
413254897Serwin
414135549Sdes/* Define to the address where bug reports for this package should be sent. */
415135549Sdes#define PACKAGE_BUGREPORT ""
416135549Sdes
417135549Sdes/* Define to the full name of this package. */
418135549Sdes#define PACKAGE_NAME ""
419135549Sdes
420135549Sdes/* Define to the full name and version of this package. */
421135549Sdes#define PACKAGE_STRING ""
422135549Sdes
423135549Sdes/* Define to the one symbol short name of this package. */
424135549Sdes#define PACKAGE_TARNAME ""
425135549Sdes
426214585Sdougb/* Define to the home page for this package. */
427214585Sdougb#define PACKAGE_URL ""
428214585Sdougb
429135549Sdes/* Define to the version of this package. */
430135549Sdes#define PACKAGE_VERSION ""
431135549Sdes
432153821Sdougb/* Sets which flag to pass to open/fcntl to make non-blocking
433153821Sdougb   (O_NDELAY/O_NONBLOCK). */
434153821Sdougb#define PORT_NONBLOCK O_NONBLOCK
435153821Sdougb
436234010Sdougb/* The size of `void *', as computed by sizeof. */
437234010Sdougb#define SIZEOF_VOID_P 8
438234010Sdougb
439135549Sdes/* Define to 1 if you have the ANSI C header files. */
440135549Sdes#define STDC_HEADERS 1
441135549Sdes
442135549Sdes/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
443135549Sdes#define TIME_WITH_SYS_TIME 1
444135549Sdes
445153821Sdougb/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
446153821Sdougb   non-blocking. */
447153821Sdougb/* #undef USE_FIONBIO_IOCTL */
448153821Sdougb
449262706Serwin/* Enable DNS Response Rate Limiting */
450262706Serwin/* #undef USE_RRL */
451262706Serwin
452170224Sdougb/* define if idnkit support is to be included. */
453170224Sdougb/* #undef WITH_IDN */
454170224Sdougb
455182646Sdougb/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
456214585Sdougb   significant byte first (like Motorola and SPARC, unlike Intel). */
457214585Sdougb#if defined AC_APPLE_UNIVERSAL_BUILD
458214585Sdougb# if defined __BIG_ENDIAN__
459214585Sdougb#  define WORDS_BIGENDIAN 1
460214585Sdougb# endif
461214585Sdougb#else
462214585Sdougb# ifndef WORDS_BIGENDIAN
463214585Sdougb/* #  undef WORDS_BIGENDIAN */
464214585Sdougb# endif
465182646Sdougb#endif
466135549Sdes
467135549Sdes/* Define to empty if `const' does not conform to ANSI C. */
468135549Sdes/* #undef const */
469135549Sdes
470224093Sdougb/* Define to empty if your compiler does not support "static inline". */
471186463Sdougb#define inline /**/
472135549Sdes
473174189Sdougb/* Define to `unsigned int' if <sys/types.h> does not define. */
474135549Sdes/* #undef size_t */
475135549Sdes
476135549Sdes/* Define to `int' if <sys/types.h> does not define. */
477135549Sdes/* #undef ssize_t */
478153821Sdougb
479153821Sdougb/* Define to `unsigned long' if <sys/types.h> does not define. */
480153821Sdougb/* #undef uintptr_t */
481186463Sdougb
482186463Sdougb/* Define to empty if the keyword `volatile' does not work. Warning: valid
483186463Sdougb   code using `volatile' can become incorrect without. Disable with care. */
484186463Sdougb/* #undef volatile */
485