config.h.in revision d2a97368971414ffd71907e404fe02591dc5ed83
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* config.h.in. Generated from configure.in by autoheader. */
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence/*
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington * Copyright (C) 1999-2001 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence * Permission to use, copy, modify, and distribute this software for any
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence * purpose with or without fee is hereby granted, provided that the above
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence * copyright notice and this permission notice appear in all copies.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence */
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence
d2a97368971414ffd71907e404fe02591dc5ed83Mark Andrews/* $Id: config.h.in,v 1.52 2002/10/15 04:35:09 marka Exp $ */
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence/***
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence *** This file is not to be included by any public header files, because
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence *** it does not get installed.
279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78David Lawrence ***/
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson/* define to `int' if <sys/types.h> doesn't define. */
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson#undef ssize_t
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson
a30e7fc23415fd238d067a8a871607bca36068baMichael Graff/* define on DEC OSF to enable 4.4BSD style sa_len support */
a30e7fc23415fd238d067a8a871607bca36068baMichael Graff#undef _SOCKADDR_LEN
a30e7fc23415fd238d067a8a871607bca36068baMichael Graff
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley/* define if your system needs pthread_init() before using pthreads */
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley#undef NEED_PTHREAD_INIT
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley/* define if your system has sigwait() */
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley#undef HAVE_SIGWAIT
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence/* define if sigwait() is the UnixWare flavor */
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence#undef HAVE_UNIXWARE_SIGWAIT
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley/* define on Solaris to get sigwait() to work using pthreads semantics */
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley#undef _POSIX_PTHREAD_SEMANTICS
8d4257cff01b3821abcb9a21f46c6c6a43bb1e72Bob Halley
50453ad879d0d93854de5a3385776bd799e8f35cBob Halley/* define if LinuxThreads is in use */
50453ad879d0d93854de5a3385776bd799e8f35cBob Halley#undef HAVE_LINUXTHREADS
50453ad879d0d93854de5a3385776bd799e8f35cBob Halley
7005cfed8cd3296d356883dcb414979f22e06b13Brian Wellington/* define if sysconf() is available */
7005cfed8cd3296d356883dcb414979f22e06b13Brian Wellington#undef HAVE_SYSCONF
7005cfed8cd3296d356883dcb414979f22e06b13Brian Wellington
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews/* define if sysctlbyname() is available */
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews#undef HAVE_SYSCTLBYNAME
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews
d8dcd6ad4617cc8d7df979bd62101fa9c4bac1bcBob Halley/* define if catgets() is available */
d8dcd6ad4617cc8d7df979bd62101fa9c4bac1bcBob Halley#undef HAVE_CATGETS
d8dcd6ad4617cc8d7df979bd62101fa9c4bac1bcBob Halley
d2a97368971414ffd71907e404fe02591dc5ed83Mark Andrews/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
a30e7fc23415fd238d067a8a871607bca36068baMichael Graff#undef HAVE_IFLIST_SYSCTL
a30e7fc23415fd238d067a8a871607bca36068baMichael Graff
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* define if you need to #define _XPG4_2 before including sys/socket.h */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef NEED_XPG4_2_BEFORE_SOCKET_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* define if you need to #define _XOPEN_SOURCE_ENTENDED before including
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews * sys/socket.h
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef NEED_XSE_BEFORE_SOCKET_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
5c00d1c90030a311d2700970fa7cffc8f828a48cBob Halley/* define if chroot() is available */
5c00d1c90030a311d2700970fa7cffc8f828a48cBob Halley#undef HAVE_CHROOT
194b6a25192581bbc8ec731e32e8989042b202a4Michael Graff
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff/* define if struct addrinfo exists */
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff#undef HAVE_ADDRINFO
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington/* define if getaddrinfo() exists */
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff#undef HAVE_GETADDRINFO
8313838954d67250d0ed7edf67fba5da0790d1a7Michael Graff
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington/* define if gai_strerror() exists */
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington#undef HAVE_GAISTRERROR
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington
0eb2572d79822d02ea05448ce4e5f1759c73d171Michael Graff/* define if pthread_setconcurrency() should be called to tell the
0eb2572d79822d02ea05448ce4e5f1759c73d171Michael Graff * OS how many threads we might want to run.
0eb2572d79822d02ea05448ce4e5f1759c73d171Michael Graff */
0eb2572d79822d02ea05448ce4e5f1759c73d171Michael Graff#undef CALL_PTHREAD_SETCONCURRENCY
0eb2572d79822d02ea05448ce4e5f1759c73d171Michael Graff
4108eed5092156cf0407a97a9bd8ab7775164694Brian Wellington/* define if IPv6 is not disabled */
4108eed5092156cf0407a97a9bd8ab7775164694Brian Wellington#undef WANT_IPV6
4108eed5092156cf0407a97a9bd8ab7775164694Brian Wellington
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington/* define if flockfile() is available */
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington#undef HAVE_FLOCKFILE
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington
64b92523f9333ba053f4b2860335583be455b0b3Brian Wellington/* define if getc_unlocked() is available */
64b92523f9333ba053f4b2860335583be455b0b3Brian Wellington#undef HAVE_GETCUNLOCKED
64b92523f9333ba053f4b2860335583be455b0b3Brian Wellington
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrence/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrence#undef SHUTUP_SPUTAUX
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrence#ifdef SHUTUP_SPUTAUX
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrencestruct __sFILE;
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrenceextern __inline int __sputaux(int _c, struct __sFILE *_p);
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrence#endif
876753d5ce1be48f3218fb4875fac501f8adfd6cDavid Lawrence
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence/* Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence#undef SHUTUP_SIGWAIT
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence#ifdef SHUTUP_SIGWAIT
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrenceint sigwait(const unsigned int *set, int *sig);
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence#endif
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence/* Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence#undef SHUTUP_STDARG_CAST
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#include <stdarg.h> /* Grr. Must be included *every time*. */
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence/*
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence * The silly continuation line is to keep configure from
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence * commenting out the #undef.
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence */
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence#undef \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews va_start
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#define va_start(ap, last) \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews do { \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews union { const void *konst; long *var; } _u; \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews _u.konst = &(last); \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews ap = (va_list)(_u.var + __va_words(__typeof(last))); \
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews } while (0)
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence#endif /* SHUTUP_STDARG_CAST && __GNUC__ */
49a2cf8f211213712d452287ae8e121cf59e3178David Lawrence
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington/* define if the system has a random number generating device */
529ff4b4959fb157194f985394951108ff5286e4Brian Wellington#undef PATH_RANDOMDEV
a14613fce99dee3cad5bf842fd6be78f8e463582Brian Wellington
489b76292622f5bc18bf1a18845f8166a73bd797Brian Wellington/* define if pthread_attr_getstacksize() is available */
489b76292622f5bc18bf1a18845f8166a73bd797Brian Wellington#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
489b76292622f5bc18bf1a18845f8166a73bd797Brian Wellington
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson/* define if you have strerror in the C library. */
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson#undef HAVE_STRERROR
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define if you are running under Compaq TruCluster.. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_TRUCLUSTER
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <dlfcn.h> header file. */
64b92523f9333ba053f4b2860335583be455b0b3Brian Wellington#undef HAVE_DLFCN_H
64b92523f9333ba053f4b2860335583be455b0b3Brian Wellington
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <fcntl.h> header file. */
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley#undef HAVE_FCNTL_H
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <inttypes.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_INTTYPES_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the `c' library (-lc). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_LIBC
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the `c_r' library (-lc_r). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_LIBC_R
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the `nsl' library (-lnsl). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_LIBNSL
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the `pthread' library (-lpthread). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_LIBPTHREAD
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the `socket' library (-lsocket). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_LIBSOCKET
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <linux/capability.h> header file. */
5c00d1c90030a311d2700970fa7cffc8f828a48cBob Halley#undef HAVE_LINUX_CAPABILITY_H
5c00d1c90030a311d2700970fa7cffc8f828a48cBob Halley
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <memory.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_MEMORY_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <net/if6.h> header file. */
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson#undef HAVE_NET_IF6_H
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <stdint.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_STDINT_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <stdlib.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_STDLIB_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <strings.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_STRINGS_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <string.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_STRING_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/prctl.h> header file. */
f8727bd90366af835f551da1b5e1fdfcd2d3d01fBrian Wellington#undef HAVE_SYS_PRCTL_H
f8727bd90366af835f551da1b5e1fdfcd2d3d01fBrian Wellington
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/select.h> header file. */
f8727bd90366af835f551da1b5e1fdfcd2d3d01fBrian Wellington#undef HAVE_SYS_SELECT_H
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/sockio.h> header file. */
203596d27c225ea195e4faad4f19388c6e96ac80Bob Halley#undef HAVE_SYS_SOCKIO_H
203596d27c225ea195e4faad4f19388c6e96ac80Bob Halley
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/stat.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_SYS_STAT_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/sysctl.h> header file. */
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson#undef HAVE_SYS_SYSCTL_H
fd837244be31850a764863688bce11df9ce972f4Andreas Gustafsson
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/time.h> header file. */
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley#undef HAVE_SYS_TIME_H
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <sys/types.h> header file. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_SYS_TYPES_H
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define if running under Compaq TruCluster */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef HAVE_TRUCLUSTER
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the <unistd.h> header file. */
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley#undef HAVE_UNISTD_H
15bfd48fc5552ff1aae766021f42a250c001a098Michael Graff
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to the address where bug reports for this package should be sent. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef PACKAGE_BUGREPORT
882350d11c90de9de6fc1cead25690c8114b0b95Michael Graff
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to the full name of this package. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef PACKAGE_NAME
15bfd48fc5552ff1aae766021f42a250c001a098Michael Graff
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to the full name and version of this package. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef PACKAGE_STRING
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to the one symbol short name of this package. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef PACKAGE_TARNAME
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to the version of this package. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef PACKAGE_VERSION
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you have the ANSI C header files. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef STDC_HEADERS
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef TIME_WITH_SYS_TIME
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to 1 if your processor stores words with the most significant byte
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews first (like Motorola and SPARC, unlike Intel and VAX). */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef WORDS_BIGENDIAN
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to empty if `const' does not conform to ANSI C. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef const
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define as `__inline' if that's what the C compiler calls it, or to nothing
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews if it is not supported. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef inline
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to `unsigned' if <sys/types.h> does not define. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef size_t
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews/* Define to `int' if <sys/types.h> does not define. */
f54d0c9c6e65de367d4ef08f51d22a2fb4c56208Mark Andrews#undef ssize_t