config.h.in revision d4a3aaf4
1/* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 4#undef BSD44SOCKETS 5 6/* Include compose table cache support */ 7#undef COMPOSECACHE 8 9/* Has getresuid() & getresgid() functions */ 10#undef HASGETRESUID 11 12/* Has issetugid() function */ 13#undef HASSETUGID 14 15/* Has shm*() functions */ 16#undef HAS_SHM 17 18/* Define to 1 if you have the <dlfcn.h> header file. */ 19#undef HAVE_DLFCN_H 20 21/* Use dlopen to load shared libraries */ 22#undef HAVE_DLOPEN 23 24/* Define to 1 if you have the <dl.h> header file. */ 25#undef HAVE_DL_H 26 27/* Define to 1 if you have the `getpagesize' function. */ 28#undef HAVE_GETPAGESIZE 29 30/* Define to 1 if you have the <inttypes.h> header file. */ 31#undef HAVE_INTTYPES_H 32 33/* launchd support available */ 34#undef HAVE_LAUNCHD 35 36/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 37#undef HAVE_LIBWS2_32 38 39/* Define to 1 if you have the <memory.h> header file. */ 40#undef HAVE_MEMORY_H 41 42/* Define to 1 if you have a working `mmap' system call. */ 43#undef HAVE_MMAP 44 45/* Define to 1 if you have the `reallocarray' function. */ 46#undef HAVE_REALLOCARRAY 47 48/* Define to 1 if you have the `seteuid' function. */ 49#undef HAVE_SETEUID 50 51/* Use shl_load to load shared libraries */ 52#undef HAVE_SHL_LOAD 53 54/* Define to 1 if the system has the type `socklen_t'. */ 55#undef HAVE_SOCKLEN_T 56 57/* Define to 1 if you have the <stdint.h> header file. */ 58#undef HAVE_STDINT_H 59 60/* Define to 1 if you have the <stdlib.h> header file. */ 61#undef HAVE_STDLIB_H 62 63/* Define to 1 if you have the `strcasecmp' function. */ 64#undef HAVE_STRCASECMP 65 66/* Define to 1 if you have the <strings.h> header file. */ 67#undef HAVE_STRINGS_H 68 69/* Define to 1 if you have the <string.h> header file. */ 70#undef HAVE_STRING_H 71 72/* Define to 1 if you have the `strlcpy' function. */ 73#undef HAVE_STRLCPY 74 75/* Define to 1 if you have the `strtol' function. */ 76#undef HAVE_STRTOL 77 78/* Define to 1 if you have the <sys/filio.h> header file. */ 79#undef HAVE_SYS_FILIO_H 80 81/* Define to 1 if you have the <sys/ioctl.h> header file. */ 82#undef HAVE_SYS_IOCTL_H 83 84/* Define to 1 if you have the <sys/param.h> header file. */ 85#undef HAVE_SYS_PARAM_H 86 87/* Define to 1 if you have the <sys/select.h> header file. */ 88#undef HAVE_SYS_SELECT_H 89 90/* Define to 1 if you have the <sys/socket.h> header file. */ 91#undef HAVE_SYS_SOCKET_H 92 93/* Define to 1 if you have the <sys/stat.h> header file. */ 94#undef HAVE_SYS_STAT_H 95 96/* Define to 1 if you have the <sys/types.h> header file. */ 97#undef HAVE_SYS_TYPES_H 98 99/* Define to 1 if you have the <unistd.h> header file. */ 100#undef HAVE_UNISTD_H 101 102/* Define to 1 if the system has the `__builtin_popcountl' built-in function 103 */ 104#undef HAVE___BUILTIN_POPCOUNTL 105 106/* Support IPv6 for TCP connections */ 107#undef IPv6 108 109/* Support os-specific local connections */ 110#undef LOCALCONN 111 112/* Define to the sub-directory where libtool stores uninstalled libraries. */ 113#undef LT_OBJDIR 114 115/* Disable XLOCALEDIR environment variable */ 116#undef NO_XLOCALEDIR 117 118/* Name of package */ 119#undef PACKAGE 120 121/* Define to the address where bug reports for this package should be sent. */ 122#undef PACKAGE_BUGREPORT 123 124/* Define to the full name of this package. */ 125#undef PACKAGE_NAME 126 127/* Define to the full name and version of this package. */ 128#undef PACKAGE_STRING 129 130/* Define to the one symbol short name of this package. */ 131#undef PACKAGE_TARNAME 132 133/* Define to the home page for this package. */ 134#undef PACKAGE_URL 135 136/* Define to the version of this package. */ 137#undef PACKAGE_VERSION 138 139/* Major version of this package */ 140#undef PACKAGE_VERSION_MAJOR 141 142/* Minor version of this package */ 143#undef PACKAGE_VERSION_MINOR 144 145/* Patch version of this package */ 146#undef PACKAGE_VERSION_PATCHLEVEL 147 148/* Define to 1 if you have the ANSI C header files. */ 149#undef STDC_HEADERS 150 151/* Support TCP socket connections */ 152#undef TCPCONN 153 154/* launchd support available */ 155#undef TRANS_REOPEN 156 157/* Support UNIX socket connections */ 158#undef UNIXCONN 159 160/* Split some i18n functions into loadable modules */ 161#undef USE_DYNAMIC_LC 162 163/* Use the X cursor library to load cursors */ 164#undef USE_DYNAMIC_XCURSOR 165 166/* poll() function is available */ 167#undef USE_POLL 168 169/* Enable extensions on AIX 3, Interix. */ 170#ifndef _ALL_SOURCE 171# undef _ALL_SOURCE 172#endif 173/* Enable GNU extensions on systems that have them. */ 174#ifndef _GNU_SOURCE 175# undef _GNU_SOURCE 176#endif 177/* Enable threading extensions on Solaris. */ 178#ifndef _POSIX_PTHREAD_SEMANTICS 179# undef _POSIX_PTHREAD_SEMANTICS 180#endif 181/* Enable extensions on HP NonStop. */ 182#ifndef _TANDEM_SOURCE 183# undef _TANDEM_SOURCE 184#endif 185/* Enable general extensions on Solaris. */ 186#ifndef __EXTENSIONS__ 187# undef __EXTENSIONS__ 188#endif 189 190 191/* Version number of package */ 192#undef VERSION 193 194/* Location of libX11 data */ 195#undef X11_DATADIR 196 197/* Location of libX11 library data */ 198#undef X11_LIBDIR 199 200/* Include support for XCMS */ 201#undef XCMS 202 203/* Location of error message database */ 204#undef XERRORDB 205 206/* Enable XF86BIGFONT extension */ 207#undef XF86BIGFONT 208 209/* Use XKB */ 210#undef XKB 211 212/* Location of keysym database */ 213#undef XKEYSYMDB 214 215/* support for X Locales */ 216#undef XLOCALE 217 218/* Location of libX11 locale data */ 219#undef XLOCALEDATADIR 220 221/* Location of libX11 locale data */ 222#undef XLOCALEDIR 223 224/* Location of libX11 locale libraries */ 225#undef XLOCALELIBDIR 226 227/* Whether libX11 is compiled with thread support */ 228#undef XTHREADS 229 230/* Whether libX11 needs to use MT safe API's */ 231#undef XUSE_MTSAFE_API 232 233/* Enable large inode numbers on Mac OS X 10.5. */ 234#ifndef _DARWIN_USE_64_BIT_INODE 235# define _DARWIN_USE_64_BIT_INODE 1 236#endif 237 238/* Number of bits in a file offset, on hosts where this is settable. */ 239#undef _FILE_OFFSET_BITS 240 241/* Define for large files, on AIX-style hosts. */ 242#undef _LARGE_FILES 243 244/* Define to 1 if on MINIX. */ 245#undef _MINIX 246 247/* Define to 2 if the system does not provide POSIX.1 features except with 248 this defined. */ 249#undef _POSIX_1_SOURCE 250 251/* Define to 1 if you need to in order for `stat' and other things to work. */ 252#undef _POSIX_SOURCE 253 254/* Defined if needed to expose struct msghdr.msg_control */ 255#undef _XOPEN_SOURCE 256