config.h.in revision 5ffd6003
1145b7b3cSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2145b7b3cSmrg
3145b7b3cSmrg/* Define to use arc4random() function */
4145b7b3cSmrg#undef ARC4_RANDOM
5145b7b3cSmrg
6145b7b3cSmrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
7145b7b3cSmrg#undef BSD44SOCKETS
8145b7b3cSmrg
9145b7b3cSmrg/* Define to pathname where authentication cookie files should be stored */
10145b7b3cSmrg#undef DEF_AUTH_DIR
11145b7b3cSmrg
12145b7b3cSmrg/* Define to pathname of where chooser binary is installed */
13145b7b3cSmrg#undef DEF_CHOOSER
14145b7b3cSmrg
15145b7b3cSmrg/* Define to default command to start failsafe X session */
16145b7b3cSmrg#undef DEF_FAILSAFE_CLIENT
17145b7b3cSmrg
18145b7b3cSmrg/* Define to pathname where greeter shared object is installed (if used) */
19145b7b3cSmrg#undef DEF_GREETER_LIB
20145b7b3cSmrg
21145b7b3cSmrg/* Define to default Xserver file entry for local X server */
22145b7b3cSmrg#undef DEF_SERVER_LINE
23145b7b3cSmrg
24145b7b3cSmrg/* Define to default command to start X session */
25145b7b3cSmrg#undef DEF_SESSION
26145b7b3cSmrg
27145b7b3cSmrg/* Define to default PATH environment variable for system commands */
28145b7b3cSmrg#undef DEF_SYSTEM_PATH
29145b7b3cSmrg
30145b7b3cSmrg/* Define to default shell */
31145b7b3cSmrg#undef DEF_SYSTEM_SHELL
32145b7b3cSmrg
33145b7b3cSmrg/* Define to default PATH environment variable for user sessions */
34145b7b3cSmrg#undef DEF_USER_PATH
35145b7b3cSmrg
36145b7b3cSmrg/* Define to pathname of default xdm-config file */
37145b7b3cSmrg#undef DEF_XDM_CONFIG
38145b7b3cSmrg
39145b7b3cSmrg/* Define to device that provides random data source */
40145b7b3cSmrg#undef DEV_RANDOM
41145b7b3cSmrg
42145b7b3cSmrg/* Define to 1 if you have the 'getifaddrs' function. */
43145b7b3cSmrg#undef HAS_GETIFADDRS
44145b7b3cSmrg
45145b7b3cSmrg/* Define to 1 if you have the 'mkstemp' function. */
46145b7b3cSmrg#undef HAS_MKSTEMP
47145b7b3cSmrg
48145b7b3cSmrg/* Define to 1 if you have the 'setproctitle' function. */
49145b7b3cSmrg#undef HAS_SETPROCTITLE
50145b7b3cSmrg
51145b7b3cSmrg/* Define to 1 if you have the 'setusercontext' function. */
52145b7b3cSmrg#undef HAS_SETUSERCONTEXT
53145b7b3cSmrg
54578741aaSmrg/* Define to 1 if you have the `asprintf' function. */
55578741aaSmrg#undef HAVE_ASPRINTF
56578741aaSmrg
57145b7b3cSmrg/* Define to 1 if you have the `authdes_create' function. */
58145b7b3cSmrg#undef HAVE_AUTHDES_CREATE
59145b7b3cSmrg
60145b7b3cSmrg/* Define to 1 if you have the `authdes_seccreate' function. */
61145b7b3cSmrg#undef HAVE_AUTHDES_SECCREATE
62145b7b3cSmrg
63145b7b3cSmrg/* Define to 1 if you have the `daemon' function. */
64145b7b3cSmrg#undef HAVE_DAEMON
65145b7b3cSmrg
66145b7b3cSmrg/* Define to 1 if your headers define the key_setnet() function. */
67145b7b3cSmrg#undef HAVE_DECL_KEY_SETNET
68145b7b3cSmrg
69145b7b3cSmrg/* Define to 1 if you have the <dlfcn.h> header file. */
70145b7b3cSmrg#undef HAVE_DLFCN_H
71145b7b3cSmrg
72145b7b3cSmrg/* Define to 1 if you have the `fork' function. */
73145b7b3cSmrg#undef HAVE_FORK
74145b7b3cSmrg
75145b7b3cSmrg/* Define to 1 if you have the <grp.h> header file. */
76145b7b3cSmrg#undef HAVE_GRP_H
77145b7b3cSmrg
78145b7b3cSmrg/* Define to 1 if you have the <inttypes.h> header file. */
79145b7b3cSmrg#undef HAVE_INTTYPES_H
80145b7b3cSmrg
81578741aaSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
82578741aaSmrg#undef HAVE_LIBWS2_32
83578741aaSmrg
84145b7b3cSmrg/* Define to 1 if you have the <memory.h> header file. */
85145b7b3cSmrg#undef HAVE_MEMORY_H
86145b7b3cSmrg
87578741aaSmrg/* Define to 1 if you have the `openlog' function. */
88578741aaSmrg#undef HAVE_OPENLOG
89578741aaSmrg
905ffd6003Smrg/* Add support for selinux */
915ffd6003Smrg#undef HAVE_SELINUX
925ffd6003Smrg
93145b7b3cSmrg/* Define to 1 if you have the `sigaction' function. */
94145b7b3cSmrg#undef HAVE_SIGACTION
95145b7b3cSmrg
96578741aaSmrg/* Define to 1 if the system has the type `socklen_t'. */
97578741aaSmrg#undef HAVE_SOCKLEN_T
98578741aaSmrg
99145b7b3cSmrg/* Define to 1 if you have the <stdint.h> header file. */
100145b7b3cSmrg#undef HAVE_STDINT_H
101145b7b3cSmrg
102145b7b3cSmrg/* Define to 1 if you have the <stdlib.h> header file. */
103145b7b3cSmrg#undef HAVE_STDLIB_H
104145b7b3cSmrg
105145b7b3cSmrg/* Define to 1 if you have the <strings.h> header file. */
106145b7b3cSmrg#undef HAVE_STRINGS_H
107145b7b3cSmrg
108145b7b3cSmrg/* Define to 1 if you have the <string.h> header file. */
109145b7b3cSmrg#undef HAVE_STRING_H
110145b7b3cSmrg
111578741aaSmrg/* Define to 1 if you have the <syslog.h> header file. */
112578741aaSmrg#undef HAVE_SYSLOG_H
113578741aaSmrg
114145b7b3cSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
115145b7b3cSmrg#undef HAVE_SYS_STAT_H
116145b7b3cSmrg
117145b7b3cSmrg/* Define to 1 if you have the <sys/types.h> header file. */
118145b7b3cSmrg#undef HAVE_SYS_TYPES_H
119145b7b3cSmrg
120145b7b3cSmrg/* Define to 1 if you have the <unistd.h> header file. */
121145b7b3cSmrg#undef HAVE_UNISTD_H
122145b7b3cSmrg
123145b7b3cSmrg/* Define to 1 if you have the `vfork' function. */
124145b7b3cSmrg#undef HAVE_VFORK
125145b7b3cSmrg
126145b7b3cSmrg/* Define to 1 if you have the <vfork.h> header file. */
127145b7b3cSmrg#undef HAVE_VFORK_H
128145b7b3cSmrg
129145b7b3cSmrg/* Define to 1 if `fork' works. */
130145b7b3cSmrg#undef HAVE_WORKING_FORK
131145b7b3cSmrg
132145b7b3cSmrg/* Define to 1 if `vfork' works. */
133145b7b3cSmrg#undef HAVE_WORKING_VFORK
134145b7b3cSmrg
135145b7b3cSmrg/* Support IPv6 for TCP connections */
136145b7b3cSmrg#undef IPv6
137145b7b3cSmrg
138145b7b3cSmrg/* Support os-specific local connections */
139145b7b3cSmrg#undef LOCALCONN
140145b7b3cSmrg
1415ffd6003Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
1425ffd6003Smrg   */
1435ffd6003Smrg#undef LT_OBJDIR
1445ffd6003Smrg
145145b7b3cSmrg/* Define to 1 if your C compiler doesn't accept -c and -o together. */
146145b7b3cSmrg#undef NO_MINUS_C_MINUS_O
147145b7b3cSmrg
148145b7b3cSmrg/* Name of package */
149145b7b3cSmrg#undef PACKAGE
150145b7b3cSmrg
151145b7b3cSmrg/* Define to the address where bug reports for this package should be sent. */
152145b7b3cSmrg#undef PACKAGE_BUGREPORT
153145b7b3cSmrg
154145b7b3cSmrg/* Define to the full name of this package. */
155145b7b3cSmrg#undef PACKAGE_NAME
156145b7b3cSmrg
157145b7b3cSmrg/* Define to the full name and version of this package. */
158145b7b3cSmrg#undef PACKAGE_STRING
159145b7b3cSmrg
160145b7b3cSmrg/* Define to the one symbol short name of this package. */
161145b7b3cSmrg#undef PACKAGE_TARNAME
162145b7b3cSmrg
1635ffd6003Smrg/* Define to the home page for this package. */
1645ffd6003Smrg#undef PACKAGE_URL
1655ffd6003Smrg
166145b7b3cSmrg/* Define to the version of this package. */
167145b7b3cSmrg#undef PACKAGE_VERSION
168145b7b3cSmrg
169145b7b3cSmrg/* Major version of this package */
170145b7b3cSmrg#undef PACKAGE_VERSION_MAJOR
171145b7b3cSmrg
172145b7b3cSmrg/* Minor version of this package */
173145b7b3cSmrg#undef PACKAGE_VERSION_MINOR
174145b7b3cSmrg
175145b7b3cSmrg/* Patch version of this package */
176145b7b3cSmrg#undef PACKAGE_VERSION_PATCHLEVEL
177145b7b3cSmrg
178145b7b3cSmrg/* Define as the return type of signal handlers (`int' or `void'). */
179145b7b3cSmrg#undef RETSIGTYPE
180145b7b3cSmrg
181145b7b3cSmrg/* Support Secure RPC ("SUN-DES-1") authentication for X11 clients */
182145b7b3cSmrg#undef SECURE_RPC
183145b7b3cSmrg
184145b7b3cSmrg/* Define to 1 if you have the ANSI C header files. */
185145b7b3cSmrg#undef STDC_HEADERS
186145b7b3cSmrg
187145b7b3cSmrg/* Support TCP socket connections */
188145b7b3cSmrg#undef TCPCONN
189145b7b3cSmrg
190145b7b3cSmrg/* Support UNIX socket connections */
191145b7b3cSmrg#undef UNIXCONN
192145b7b3cSmrg
193145b7b3cSmrg/* Define to 1 if you have the shadow password functions. */
194145b7b3cSmrg#undef USESHADOW
195145b7b3cSmrg
196145b7b3cSmrg/* Use PAM for authentication */
197145b7b3cSmrg#undef USE_PAM
198145b7b3cSmrg
199578741aaSmrg/* Enable extensions on AIX 3, Interix.  */
200578741aaSmrg#ifndef _ALL_SOURCE
201578741aaSmrg# undef _ALL_SOURCE
202578741aaSmrg#endif
203578741aaSmrg/* Enable GNU extensions on systems that have them.  */
204578741aaSmrg#ifndef _GNU_SOURCE
205578741aaSmrg# undef _GNU_SOURCE
206578741aaSmrg#endif
207578741aaSmrg/* Enable threading extensions on Solaris.  */
208578741aaSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
209578741aaSmrg# undef _POSIX_PTHREAD_SEMANTICS
210578741aaSmrg#endif
211578741aaSmrg/* Enable extensions on HP NonStop.  */
212578741aaSmrg#ifndef _TANDEM_SOURCE
213578741aaSmrg# undef _TANDEM_SOURCE
214578741aaSmrg#endif
215578741aaSmrg/* Enable general extensions on Solaris.  */
216578741aaSmrg#ifndef __EXTENSIONS__
217578741aaSmrg# undef __EXTENSIONS__
218578741aaSmrg#endif
219578741aaSmrg
220578741aaSmrg
221145b7b3cSmrg/* Define to 1 to use Xft for text on greeter screen */
222145b7b3cSmrg#undef USE_XFT
223145b7b3cSmrg
224145b7b3cSmrg/* Define to 1 to use XINERAMA in greeter & chooser */
225145b7b3cSmrg#undef USE_XINERAMA
226145b7b3cSmrg
227145b7b3cSmrg/* Version number of package */
228145b7b3cSmrg#undef VERSION
229145b7b3cSmrg
230145b7b3cSmrg/* Define to 1 to display XPM logos on greeter screen */
231145b7b3cSmrg#undef XPM
232145b7b3cSmrg
233145b7b3cSmrg/* Define to pathname for xrdb program */
234145b7b3cSmrg#undef XRDB_PROGRAM
235145b7b3cSmrg
236578741aaSmrg/* Define to 1 if on MINIX. */
237578741aaSmrg#undef _MINIX
238578741aaSmrg
239578741aaSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
240578741aaSmrg   this defined. */
241578741aaSmrg#undef _POSIX_1_SOURCE
242578741aaSmrg
243578741aaSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
244578741aaSmrg#undef _POSIX_SOURCE
245578741aaSmrg
246145b7b3cSmrg/* Define to `__inline__' or `__inline' if that's what the C compiler
247145b7b3cSmrg   calls it, or to nothing if 'inline' is not supported under any name.  */
248145b7b3cSmrg#ifndef __cplusplus
249145b7b3cSmrg#undef inline
250145b7b3cSmrg#endif
251145b7b3cSmrg
252145b7b3cSmrg/* Define to `int' if <sys/types.h> does not define. */
253145b7b3cSmrg#undef pid_t
254145b7b3cSmrg
255145b7b3cSmrg/* Define as `fork' if `vfork' does not work. */
256145b7b3cSmrg#undef vfork
257