http://www.jwz.org/xscreensaver/xscreensaver-5.13.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 to 1 if you have a working `mmap' system call. */
192 #undef HAVE_MMAP
193
194 /* Define this if you have Motif. */
195 #undef HAVE_MOTIF
196
197 /* Define to 1 if you have the `munmap' function. */
198 #undef HAVE_MUNMAP
199
200 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
201 #undef HAVE_NDIR_H
202
203 /* Define to 1 if you have the `nice' function. */
204 #undef HAVE_NICE
205
206 /* Define to 1 if you have the <nl_types.h> header file. */
207 #undef HAVE_NL_TYPES_H
208
209 /* Define this if you have the XML library headers in their old,
210    non-namespaced location (you lack the gnome-xml/libxml symlink) */
211 #undef HAVE_OLD_XML_HEADERS
212
213 /* Define this if you want to use PAM (Pluggable Authentication Modules) to
214    lock/unlock the screen, instead of standard /etc/passwd authentication. */
215 #undef HAVE_PAM
216
217 /* Define this if you have pam_fail_delay function. see driver/passwd-pam.c.
218    */
219 #undef HAVE_PAM_FAIL_DELAY
220
221 /* Define this if you have a Linux-like /proc/interrupts file which can be
222    examined to determine when keyboard activity has occurred. */
223 #undef HAVE_PROC_INTERRUPTS
224
225 /* Define to 1 if you have the <pty.h> header file. */
226 #undef HAVE_PTY_H
227
228 /* Define to 1 if you have the `putenv' function. */
229 #undef HAVE_PUTENV
230
231 /* Define this if you have the Resize and Rotate extension. This is standard
232    on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
233    available if the file /usr/include/X11/extensions/Xrandr.h exists.) */
234 #undef HAVE_RANDR
235
236 /* Define this if the RANDR library is version 1.2 or newer. */
237 #undef HAVE_RANDR_12
238
239 /* Define this if you have the XReadDisplay extension (I think this is an
240    SGI-only thing; it's in <X11/extensions/readdisplay.h>.) A few of the
241    screenhacks will take advantage of this if it's available. */
242 #undef HAVE_READ_DISPLAY_EXTENSION
243
244 /* Define to 1 if you have the `realpath' function. */
245 #undef HAVE_REALPATH
246
247 /* Define to 1 if you have the `sbrk' function. */
248 #undef HAVE_SBRK
249
250 /* Define to 1 if you have the `select' function. */
251 #undef HAVE_SELECT
252
253 /* Define to 1 if you have the `setenv' function. */
254 #undef HAVE_SETENV
255
256 /* Define to 1 if you have the `setlocale' function. */
257 #undef HAVE_SETLOCALE
258
259 /* Define to 1 if you have the `setpriority' function. */
260 #undef HAVE_SETPRIORITY
261
262 /* Define to 1 if you have the `setrlimit' function. */
263 #undef HAVE_SETRLIMIT
264
265 /* Define this if your system uses 'shadow' passwords, that is, the passwords
266    live in /etc/shadow instead of /etc/passwd, and one reads them with
267    getspnam() instead of getpwnam(). (Note that SCO systems do some random
268    other thing; others might as well. See the ifdefs in driver/passwd-pwent.c
269    if you're having trouble related to reading passwords.) */
270 #undef HAVE_SHADOW_PASSWD
271
272 /* Define to 1 if you have the `sigaction' function. */
273 #undef HAVE_SIGACTION
274
275 /* Define to 1 if you have the `sigtimedwait' function. */
276 #undef HAVE_SIGTIMEDWAIT
277
278 /* Define to 1 if you have the <stdint.h> header file. */
279 #undef HAVE_STDINT_H
280
281 /* Define to 1 if you have the <stdlib.h> header file. */
282 #undef HAVE_STDLIB_H
283
284 /* Define to 1 if you have the `strcasecmp' function. */
285 #undef HAVE_STRCASECMP
286
287 /* Define to 1 if you have the `strchr' function. */
288 #undef HAVE_STRCHR
289
290 /* Define to 1 if you have the `strdup' function. */
291 #undef HAVE_STRDUP
292
293 /* Define to 1 if you have the <strings.h> header file. */
294 #undef HAVE_STRINGS_H
295
296 /* Define to 1 if you have the <string.h> header file. */
297 #undef HAVE_STRING_H
298
299 /* Define to 1 if you have the `syslog' function. */
300 #undef HAVE_SYSLOG
301
302 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
303    */
304 #undef HAVE_SYS_DIR_H
305
306 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
307    */
308 #undef HAVE_SYS_NDIR_H
309
310 /* Define to 1 if you have the <sys/param.h> header file. */
311 #undef HAVE_SYS_PARAM_H
312
313 /* Define to 1 if you have the <sys/select.h> header file. */
314 #undef HAVE_SYS_SELECT_H
315
316 /* Define to 1 if you have the <sys/stat.h> header file. */
317 #undef HAVE_SYS_STAT_H
318
319 /* Define to 1 if you have the <sys/types.h> header file. */
320 #undef HAVE_SYS_TYPES_H
321
322 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
323 #undef HAVE_SYS_WAIT_H
324
325 /* Define to 1 if you have the `uname' function. */
326 #undef HAVE_UNAME
327
328 /* Define to 1 if you have the <unistd.h> header file. */
329 #undef HAVE_UNISTD_H
330
331 /* Define to 1 if you have the <util.h> header file. */
332 #undef HAVE_UTIL_H
333
334 /* Define this if you have the XF86MiscSetGrabKeysState function (which allows
335    the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
336    disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */
337 #undef HAVE_XF86MISCSETGRABKEYSSTATE
338
339 /* Define this if you have the functions XF86VidModeGetModeLine() and
340    XF86VidModeGetViewPort(), in support of virtual desktops where the X
341    server's root window is bigger than the actual screen. This is an XFree86
342    thing, and probably doesn't exist elsewhere. (It's available if the file
343    /usr/include/X11/extensions/xf86vmode.h exists.) */
344 #undef HAVE_XF86VMODE
345
346 /* Define this if you have the functions XF86VidModeGetGamma() and
347    XF86VidModeSetGamma(), which allow clients to change the gamma response of
348    the monitor. This is an XFree86 4.0.x thing, and probably doesn't exist
349    elsewhere. (It's available if the file
350    /usr/include/X11/extensions/xf86vmode.h exists and has stuff about gamma in
351    it.) */
352 #undef HAVE_XF86VMODE_GAMMA
353
354 /* Define this if you have the functions XF86VidModeGetGammaRamp() and
355    XF86VidModeSetGammaRamp(), which provide finer-grained control than
356    XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */
357 #undef HAVE_XF86VMODE_GAMMA_RAMP
358
359 /* Define this if you have the XHPDisableReset function (an HP only thing
360    which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
361 #undef HAVE_XHPDISABLERESET
362
363 /* Define this if you have the Xinerama extension. This is standard on
364    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
365    available if the file /usr/include/X11/extensions/Xinerama.h exists.) */
366 #undef HAVE_XINERAMA
367
368 /* Define this if you have the Xinput extension. This is standard since X11R5,
369    and is thus almost everywhere. (It's available if the file
370    /usr/include/X11/extensions/XInput.h exists.) */
371 #undef HAVE_XINPUT
372
373 /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
374 #undef HAVE_XMCOMBOBOX
375
376 /* Define this if you have the XML library. */
377 #undef HAVE_XML
378
379 /* Define this if you have the Xmu library. This is standard part of X, and if
380    your vendor doesn't ship it, you should report that as a bug. */
381 #undef HAVE_XMU
382
383 /* Define this if you have the XPM library installed. Some of the demos can
384    make use of this if it is available. */
385 #undef HAVE_XPM
386
387 /* Define this if you have the X Shared Memory Extension. */
388 #undef HAVE_XSHM_EXTENSION
389
390 /* Define to 1 if you have the `__argz_count' function. */
391 #undef HAVE___ARGZ_COUNT
392
393 /* Define to 1 if you have the `__argz_next' function. */
394 #undef HAVE___ARGZ_NEXT
395
396 /* Define to 1 if you have the `__argz_stringify' function. */
397 #undef HAVE___ARGZ_STRINGIFY
398
399 /* Define this to remove the option of locking the screen at all. */
400 #undef NO_LOCKING
401
402 /* This is the same as GETTEXT_PACKAGE, but for the glade generated code. */
403 #undef PACKAGE
404
405 /* Define to the address where bug reports for this package should be sent. */
406 #undef PACKAGE_BUGREPORT
407
408 /* Define to the full name of this package. */
409 #undef PACKAGE_NAME
410
411 /* Define to the full name and version of this package. */
412 #undef PACKAGE_STRING
413
414 /* Define to the one symbol short name of this package. */
415 #undef PACKAGE_TARNAME
416
417 /* Define to the version of this package. */
418 #undef PACKAGE_VERSION
419
420 /* If PAM is being used, this is the name of the PAM service that xscreensaver
421    will authenticate as. The default is "xscreensaver", which means that the
422    PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
423    recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
424    Some systems might already have a PAM installation that is configured for
425    xlock, so setting this to "xlock" would also work in that case. */
426 #undef PAM_SERVICE_NAME
427
428 /* Define if you have PAM and pam_strerror() requires two arguments. */
429 #undef PAM_STRERROR_TWO_ARGS
430
431 /* Set the name of the password helper program, if any */
432 #undef PASSWD_HELPER_PROGRAM
433
434 /* Define as the return type of signal handlers (`int' or `void'). */
435 #undef RETSIGTYPE
436
437 /* If using the C implementation of alloca, define if you know the
438    direction of stack growth for your system; otherwise it will be
439    automatically deduced at runtime.
440         STACK_DIRECTION > 0 => grows toward higher addresses
441         STACK_DIRECTION < 0 => grows toward lower addresses
442         STACK_DIRECTION = 0 => direction of growth unknown */
443 #undef STACK_DIRECTION
444
445 /* Define to 1 if you have the ANSI C header files. */
446 #undef STDC_HEADERS
447
448 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
449 #undef TIME_WITH_SYS_TIME
450
451 /* Define this to void* if you're using X11R4 or earlier. */
452 #undef XPointer
453
454 /* Define to 1 if the X Window System is missing or not being used. */
455 #undef X_DISPLAY_MISSING
456
457 /* Define to empty if `const' does not conform to ANSI C. */
458 #undef const
459
460 /* Define to `__inline__' or `__inline' if that's what the C compiler
461    calls it, or to nothing if 'inline' is not supported under any name.  */
462 #ifndef __cplusplus
463 #undef inline
464 #endif
465
466 /* Define to `int' if <sys/types.h> does not define. */
467 #undef mode_t
468
469 /* Define to `long int' if <sys/types.h> does not define. */
470 #undef off_t
471
472 /* Define to `int' if <sys/types.h> does not define. */
473 #undef pid_t
474
475 /* Define to `unsigned int' if <sys/types.h> does not define. */
476 #undef size_t