54e872c9bf48112c25e18f01bc66fbd11acca925
[xscreensaver] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3
4 /* config.h.in --- xscreensaver, Copyright (c) 1998-2000 Jamie Zawinski.
5  *
6  *  The best way to set these parameters is by running the included `configure'
7  *  script.  That examines your system, and generates `config.h' from 
8  *  `config.h.in'.
9  *
10  *  If something goes very wrong, you can edit `config.h' directly, but beware
11  *  that your changes will be lost if you ever run `configure' again.
12  */
13
14
15 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16    systems. This function is required for `alloca.c' support on those systems.
17    */
18 #undef CRAY_STACKSEG_END
19
20 /* Define to 1 if using `alloca.c'. */
21 #undef C_ALLOCA
22
23 /* always defined to indicate that i18n is enabled */
24 #undef ENABLE_NLS
25
26 /* Some screenhacks like to run an external program to generate random pieces
27    of text; set this to the one you like. Note that this is just the default;
28    X resources can be used to override it. */
29 #undef FORTUNE_PROGRAM
30
31 /* This is the name of the gettext package to use. */
32 #undef GETTEXT_PACKAGE
33
34 /* Define this if gettimeofday() takes two arguments. */
35 #undef GETTIMEOFDAY_TWO_ARGS
36
37 /* Define this if your system is Solaris with ``adjunct'' passwords (this is
38    the version where one gets at the passwords with getpwanam() instead of
39    getpwnam().) I haven't tested this one, let me know if it works. */
40 #undef HAVE_ADJUNCT_PASSWD
41
42 /* Define to 1 if you have `alloca', as a function or macro. */
43 #undef HAVE_ALLOCA
44
45 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
46    */
47 #undef HAVE_ALLOCA_H
48
49 /* Define to 1 if you have the <argz.h> header file. */
50 #undef HAVE_ARGZ_H
51
52 /* Define this if you have Gnome and want to build support for the
53    xscreensaver control panel in the Gnome Control Center (gnomecc). (This is
54    needed only with Gtk 1.x.) */
55 #undef HAVE_CRAPPLET
56
57 /* Define this if HAVE_CRAPPLET is defined, and the function
58    capplet_widget_changes_are_immediate() is available. */
59 #undef HAVE_CRAPPLET_IMMEDIATE
60
61 /* Define to 1 if you have the <crypt.h> header file. */
62 #undef HAVE_CRYPT_H
63
64 /* Define to 1 if you have the `dcgettext' function. */
65 #undef HAVE_DCGETTEXT
66
67 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
68    */
69 #undef HAVE_DIRENT_H
70
71 /* Define this if you have the X Double Buffer Extension. */
72 #undef HAVE_DOUBLE_BUFFER_EXTENSION
73
74 /* Define this if you have the XDPMS extension. This is standard on
75    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
76    available if the file /usr/include/X11/extensions/dpms.h exists.) */
77 #undef HAVE_DPMS_EXTENSION
78
79 /* Define this if your system is Digital or SCO Unix with so-called ``Enhanced
80    Security'', that is, the passwords live in /tcb/files/auth/<x>/<xyz>
81    instead of in /etc/passwd, and one reads them with getprpwnam() instead of
82    getpwnam(). */
83 #undef HAVE_ENHANCED_PASSWD
84
85 /* Define to 1 if you have the `fcntl' function. */
86 #undef HAVE_FCNTL
87
88 /* Define this if you have the 'forkpty' function: This allows 'phosphor' and
89    'apple2' to run curses-based programs, or be used as terminal windows. */
90 #undef HAVE_FORKPTY
91
92 /* Define this if you have the GDK_Pixbuf library installed. Some of the demos
93    can make use of this if it is available. */
94 #undef HAVE_GDK_PIXBUF
95
96 /* Define to 1 if you have the `getcwd' function. */
97 #undef HAVE_GETCWD
98
99 /* Define to 1 if you have the `getpagesize' function. */
100 #undef HAVE_GETPAGESIZE
101
102 /* Define if the GNU gettext() function is already present or preinstalled. */
103 #undef HAVE_GETTEXT
104
105 /* Define this if you have the gettimeofday function. */
106 #undef HAVE_GETTIMEOFDAY
107
108 /* Define to 1 if you have the `getwd' function. */
109 #undef HAVE_GETWD
110
111 /* Define this if you have OpenGL. Some of the demos require it, so if you
112    don't have it, then those particular demos won't be built. (This won't
113    affect the screen saver as a whole.) */
114 #undef HAVE_GL
115
116 /* Define this if your version of OpenGL has the glBindTexture() routine. This
117    is the case for OpenGL 1.1, but not for OpenGL 1.0. */
118 #undef HAVE_GLBINDTEXTURE
119
120 /* Define this if you have the -lgle and -lmatrix libraries (GL extrusion.) */
121 #undef HAVE_GLE
122
123 /* Define this if you have the -lgle from GLE version 3 */
124 #undef HAVE_GLE3
125
126 /* Define this if you have Gtk (any version.) */
127 #undef HAVE_GTK
128
129 /* Define this if you have Gtk 2.x. */
130 #undef HAVE_GTK2
131
132 /* Define this if you are running HPUX with so-called ``Secure Passwords'' (if
133    you have /usr/include/hpsecurity.h, you probably have this.) I haven't
134    tested this one, let me know if it works. */
135 #undef HAVE_HPUX_PASSWD
136
137 /* Define this if you do pings with a `struct icmp' and an `icmp_id' slot. */
138 #undef HAVE_ICMP
139
140 /* Define this if you do pings with a `struct icmphdr' and an `un.echo.id'
141    slot. */
142 #undef HAVE_ICMPHDR
143
144 /* Define to 1 if you have the <inttypes.h> header file. */
145 #undef HAVE_INTTYPES_H
146
147 /* Define this if you have the Independent JPEG Group's JPEG library
148    installed. Some of the demos can make use of this if it is available. */
149 #undef HAVE_JPEGLIB
150
151 /* Define this if you want to use Kerberos authentication to lock/unlock the
152    screen instead of your local password. This currently uses Kerberos V4, but
153    a V5 server with V4 compatibility will work. WARNING: DO NOT USE AFS
154    string-to-key passwords with this option. This option currently *only*
155    works with standard Kerberos des_string_to_key. If your password is an AFS
156    password and not a kerberos password, it will not authenticate properly.
157    See the comments in driver/kpasswd.c for more information if you need it.
158    */
159 #undef HAVE_KERBEROS
160
161 /* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4
162    compatibility layer. */
163 #undef HAVE_KERBEROS5
164
165 /* Define if your <locale.h> file defines LC_MESSAGES. */
166 #undef HAVE_LC_MESSAGES
167
168 /* Define to 1 if you have the <limits.h> header file. */
169 #undef HAVE_LIMITS_H
170
171 /* Define to 1 if you have the <locale.h> header file. */
172 #undef HAVE_LOCALE_H
173
174 /* Define to 1 if you have the <malloc.h> header file. */
175 #undef HAVE_MALLOC_H
176
177 /* Define to 1 if you have the <memory.h> header file. */
178 #undef HAVE_MEMORY_H
179
180 /* Define this if you have OpenGL, but it's the MesaGL variant. (The libraries
181    have different names.) (HAVE_GL should be defined too.) */
182 #undef HAVE_MESA_GL
183
184 /* Define this if you have the MIT-SCREEN-SAVER extension installed. See the
185    caveats about this extension, above. (It's available if
186    /usr/include/X11/extensions/scrnsaver.h exists.) */
187 #undef HAVE_MIT_SAVER_EXTENSION
188
189 /* Define to 1 if you have a working `mmap' system call. */
190 #undef HAVE_MMAP
191
192 /* Define this if you have Motif. */
193 #undef HAVE_MOTIF
194
195 /* Define to 1 if you have the `munmap' function. */
196 #undef HAVE_MUNMAP
197
198 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
199 #undef HAVE_NDIR_H
200
201 /* Define to 1 if you have the `nice' function. */
202 #undef HAVE_NICE
203
204 /* Define to 1 if you have the <nl_types.h> header file. */
205 #undef HAVE_NL_TYPES_H
206
207 /* Define this if you have the XML library headers in their old,
208    non-namespaced location (you lack the gnome-xml/libxml symlink) */
209 #undef HAVE_OLD_XML_HEADERS
210
211 /* Define this if you want to use PAM (Pluggable Authentication Modules) to
212    lock/unlock the screen, instead of standard /etc/passwd authentication. */
213 #undef HAVE_PAM
214
215 /* Define this if you have a Linux-like /proc/interrupts file which can be
216    examined to determine when keyboard activity has occurred. */
217 #undef HAVE_PROC_INTERRUPTS
218
219 /* Define to 1 if you have the <pty.h> header file. */
220 #undef HAVE_PTY_H
221
222 /* Define to 1 if you have the `putenv' function. */
223 #undef HAVE_PUTENV
224
225 /* Define this if you have the Resize and Rotate extension. This is standard
226    on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
227    available if the file /usr/include/X11/extensions/Xrandr.h exists.) */
228 #undef HAVE_RANDR
229
230 /* Define this if you have the XReadDisplay extension (I think this is an
231    SGI-only thing; it's in <X11/extensions/readdisplay.h>.) A few of the
232    screenhacks will take advantage of this if it's available. */
233 #undef HAVE_READ_DISPLAY_EXTENSION
234
235 /* Define to 1 if you have the `realpath' function. */
236 #undef HAVE_REALPATH
237
238 /* Define to 1 if you have the `sbrk' function. */
239 #undef HAVE_SBRK
240
241 /* Define to 1 if you have the `select' function. */
242 #undef HAVE_SELECT
243
244 /* Define to 1 if you have the `setenv' function. */
245 #undef HAVE_SETENV
246
247 /* Define to 1 if you have the `setlocale' function. */
248 #undef HAVE_SETLOCALE
249
250 /* Define to 1 if you have the `setpriority' function. */
251 #undef HAVE_SETPRIORITY
252
253 /* Define to 1 if you have the `setrlimit' function. */
254 #undef HAVE_SETRLIMIT
255
256 /* Define this if you have the SGI SCREEN_SAVER extension. This is standard on
257    Irix systems, and not available elsewhere. */
258 #undef HAVE_SGI_SAVER_EXTENSION
259
260 /* Define this if you have the SGI-VIDEO-CONTROL extension. This is standard
261    on Irix systems, and not available elsewhere. */
262 #undef HAVE_SGI_VC_EXTENSION
263
264 /* Define this if your system uses 'shadow' passwords, that is, the passwords
265    live in /etc/shadow instead of /etc/passwd, and one reads them with
266    getspnam() instead of getpwnam(). (Note that SCO systems do some random
267    other thing; others might as well. See the ifdefs in driver/passwd-pwent.c
268    if you're having trouble related to reading passwords.) */
269 #undef HAVE_SHADOW_PASSWD
270
271 /* Define to 1 if you have the `sigaction' function. */
272 #undef HAVE_SIGACTION
273
274 /* Define to 1 if you have the <stdint.h> header file. */
275 #undef HAVE_STDINT_H
276
277 /* Define to 1 if you have the <stdlib.h> header file. */
278 #undef HAVE_STDLIB_H
279
280 /* Define to 1 if you have the `strcasecmp' function. */
281 #undef HAVE_STRCASECMP
282
283 /* Define to 1 if you have the `strchr' function. */
284 #undef HAVE_STRCHR
285
286 /* Define to 1 if you have the `strdup' function. */
287 #undef HAVE_STRDUP
288
289 /* Define to 1 if you have the <strings.h> header file. */
290 #undef HAVE_STRINGS_H
291
292 /* Define to 1 if you have the <string.h> header file. */
293 #undef HAVE_STRING_H
294
295 /* Define to 1 if you have the `syslog' function. */
296 #undef HAVE_SYSLOG
297
298 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
299    */
300 #undef HAVE_SYS_DIR_H
301
302 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
303    */
304 #undef HAVE_SYS_NDIR_H
305
306 /* Define to 1 if you have the <sys/param.h> header file. */
307 #undef HAVE_SYS_PARAM_H
308
309 /* Define to 1 if you have the <sys/select.h> header file. */
310 #undef HAVE_SYS_SELECT_H
311
312 /* Define to 1 if you have the <sys/stat.h> header file. */
313 #undef HAVE_SYS_STAT_H
314
315 /* Define to 1 if you have the <sys/types.h> header file. */
316 #undef HAVE_SYS_TYPES_H
317
318 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
319 #undef HAVE_SYS_WAIT_H
320
321 /* Define to 1 if you have the `uname' function. */
322 #undef HAVE_UNAME
323
324 /* Define to 1 if you have the <unistd.h> header file. */
325 #undef HAVE_UNISTD_H
326
327 /* Define to 1 if you have the <util.h> header file. */
328 #undef HAVE_UTIL_H
329
330 /* Define this if you have the XF86MiscSetGrabKeysState function (which allows
331    the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
332    disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */
333 #undef HAVE_XF86MISCSETGRABKEYSSTATE
334
335 /* Define this if you have the functions XF86VidModeGetModeLine() and
336    XF86VidModeGetViewPort(), in support of virtual desktops where the X
337    server's root window is bigger than the actual screen. This is an XFree86
338    thing, and probably doesn't exist elsewhere. (It's available if the file
339    /usr/include/X11/extensions/xf86vmode.h exists.) */
340 #undef HAVE_XF86VMODE
341
342 /* Define this if you have the functions XF86VidModeGetGamma() and
343    XF86VidModeSetGamma(), which allow clients to change the gamma response of
344    the monitor. This is an XFree86 4.0.x thing, and probably doesn't exist
345    elsewhere. (It's available if the file
346    /usr/include/X11/extensions/xf86vmode.h exists and has stuff about gamma in
347    it.) */
348 #undef HAVE_XF86VMODE_GAMMA
349
350 /* Define this if you have the functions XF86VidModeGetGammaRamp() and
351    XF86VidModeSetGammaRamp(), which provide finer-grained control than
352    XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */
353 #undef HAVE_XF86VMODE_GAMMA_RAMP
354
355 /* Define this if you have the XHPDisableReset function (an HP only thing
356    which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
357 #undef HAVE_XHPDISABLERESET
358
359 /* Define this if you have the XIDLE extension installed. If you have the
360    XIDLE extension, this is recommended. (You have this extension if the file
361    /usr/include/X11/extensions/xidle.h exists.) Turning on this flag lets
362    XScreenSaver work better with servers which support this extension; but it
363    will still work with servers which do not suport it, so it's a good idea to
364    compile in support for it if you can. */
365 #undef HAVE_XIDLE_EXTENSION
366
367 /* Define this if you have the Xinerama extension. This is standard on
368    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
369    available if the file /usr/include/X11/extensions/Xinerama.h exists.) */
370 #undef HAVE_XINERAMA
371
372 /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
373 #undef HAVE_XMCOMBOBOX
374
375 /* Define this if you have the XML library. */
376 #undef HAVE_XML
377
378 /* Define this if you have the Xmu library. This is standard part of X, and if
379    your vendor doesn't ship it, you should report that as a bug. */
380 #undef HAVE_XMU
381
382 /* Define this if you have the XPM library installed. Some of the demos can
383    make use of this if it is available. */
384 #undef HAVE_XPM
385
386 /* Define this if you have the X Shared Memory Extension. */
387 #undef HAVE_XSHM_EXTENSION
388
389 /* Define to 1 if you have the `__argz_count' function. */
390 #undef HAVE___ARGZ_COUNT
391
392 /* Define to 1 if you have the `__argz_next' function. */
393 #undef HAVE___ARGZ_NEXT
394
395 /* Define to 1 if you have the `__argz_stringify' function. */
396 #undef HAVE___ARGZ_STRINGIFY
397
398 /* Define this to remove the option of locking the screen at all. */
399 #undef NO_LOCKING
400
401 /* This is the same as GETTEXT_PACKAGE, but for the glade generated code. */
402 #undef PACKAGE
403
404 /* Define to the address where bug reports for this package should be sent. */
405 #undef PACKAGE_BUGREPORT
406
407 /* Define to the full name of this package. */
408 #undef PACKAGE_NAME
409
410 /* Define to the full name and version of this package. */
411 #undef PACKAGE_STRING
412
413 /* Define to the one symbol short name of this package. */
414 #undef PACKAGE_TARNAME
415
416 /* Define to the version of this package. */
417 #undef PACKAGE_VERSION
418
419 /* If PAM is being used, this is the name of the PAM service that xscreensaver
420    will authenticate as. The default is "xscreensaver", which means that the
421    PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
422    recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
423    Some systems might already have a PAM installation that is configured for
424    xlock, so setting this to "xlock" would also work in that case. */
425 #undef PAM_SERVICE_NAME
426
427 /* Define if you have PAM and pam_strerror() requires two arguments. */
428 #undef PAM_STRERROR_TWO_ARGS
429
430 /* Set the name of the password helper program, if any */
431 #undef PASSWD_HELPER_PROGRAM
432
433 /* Define as the return type of signal handlers (`int' or `void'). */
434 #undef RETSIGTYPE
435
436 /* If using the C implementation of alloca, define if you know the
437    direction of stack growth for your system; otherwise it will be
438    automatically deduced at run-time.
439         STACK_DIRECTION > 0 => grows toward higher addresses
440         STACK_DIRECTION < 0 => grows toward lower addresses
441         STACK_DIRECTION = 0 => direction of growth unknown */
442 #undef STACK_DIRECTION
443
444 /* Define to 1 if you have the ANSI C header files. */
445 #undef STDC_HEADERS
446
447 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
448 #undef TIME_WITH_SYS_TIME
449
450 /* Define this to void* if you're using X11R4 or earlier. */
451 #undef XPointer
452
453 /* Define to 1 if the X Window System is missing or not being used. */
454 #undef X_DISPLAY_MISSING
455
456 /* Define to empty if `const' does not conform to ANSI C. */
457 #undef const
458
459 /* Define to `__inline__' or `__inline' if that's what the C compiler
460    calls it, or to nothing if 'inline' is not supported under any name.  */
461 #ifndef __cplusplus
462 #undef inline
463 #endif
464
465 /* Define to `int' if <sys/types.h> does not define. */
466 #undef mode_t
467
468 /* Define to `long' if <sys/types.h> does not define. */
469 #undef off_t
470
471 /* Define to `int' if <sys/types.h> does not define. */
472 #undef pid_t
473
474 /* Define to `unsigned' if <sys/types.h> does not define. */
475 #undef size_t