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