config.h.in revision 61b2299d
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 `ws2_32' library (-lws2_32). */ 43#undef HAVE_LIBWS2_32 44 45/* Define to 1 if you have the <memory.h> header file. */ 46#undef HAVE_MEMORY_H 47 48/* Define to 1 if you have a working `mmap' system call. */ 49#undef HAVE_MMAP 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 <strings.h> header file. */ 64#undef HAVE_STRINGS_H 65 66/* Define to 1 if you have the <string.h> header file. */ 67#undef HAVE_STRING_H 68 69/* Define to 1 if you have the `strtol' function. */ 70#undef HAVE_STRTOL 71 72/* Define to 1 if you have the <sys/stat.h> header file. */ 73#undef HAVE_SYS_STAT_H 74 75/* Define to 1 if you have the <sys/types.h> header file. */ 76#undef HAVE_SYS_TYPES_H 77 78/* Define to 1 if you have the <unistd.h> header file. */ 79#undef HAVE_UNISTD_H 80 81/* Support IPv6 for TCP connections */ 82#undef IPv6 83 84/* Support os-specific local connections */ 85#undef LOCALCONN 86 87/* preference sorted list of transport types to try for local connections */ 88#undef LOCAL_TRANSPORT_LIST 89 90/* Disable XLOCALEDIR environment variable */ 91#undef NO_XLOCALEDIR 92 93/* Name of package */ 94#undef PACKAGE 95 96/* Define to the address where bug reports for this package should be sent. */ 97#undef PACKAGE_BUGREPORT 98 99/* Define to the full name of this package. */ 100#undef PACKAGE_NAME 101 102/* Define to the full name and version of this package. */ 103#undef PACKAGE_STRING 104 105/* Define to the one symbol short name of this package. */ 106#undef PACKAGE_TARNAME 107 108/* Define to the version of this package. */ 109#undef PACKAGE_VERSION 110 111/* Major version of this package */ 112#undef PACKAGE_VERSION_MAJOR 113 114/* Minor version of this package */ 115#undef PACKAGE_VERSION_MINOR 116 117/* Patch version of this package */ 118#undef PACKAGE_VERSION_PATCHLEVEL 119 120/* Define as the return type of signal handlers (`int' or `void'). */ 121#undef RETSIGTYPE 122 123/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 124#undef SECURE_RPC 125 126/* Define to 1 if you have the ANSI C header files. */ 127#undef STDC_HEADERS 128 129/* Support TCP socket connections */ 130#undef TCPCONN 131 132/* launchd support available */ 133#undef TRANS_REOPEN 134 135/* Support UNIX socket connections */ 136#undef UNIXCONN 137 138/* Split some i18n functions into loadable modules */ 139#undef USE_DYNAMIC_LC 140 141/* Use the X cursor library to load cursors */ 142#undef USE_DYNAMIC_XCURSOR 143 144/* poll() function is available */ 145#undef USE_POLL 146 147/* Use XCB for low-level protocol implementation */ 148#undef USE_XCB 149 150/* Version number of package */ 151#undef VERSION 152 153/* Location of libX11 data */ 154#undef X11_DATADIR 155 156/* Location of libX11 library data */ 157#undef X11_LIBDIR 158 159/* Include support for XCMS */ 160#undef XCMS 161 162/* Location of error message database */ 163#undef XERRORDB 164 165/* Enable XF86BIGFONT extension */ 166#undef XF86BIGFONT 167 168/* Use XKB */ 169#undef XKB 170 171/* Location of keysym database */ 172#undef XKEYSYMDB 173 174/* support for X Locales */ 175#undef XLOCALE 176 177/* Location of libX11 locale data */ 178#undef XLOCALEDATADIR 179 180/* Location of libX11 locale data */ 181#undef XLOCALEDIR 182 183/* Location of libX11 locale libraries */ 184#undef XLOCALELIBDIR 185 186/* Whether libX11 is compiled with thread support */ 187#undef XTHREADS 188 189/* Whether libX11 needs to use MT safe API's */ 190#undef XUSE_MTSAFE_API 191 192/* Enable GNU and other extensions to the C environment for glibc */ 193#undef _GNU_SOURCE 194