config.h.in revision 2e9c7c8c
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 `authdes_create' function. */ 19#undef HAVE_AUTHDES_CREATE 20 21/* Define to 1 if you have the `authdes_seccreate' function. */ 22#undef HAVE_AUTHDES_SECCREATE 23 24/* Define to 1 if you have the <dlfcn.h> header file. */ 25#undef HAVE_DLFCN_H 26 27/* Use dlopen to load shared libraries */ 28#undef HAVE_DLOPEN 29 30/* Define to 1 if you have the <dl.h> header file. */ 31#undef HAVE_DL_H 32 33/* Define to 1 if you have the `getpagesize' function. */ 34#undef HAVE_GETPAGESIZE 35 36/* Define to 1 if you have the <inttypes.h> header file. */ 37#undef HAVE_INTTYPES_H 38 39/* launchd support available */ 40#undef HAVE_LAUNCHD 41 42/* Define to 1 if you have the <memory.h> header file. */ 43#undef HAVE_MEMORY_H 44 45/* Define to 1 if you have a working `mmap' system call. */ 46#undef HAVE_MMAP 47 48/* Use shl_load to load shared libraries */ 49#undef HAVE_SHL_LOAD 50 51/* Define to 1 if the system has the type `socklen_t'. */ 52#undef HAVE_SOCKLEN_T 53 54/* Define to 1 if you have the <stdint.h> header file. */ 55#undef HAVE_STDINT_H 56 57/* Define to 1 if you have the <stdlib.h> header file. */ 58#undef HAVE_STDLIB_H 59 60/* Define to 1 if you have the <strings.h> header file. */ 61#undef HAVE_STRINGS_H 62 63/* Define to 1 if you have the <string.h> header file. */ 64#undef HAVE_STRING_H 65 66/* Define to 1 if you have the `strtol' function. */ 67#undef HAVE_STRTOL 68 69/* Define to 1 if you have the <sys/stat.h> header file. */ 70#undef HAVE_SYS_STAT_H 71 72/* Define to 1 if you have the <sys/types.h> header file. */ 73#undef HAVE_SYS_TYPES_H 74 75/* Define to 1 if you have the <unistd.h> header file. */ 76#undef HAVE_UNISTD_H 77 78/* Support IPv6 for TCP connections */ 79#undef IPv6 80 81/* Support os-specific local connections */ 82#undef LOCALCONN 83 84/* preference sorted list of transport types to try for local connections */ 85#undef LOCAL_TRANSPORT_LIST 86 87/* Define to the sub-directory in which libtool stores uninstalled libraries. 88 */ 89#undef LT_OBJDIR 90 91/* Disable XLOCALEDIR environment variable */ 92#undef NO_XLOCALEDIR 93 94/* Name of package */ 95#undef PACKAGE 96 97/* Define to the address where bug reports for this package should be sent. */ 98#undef PACKAGE_BUGREPORT 99 100/* Define to the full name of this package. */ 101#undef PACKAGE_NAME 102 103/* Define to the full name and version of this package. */ 104#undef PACKAGE_STRING 105 106/* Define to the one symbol short name of this package. */ 107#undef PACKAGE_TARNAME 108 109/* Define to the version of this package. */ 110#undef PACKAGE_VERSION 111 112/* Major version of this package */ 113#undef PACKAGE_VERSION_MAJOR 114 115/* Minor version of this package */ 116#undef PACKAGE_VERSION_MINOR 117 118/* Patch version of this package */ 119#undef PACKAGE_VERSION_PATCHLEVEL 120 121/* Define as the return type of signal handlers (`int' or `void'). */ 122#undef RETSIGTYPE 123 124/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 125#undef SECURE_RPC 126 127/* Define to 1 if you have the ANSI C header files. */ 128#undef STDC_HEADERS 129 130/* Support TCP socket connections */ 131#undef TCPCONN 132 133/* launchd support available */ 134#undef TRANS_REOPEN 135 136/* Support UNIX socket connections */ 137#undef UNIXCONN 138 139/* Split some i18n functions into loadable modules */ 140#undef USE_DYNAMIC_LC 141 142/* Use the X cursor library to load cursors */ 143#undef USE_DYNAMIC_XCURSOR 144 145/* poll() function is available */ 146#undef USE_POLL 147 148/* Enable extensions on AIX 3, Interix. */ 149#ifndef _ALL_SOURCE 150# undef _ALL_SOURCE 151#endif 152/* Enable GNU extensions on systems that have them. */ 153#ifndef _GNU_SOURCE 154# undef _GNU_SOURCE 155#endif 156/* Enable threading extensions on Solaris. */ 157#ifndef _POSIX_PTHREAD_SEMANTICS 158# undef _POSIX_PTHREAD_SEMANTICS 159#endif 160/* Enable extensions on HP NonStop. */ 161#ifndef _TANDEM_SOURCE 162# undef _TANDEM_SOURCE 163#endif 164/* Enable general extensions on Solaris. */ 165#ifndef __EXTENSIONS__ 166# undef __EXTENSIONS__ 167#endif 168 169 170/* Use XCB for low-level protocol implementation */ 171#undef USE_XCB 172 173/* Version number of package */ 174#undef VERSION 175 176/* Location of libX11 data */ 177#undef X11_DATADIR 178 179/* Location of libX11 library data */ 180#undef X11_LIBDIR 181 182/* Include support for XCMS */ 183#undef XCMS 184 185/* Location of error message database */ 186#undef XERRORDB 187 188/* Enable XF86BIGFONT extension */ 189#undef XF86BIGFONT 190 191/* Use XKB */ 192#undef XKB 193 194/* Location of keysym database */ 195#undef XKEYSYMDB 196 197/* support for X Locales */ 198#undef XLOCALE 199 200/* Location of libX11 locale data */ 201#undef XLOCALEDATADIR 202 203/* Location of libX11 locale data */ 204#undef XLOCALEDIR 205 206/* Location of libX11 locale libraries */ 207#undef XLOCALELIBDIR 208 209/* Whether libX11 is compiled with thread support */ 210#undef XTHREADS 211 212/* Whether libX11 needs to use MT safe API's */ 213#undef XUSE_MTSAFE_API 214 215/* Define to 1 if on MINIX. */ 216#undef _MINIX 217 218/* Define to 2 if the system does not provide POSIX.1 features except with 219 this defined. */ 220#undef _POSIX_1_SOURCE 221 222/* Define to 1 if you need to in order for `stat' and other things to work. */ 223#undef _POSIX_SOURCE 224