config.h.in revision 43fe2897fc80bbec2115310ca79d432a252f3ea4
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* config.h.in. Generated from configure.in by autoheader. */
5fa46bc91672ef5737aee6f99763161511566c24Tinderbox User/*
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5Mark Andrews * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * Copyright (C) 1999-2003 Internet Software Consortium.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater *
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews * Permission to use, copy, modify, and distribute this software for any
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews * purpose with or without fee is hereby granted, provided that the above
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * copyright notice and this permission notice appear in all copies.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews */
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3aMark Andrews
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff/* $Id: config.h.in,v 1.63 2004/10/05 03:17:16 marka Exp $ */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/***
854d0238dbc2908490197984b3b9d558008a53dfMark Andrews *** This file is not to be included by any public header files, because
854d0238dbc2908490197984b3b9d558008a53dfMark Andrews *** it does not get installed.
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews ***/
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define to `int' if <sys/types.h> doesn't define. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef ssize_t
8360c3dc0f8ab25f4839c79e30d6865838d9a4daBob Halley
8360c3dc0f8ab25f4839c79e30d6865838d9a4daBob Halley/* define on DEC OSF to enable 4.4BSD style sa_len support */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef _SOCKADDR_LEN
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
6324997211a5e2d82528dcde98e8981190a35faeMichael Graff/* define if your system needs pthread_init() before using pthreads */
6324997211a5e2d82528dcde98e8981190a35faeMichael Graff#undef NEED_PTHREAD_INIT
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if your system has sigwait() */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_SIGWAIT
b9e911c71cf0fbdc054b5bc7ef1a3233e2b4a4faAutomatic Updater
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if sigwait() is the UnixWare flavor */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_UNIXWARE_SIGWAIT
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define on Solaris to get sigwait() to work using pthreads semantics */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef _POSIX_PTHREAD_SEMANTICS
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if LinuxThreads is in use */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_LINUXTHREADS
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if sysconf() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_SYSCONF
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if sysctlbyname() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_SYSCTLBYNAME
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if catgets() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_CATGETS
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if getifaddrs() exists */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_GETIFADDRS
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_IFLIST_SYSCTL
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if chroot() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_CHROOT
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence/* define if tzset() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_TZSET
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if struct addrinfo exists */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_ADDRINFO
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if getaddrinfo() exists */
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews#undef HAVE_GETADDRINFO
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if gai_strerror() exists */
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence#undef HAVE_GAISTRERROR
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews/* define if arc4random() exists */
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews#undef HAVE_ARC4RANDOM
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if pthread_setconcurrency() should be called to tell the
d981ca645597116d227a48bf37cc5edc061c854dBob Halley * OS how many threads we might want to run.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence */
ae114ded82e773a4d9058f833f964a17514712a8Brian Wellington#undef CALL_PTHREAD_SETCONCURRENCY
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews/* define if IPv6 is not disabled */
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson#undef WANT_IPV6
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* define if flockfile() is available */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_FLOCKFILE
34b394b43e2207e8f8f3703f0402422121455638David Lawrence
34b394b43e2207e8f8f3703f0402422121455638David Lawrence/* define if getc_unlocked() is available */
34b394b43e2207e8f8f3703f0402422121455638David Lawrence#undef HAVE_GETCUNLOCKED
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef SHUTUP_SPUTAUX
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence#ifdef SHUTUP_SPUTAUX
c46f10e4a1702191b003cf8f8fc5059c15d29c48Mark Andrewsstruct __sFILE;
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrewsextern __inline int __sputaux(int _c, struct __sFILE *_p);
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#endif
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef SHUTUP_SIGWAIT
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#ifdef SHUTUP_SIGWAIT
34b394b43e2207e8f8f3703f0402422121455638David Lawrenceint sigwait(const unsigned int *set, int *sig);
34b394b43e2207e8f8f3703f0402422121455638David Lawrence#endif
34b394b43e2207e8f8f3703f0402422121455638David Lawrence
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington/* Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington#undef SHUTUP_STDARG_CAST
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
c46f10e4a1702191b003cf8f8fc5059c15d29c48Mark Andrews#include <stdarg.h> /* Grr. Must be included *every time*. */
5d15501996f597d9bbb734d88d4549828e28000bMark Andrews/*
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff * The silly continuation line is to keep configure from
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews * commenting out the #undef.
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef \
df7f20ae77fbe03d2973d1768d6a68da1063af84Andreas Gustafsson va_start
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews#define va_start(ap, last) \
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews do { \
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews union { const void *konst; long *var; } _u; \
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews _u.konst = &(last); \
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews ap = (va_list)(_u.var + __va_words(__typeof(last))); \
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews } while (0)
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#endif /* SHUTUP_STDARG_CAST && __GNUC__ */
df7f20ae77fbe03d2973d1768d6a68da1063af84Andreas Gustafsson
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if the system has a random number generating device */
91cd0f93ad34d23e8b09dca337120f64fbe8f0a1Andreas Gustafsson#undef PATH_RANDOMDEV
19c5c23ef6e38965949c996592bd92478da0612cMark Andrews
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington/* define if pthread_attr_getstacksize() is available */
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* define if pthread_attr_setstacksize() is available */
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews/* define if you have strerror in the C library. */
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews#undef HAVE_STRERROR
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews
c46f10e4a1702191b003cf8f8fc5059c15d29c48Mark Andrews/* Define if you are running under Compaq TruCluster. */
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews#undef HAVE_TRUCLUSTER
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews/* Define if OpenSSL includes DSA support */
ffcbf9ea917725d49be6b006efa02613de5ef242Mark Andrews#undef HAVE_OPENSSL_DSA
251705f6831d3d1357627ba2d54fc898487dec09Mark Andrews
c46f10e4a1702191b003cf8f8fc5059c15d29c48Mark Andrews/* Define to the length type used by the socket API (socklen_t, size_t, int). */
5d15501996f597d9bbb734d88d4549828e28000bMark Andrews#undef ISC_SOCKADDR_LEN_T
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews/* Define to 1 if you have the <dlfcn.h> header file. */
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews#undef HAVE_DLFCN_H
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <fcntl.h> header file. */
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews#undef HAVE_FCNTL_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <inttypes.h> header file. */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff#undef HAVE_INTTYPES_H
19c5c23ef6e38965949c996592bd92478da0612cMark Andrews
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff/* Define to 1 if you have the `c' library (-lc). */
34b394b43e2207e8f8f3703f0402422121455638David Lawrence#undef HAVE_LIBC
34b394b43e2207e8f8f3703f0402422121455638David Lawrence
34b394b43e2207e8f8f3703f0402422121455638David Lawrence/* Define to 1 if you have the `c_r' library (-lc_r). */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_LIBC_R
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the `nsl' library (-lnsl). */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_LIBNSL
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the `pthread' library (-lpthread). */
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff#undef HAVE_LIBPTHREAD
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the `scf' library (-lscf). */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_LIBSCF
91cd0f93ad34d23e8b09dca337120f64fbe8f0a1Andreas Gustafsson
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the `socket' library (-lsocket). */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_LIBSOCKET
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff/* Define to 1 if you have the <linux/capability.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_LINUX_CAPABILITY_H
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
330705066b03f6ce0bc08a4bbfc5d2418038c68dBrian Wellington/* Define to 1 if you have the <memory.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_MEMORY_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
330705066b03f6ce0bc08a4bbfc5d2418038c68dBrian Wellington/* Define to 1 if you have the <net/if6.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_NET_IF6_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
df7f20ae77fbe03d2973d1768d6a68da1063af84Andreas Gustafsson/* Define to 1 if you have the <stdint.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_STDINT_H
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews/* Define to 1 if you have the <stdlib.h> header file. */
b538f54ad3bc526bb1a79d652e71a2816e3c306aAndreas Gustafsson#undef HAVE_STDLIB_H
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews
e502b133d630bda0ee64c1e2ce6729d96750d8abMark Andrews/* Define to 1 if you have the <strings.h> header file. */
f1b68725503ff3e46001eee5a1751e29a43a09d1Andreas Gustafsson#undef HAVE_STRINGS_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
f1b68725503ff3e46001eee5a1751e29a43a09d1Andreas Gustafsson/* Define to 1 if you have the <string.h> header file. */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff#undef HAVE_STRING_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews/* Define to 1 if you have the <sys/param.h> header file. */
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews#undef HAVE_SYS_PARAM_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <sys/prctl.h> header file. */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff#undef HAVE_SYS_PRCTL_H
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <sys/select.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_SYS_SELECT_H
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence/* Define to 1 if you have the <sys/sockio.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_SYS_SOCKIO_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <sys/stat.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_SYS_STAT_H
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <sys/sysctl.h> header file. */
ae114ded82e773a4d9058f833f964a17514712a8Brian Wellington#undef HAVE_SYS_SYSCTL_H
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews/* Define to 1 if you have the <sys/time.h> header file. */
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson#undef HAVE_SYS_TIME_H
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3Andreas Gustafsson
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence/* Define to 1 if you have the <sys/types.h> header file. */
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence#undef HAVE_SYS_TYPES_H
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
df7f20ae77fbe03d2973d1768d6a68da1063af84Andreas Gustafsson/* Define if running under Compaq TruCluster */
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff#undef HAVE_TRUCLUSTER
df7f20ae77fbe03d2973d1768d6a68da1063af84Andreas Gustafsson
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you have the <unistd.h> header file. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef HAVE_UNISTD_H
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to the address where bug reports for this package should be sent. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef PACKAGE_BUGREPORT
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to the full name of this package. */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff#undef PACKAGE_NAME
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to the full name and version of this package. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef PACKAGE_STRING
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence/* Define to the one symbol short name of this package. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef PACKAGE_TARNAME
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff/* Define to the version of this package. */
f31f0b63cbe841720f154c570bcdede9d79e64b8Michael Graff#undef PACKAGE_VERSION
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
d981ca645597116d227a48bf37cc5edc061c854dBob Halley/* Define to 1 if you have the ANSI C header files. */
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews#undef STDC_HEADERS
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef TIME_WITH_SYS_TIME
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to 1 if your processor stores words with the most significant byte
4529cdaedaf1a0a5f8ff89aeca510b7a4475446cBob Halley first (like Motorola and SPARC, unlike Intel and VAX). */
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence#undef WORDS_BIGENDIAN
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to empty if `const' does not conform to ANSI C. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef const
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
d981ca645597116d227a48bf37cc5edc061c854dBob Halley/* Define to `__inline__' or `__inline' if that's what the C compiler
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews calls it, or to nothing if 'inline' is not supported under any name. */
d981ca645597116d227a48bf37cc5edc061c854dBob Halley#ifndef __cplusplus
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews#undef inline
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews#endif
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to `unsigned' if <sys/types.h> does not define. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef size_t
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews/* Define to `int' if <sys/types.h> does not define. */
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews#undef ssize_t
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff