config.h.in revision b7d26471
1145b7b3cSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2145b7b3cSmrg 3145b7b3cSmrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 4145b7b3cSmrg#undef BSD44SOCKETS 5145b7b3cSmrg 6145b7b3cSmrg/* Define to pathname where authentication cookie files should be stored */ 7145b7b3cSmrg#undef DEF_AUTH_DIR 8145b7b3cSmrg 9145b7b3cSmrg/* Define to pathname of where chooser binary is installed */ 10145b7b3cSmrg#undef DEF_CHOOSER 11145b7b3cSmrg 12145b7b3cSmrg/* Define to default command to start failsafe X session */ 13145b7b3cSmrg#undef DEF_FAILSAFE_CLIENT 14145b7b3cSmrg 15145b7b3cSmrg/* Define to pathname where greeter shared object is installed (if used) */ 16145b7b3cSmrg#undef DEF_GREETER_LIB 17145b7b3cSmrg 18145b7b3cSmrg/* Define to default Xserver file entry for local X server */ 19145b7b3cSmrg#undef DEF_SERVER_LINE 20145b7b3cSmrg 21145b7b3cSmrg/* Define to default command to start X session */ 22145b7b3cSmrg#undef DEF_SESSION 23145b7b3cSmrg 24145b7b3cSmrg/* Define to default PATH environment variable for system commands */ 25145b7b3cSmrg#undef DEF_SYSTEM_PATH 26145b7b3cSmrg 27145b7b3cSmrg/* Define to default shell */ 28145b7b3cSmrg#undef DEF_SYSTEM_SHELL 29145b7b3cSmrg 30145b7b3cSmrg/* Define to default PATH environment variable for user sessions */ 31145b7b3cSmrg#undef DEF_USER_PATH 32145b7b3cSmrg 33145b7b3cSmrg/* Define to pathname of default xdm-config file */ 34145b7b3cSmrg#undef DEF_XDM_CONFIG 35145b7b3cSmrg 36145b7b3cSmrg/* Define to device that provides random data source */ 37145b7b3cSmrg#undef DEV_RANDOM 38145b7b3cSmrg 39629baa8cSmrg/* Define to 1 if you have the `arc4random' function. */ 40629baa8cSmrg#undef HAVE_ARC4RANDOM 41145b7b3cSmrg 42578741aaSmrg/* Define to 1 if you have the `asprintf' function. */ 43578741aaSmrg#undef HAVE_ASPRINTF 44578741aaSmrg 45145b7b3cSmrg/* Define to 1 if you have the `authdes_create' function. */ 46145b7b3cSmrg#undef HAVE_AUTHDES_CREATE 47145b7b3cSmrg 48145b7b3cSmrg/* Define to 1 if you have the `authdes_seccreate' function. */ 49145b7b3cSmrg#undef HAVE_AUTHDES_SECCREATE 50145b7b3cSmrg 51145b7b3cSmrg/* Define to 1 if you have the `daemon' function. */ 52145b7b3cSmrg#undef HAVE_DAEMON 53145b7b3cSmrg 54145b7b3cSmrg/* Define to 1 if your headers define the key_setnet() function. */ 55145b7b3cSmrg#undef HAVE_DECL_KEY_SETNET 56145b7b3cSmrg 57145b7b3cSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 58145b7b3cSmrg#undef HAVE_DLFCN_H 59145b7b3cSmrg 60145b7b3cSmrg/* Define to 1 if you have the `fork' function. */ 61145b7b3cSmrg#undef HAVE_FORK 62145b7b3cSmrg 63629baa8cSmrg/* Define to 1 if you have the `getifaddrs' function. */ 64629baa8cSmrg#undef HAVE_GETIFADDRS 65629baa8cSmrg 66629baa8cSmrg/* Define to 1 if you have the `getspnam' function. */ 67629baa8cSmrg#undef HAVE_GETSPNAM 68629baa8cSmrg 69145b7b3cSmrg/* Define to 1 if you have the <grp.h> header file. */ 70145b7b3cSmrg#undef HAVE_GRP_H 71145b7b3cSmrg 72145b7b3cSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 73145b7b3cSmrg#undef HAVE_INTTYPES_H 74145b7b3cSmrg 75578741aaSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 76578741aaSmrg#undef HAVE_LIBWS2_32 77578741aaSmrg 78145b7b3cSmrg/* Define to 1 if you have the <memory.h> header file. */ 79145b7b3cSmrg#undef HAVE_MEMORY_H 80145b7b3cSmrg 81629baa8cSmrg/* Define to 1 if you have the `mkstemp' function. */ 82629baa8cSmrg#undef HAVE_MKSTEMP 83629baa8cSmrg 84578741aaSmrg/* Define to 1 if you have the `openlog' function. */ 85578741aaSmrg#undef HAVE_OPENLOG 86578741aaSmrg 87b7d26471Smrg/* Define to 1 if you have the <pam/pam_appl.h> header file. */ 88b7d26471Smrg#undef HAVE_PAM_PAM_APPL_H 89b7d26471Smrg 90b7d26471Smrg/* Define to 1 if you have the <security/pam_appl.h> header file. */ 91b7d26471Smrg#undef HAVE_SECURITY_PAM_APPL_H 92b7d26471Smrg 93629baa8cSmrg/* Define to 1 if you have the `setproctitle' function. */ 94629baa8cSmrg#undef HAVE_SETPROCTITLE 95629baa8cSmrg 96629baa8cSmrg/* Define to 1 if you have the `setusercontext' function. */ 97629baa8cSmrg#undef HAVE_SETUSERCONTEXT 985ffd6003Smrg 99145b7b3cSmrg/* Define to 1 if you have the `sigaction' function. */ 100145b7b3cSmrg#undef HAVE_SIGACTION 101145b7b3cSmrg 102578741aaSmrg/* Define to 1 if the system has the type `socklen_t'. */ 103578741aaSmrg#undef HAVE_SOCKLEN_T 104578741aaSmrg 105145b7b3cSmrg/* Define to 1 if you have the <stdint.h> header file. */ 106145b7b3cSmrg#undef HAVE_STDINT_H 107145b7b3cSmrg 108145b7b3cSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 109145b7b3cSmrg#undef HAVE_STDLIB_H 110145b7b3cSmrg 111145b7b3cSmrg/* Define to 1 if you have the <strings.h> header file. */ 112145b7b3cSmrg#undef HAVE_STRINGS_H 113145b7b3cSmrg 114145b7b3cSmrg/* Define to 1 if you have the <string.h> header file. */ 115145b7b3cSmrg#undef HAVE_STRING_H 116145b7b3cSmrg 117578741aaSmrg/* Define to 1 if you have the <syslog.h> header file. */ 118578741aaSmrg#undef HAVE_SYSLOG_H 119578741aaSmrg 120629baa8cSmrg/* Define to 1 if you have the <sys/param.h> header file. */ 121629baa8cSmrg#undef HAVE_SYS_PARAM_H 122629baa8cSmrg 123145b7b3cSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 124145b7b3cSmrg#undef HAVE_SYS_STAT_H 125145b7b3cSmrg 126145b7b3cSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 127145b7b3cSmrg#undef HAVE_SYS_TYPES_H 128145b7b3cSmrg 129145b7b3cSmrg/* Define to 1 if you have the <unistd.h> header file. */ 130145b7b3cSmrg#undef HAVE_UNISTD_H 131145b7b3cSmrg 132145b7b3cSmrg/* Define to 1 if you have the `vfork' function. */ 133145b7b3cSmrg#undef HAVE_VFORK 134145b7b3cSmrg 135145b7b3cSmrg/* Define to 1 if you have the <vfork.h> header file. */ 136145b7b3cSmrg#undef HAVE_VFORK_H 137145b7b3cSmrg 138145b7b3cSmrg/* Define to 1 if `fork' works. */ 139145b7b3cSmrg#undef HAVE_WORKING_FORK 140145b7b3cSmrg 141145b7b3cSmrg/* Define to 1 if `vfork' works. */ 142145b7b3cSmrg#undef HAVE_WORKING_VFORK 143145b7b3cSmrg 144145b7b3cSmrg/* Support IPv6 for TCP connections */ 145145b7b3cSmrg#undef IPv6 146145b7b3cSmrg 147145b7b3cSmrg/* Support os-specific local connections */ 148145b7b3cSmrg#undef LOCALCONN 149145b7b3cSmrg 150b7d26471Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 1515ffd6003Smrg#undef LT_OBJDIR 1525ffd6003Smrg 153145b7b3cSmrg/* Name of package */ 154145b7b3cSmrg#undef PACKAGE 155145b7b3cSmrg 156145b7b3cSmrg/* Define to the address where bug reports for this package should be sent. */ 157145b7b3cSmrg#undef PACKAGE_BUGREPORT 158145b7b3cSmrg 159145b7b3cSmrg/* Define to the full name of this package. */ 160145b7b3cSmrg#undef PACKAGE_NAME 161145b7b3cSmrg 162145b7b3cSmrg/* Define to the full name and version of this package. */ 163145b7b3cSmrg#undef PACKAGE_STRING 164145b7b3cSmrg 165145b7b3cSmrg/* Define to the one symbol short name of this package. */ 166145b7b3cSmrg#undef PACKAGE_TARNAME 167145b7b3cSmrg 1685ffd6003Smrg/* Define to the home page for this package. */ 1695ffd6003Smrg#undef PACKAGE_URL 1705ffd6003Smrg 171145b7b3cSmrg/* Define to the version of this package. */ 172145b7b3cSmrg#undef PACKAGE_VERSION 173145b7b3cSmrg 174145b7b3cSmrg/* Major version of this package */ 175145b7b3cSmrg#undef PACKAGE_VERSION_MAJOR 176145b7b3cSmrg 177145b7b3cSmrg/* Minor version of this package */ 178145b7b3cSmrg#undef PACKAGE_VERSION_MINOR 179145b7b3cSmrg 180145b7b3cSmrg/* Patch version of this package */ 181145b7b3cSmrg#undef PACKAGE_VERSION_PATCHLEVEL 182145b7b3cSmrg 183145b7b3cSmrg/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */ 184145b7b3cSmrg#undef SECURE_RPC 185145b7b3cSmrg 186145b7b3cSmrg/* Define to 1 if you have the ANSI C header files. */ 187145b7b3cSmrg#undef STDC_HEADERS 188145b7b3cSmrg 189145b7b3cSmrg/* Support TCP socket connections */ 190145b7b3cSmrg#undef TCPCONN 191145b7b3cSmrg 192145b7b3cSmrg/* Support UNIX socket connections */ 193145b7b3cSmrg#undef UNIXCONN 194145b7b3cSmrg 195145b7b3cSmrg/* Use PAM for authentication */ 196145b7b3cSmrg#undef USE_PAM 197145b7b3cSmrg 198629baa8cSmrg/* Use Security-Enhanced Linux (SELinux) support */ 199629baa8cSmrg#undef USE_SELINUX 200629baa8cSmrg 201b7d26471Smrg/* Use systemd startup notification */ 202b7d26471Smrg#undef USE_SYSTEMD_DAEMON 203b7d26471Smrg 204578741aaSmrg/* Enable extensions on AIX 3, Interix. */ 205578741aaSmrg#ifndef _ALL_SOURCE 206578741aaSmrg# undef _ALL_SOURCE 207578741aaSmrg#endif 208578741aaSmrg/* Enable GNU extensions on systems that have them. */ 209578741aaSmrg#ifndef _GNU_SOURCE 210578741aaSmrg# undef _GNU_SOURCE 211578741aaSmrg#endif 212578741aaSmrg/* Enable threading extensions on Solaris. */ 213578741aaSmrg#ifndef _POSIX_PTHREAD_SEMANTICS 214578741aaSmrg# undef _POSIX_PTHREAD_SEMANTICS 215578741aaSmrg#endif 216578741aaSmrg/* Enable extensions on HP NonStop. */ 217578741aaSmrg#ifndef _TANDEM_SOURCE 218578741aaSmrg# undef _TANDEM_SOURCE 219578741aaSmrg#endif 220578741aaSmrg/* Enable general extensions on Solaris. */ 221578741aaSmrg#ifndef __EXTENSIONS__ 222578741aaSmrg# undef __EXTENSIONS__ 223578741aaSmrg#endif 224578741aaSmrg 225578741aaSmrg 226145b7b3cSmrg/* Define to 1 to use Xft for text on greeter screen */ 227145b7b3cSmrg#undef USE_XFT 228145b7b3cSmrg 229145b7b3cSmrg/* Define to 1 to use XINERAMA in greeter & chooser */ 230145b7b3cSmrg#undef USE_XINERAMA 231145b7b3cSmrg 232145b7b3cSmrg/* Version number of package */ 233145b7b3cSmrg#undef VERSION 234145b7b3cSmrg 235145b7b3cSmrg/* Define to 1 to display XPM logos on greeter screen */ 236145b7b3cSmrg#undef XPM 237145b7b3cSmrg 238145b7b3cSmrg/* Define to pathname for xrdb program */ 239145b7b3cSmrg#undef XRDB_PROGRAM 240145b7b3cSmrg 241578741aaSmrg/* Define to 1 if on MINIX. */ 242578741aaSmrg#undef _MINIX 243578741aaSmrg 244578741aaSmrg/* Define to 2 if the system does not provide POSIX.1 features except with 245578741aaSmrg this defined. */ 246578741aaSmrg#undef _POSIX_1_SOURCE 247578741aaSmrg 248578741aaSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 249578741aaSmrg#undef _POSIX_SOURCE 250578741aaSmrg 251b7d26471Smrg/* Defined if needed to expose struct msghdr.msg_control */ 252b7d26471Smrg#undef _XOPEN_SOURCE 253b7d26471Smrg 254145b7b3cSmrg/* Define to `int' if <sys/types.h> does not define. */ 255145b7b3cSmrg#undef pid_t 256145b7b3cSmrg 257145b7b3cSmrg/* Define as `fork' if `vfork' does not work. */ 258145b7b3cSmrg#undef vfork 259