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