config.h.in revision 145b7b3c
1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to use arc4random() function */ 4#undef ARC4_RANDOM 5 6/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 7#undef BSD44SOCKETS 8 9/* Define to pathname where authentication cookie files should be stored */ 10#undef DEF_AUTH_DIR 11 12/* Define to pathname of where chooser binary is installed */ 13#undef DEF_CHOOSER 14 15/* Define to default command to start failsafe X session */ 16#undef DEF_FAILSAFE_CLIENT 17 18/* Define to pathname where greeter shared object is installed (if used) */ 19#undef DEF_GREETER_LIB 20 21/* Define to default Xserver file entry for local X server */ 22#undef DEF_SERVER_LINE 23 24/* Define to default command to start X session */ 25#undef DEF_SESSION 26 27/* Define to default PATH environment variable for system commands */ 28#undef DEF_SYSTEM_PATH 29 30/* Define to default shell */ 31#undef DEF_SYSTEM_SHELL 32 33/* Define to default PATH environment variable for user sessions */ 34#undef DEF_USER_PATH 35 36/* Define to pathname of default xdm-config file */ 37#undef DEF_XDM_CONFIG 38 39/* Define to device that provides random data source */ 40#undef DEV_RANDOM 41 42/* Define to 1 if you have the 'getifaddrs' function. */ 43#undef HAS_GETIFADDRS 44 45/* Define to 1 if you have the 'mkstemp' function. */ 46#undef HAS_MKSTEMP 47 48/* Define to 1 if you have the 'setproctitle' function. */ 49#undef HAS_SETPROCTITLE 50 51/* Define to 1 if you have the 'setusercontext' function. */ 52#undef HAS_SETUSERCONTEXT 53 54/* Define to 1 if you have the `authdes_create' function. */ 55#undef HAVE_AUTHDES_CREATE 56 57/* Define to 1 if you have the `authdes_seccreate' function. */ 58#undef HAVE_AUTHDES_SECCREATE 59 60/* Define to 1 if you have the `daemon' function. */ 61#undef HAVE_DAEMON 62 63/* Define to 1 if your headers define the key_setnet() function. */ 64#undef HAVE_DECL_KEY_SETNET 65 66/* Define to 1 if you have the <dlfcn.h> header file. */ 67#undef HAVE_DLFCN_H 68 69/* Define to 1 if you have the `fork' function. */ 70#undef HAVE_FORK 71 72/* Define to 1 if you have the <grp.h> header file. */ 73#undef HAVE_GRP_H 74 75/* Define to 1 if you have the <inttypes.h> header file. */ 76#undef HAVE_INTTYPES_H 77 78/* Define to 1 if you have the <memory.h> header file. */ 79#undef HAVE_MEMORY_H 80 81/* Define to 1 if you have the `sigaction' function. */ 82#undef HAVE_SIGACTION 83 84/* Define to 1 if you have the <stdint.h> header file. */ 85#undef HAVE_STDINT_H 86 87/* Define to 1 if you have the <stdlib.h> header file. */ 88#undef HAVE_STDLIB_H 89 90/* Define to 1 if you have the <strings.h> header file. */ 91#undef HAVE_STRINGS_H 92 93/* Define to 1 if you have the <string.h> header file. */ 94#undef HAVE_STRING_H 95 96/* Define to 1 if you have the <sys/stat.h> header file. */ 97#undef HAVE_SYS_STAT_H 98 99/* Define to 1 if you have the <sys/types.h> header file. */ 100#undef HAVE_SYS_TYPES_H 101 102/* Define to 1 if you have the <unistd.h> header file. */ 103#undef HAVE_UNISTD_H 104 105/* Define to 1 if you have the `vfork' function. */ 106#undef HAVE_VFORK 107 108/* Define to 1 if you have the <vfork.h> header file. */ 109#undef HAVE_VFORK_H 110 111/* Define to 1 if `fork' works. */ 112#undef HAVE_WORKING_FORK 113 114/* Define to 1 if `vfork' works. */ 115#undef HAVE_WORKING_VFORK 116 117/* Support IPv6 for TCP connections */ 118#undef IPv6 119 120/* Support os-specific local connections */ 121#undef LOCALCONN 122 123/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 124#undef NO_MINUS_C_MINUS_O 125 126/* Name of package */ 127#undef PACKAGE 128 129/* Define to the address where bug reports for this package should be sent. */ 130#undef PACKAGE_BUGREPORT 131 132/* Define to the full name of this package. */ 133#undef PACKAGE_NAME 134 135/* Define to the full name and version of this package. */ 136#undef PACKAGE_STRING 137 138/* Define to the one symbol short name of this package. */ 139#undef PACKAGE_TARNAME 140 141/* Define to the version of this package. */ 142#undef PACKAGE_VERSION 143 144/* Major version of this package */ 145#undef PACKAGE_VERSION_MAJOR 146 147/* Minor version of this package */ 148#undef PACKAGE_VERSION_MINOR 149 150/* Patch version of this package */ 151#undef PACKAGE_VERSION_PATCHLEVEL 152 153/* Define as the return type of signal handlers (`int' or `void'). */ 154#undef RETSIGTYPE 155 156/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 157#undef SECURE_RPC 158 159/* Define to 1 if you have the ANSI C header files. */ 160#undef STDC_HEADERS 161 162/* Support TCP socket connections */ 163#undef TCPCONN 164 165/* Support UNIX socket connections */ 166#undef UNIXCONN 167 168/* Define to 1 if you have the shadow password functions. */ 169#undef USESHADOW 170 171/* Use PAM for authentication */ 172#undef USE_PAM 173 174/* Define to 1 to use Xft for text on greeter screen */ 175#undef USE_XFT 176 177/* Define to 1 to use XINERAMA in greeter & chooser */ 178#undef USE_XINERAMA 179 180/* Version number of package */ 181#undef VERSION 182 183/* Define to 1 to display XPM logos on greeter screen */ 184#undef XPM 185 186/* Define to pathname for xrdb program */ 187#undef XRDB_PROGRAM 188 189/* Define to `__inline__' or `__inline' if that's what the C compiler 190 calls it, or to nothing if 'inline' is not supported under any name. */ 191#ifndef __cplusplus 192#undef inline 193#endif 194 195/* Define to `int' if <sys/types.h> does not define. */ 196#undef pid_t 197 198/* Define as `fork' if `vfork' does not work. */ 199#undef vfork 200