From http://www.jwz.org/xscreensaver/xscreensaver-5.16.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 glBitmap exists. */
128 #undef HAVE_GLBITMAP
129
130 /* Define this if you have the -lgle and -lmatrix libraries (GL extrusion.) */
131 #undef HAVE_GLE
132
133 /* Define this if you have the -lgle from GLE version 3 */
134 #undef HAVE_GLE3
135
136 /* Define this if you have Gtk (any version.) */
137 #undef HAVE_GTK
138
139 /* Define this if you have Gtk 2.x. */
140 #undef HAVE_GTK2
141
142 /* Define this if you are running HPUX with so-called ``Secure Passwords'' (if
143    you have /usr/include/hpsecurity.h, you probably have this.) I haven't
144    tested this one, let me know if it works. */
145 #undef HAVE_HPUX_PASSWD
146
147 /* Define this if you do pings with a `struct icmp' and an `icmp_id' slot. */
148 #undef HAVE_ICMP
149
150 /* Define this if you do pings with a `struct icmphdr' and an `un.echo.id'
151    slot. */
152 #undef HAVE_ICMPHDR
153
154 /* Define to 1 if you have the <inttypes.h> header file. */
155 #undef HAVE_INTTYPES_H
156
157 /* Define this if you have the Independent JPEG Group's JPEG library
158    installed. Some of the demos can make use of this if it is available. */
159 #undef HAVE_JPEGLIB
160
161 /* Define this to target the OpenGL ES 1.x API instead of OpenGL 1.3. */
162 #undef HAVE_JWZGLES
163
164 /* Define this if you want to use Kerberos authentication to lock/unlock the
165    screen instead of your local password. This currently uses Kerberos V4, but
166    a V5 server with V4 compatibility will work. WARNING: DO NOT USE AFS
167    string-to-key passwords with this option. This option currently *only*
168    works with standard Kerberos des_string_to_key. If your password is an AFS
169    password and not a kerberos password, it will not authenticate properly.
170    See the comments in driver/kpasswd.c for more information if you need it.
171    */
172 #undef HAVE_KERBEROS
173
174 /* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4
175    compatibility layer. */
176 #undef HAVE_KERBEROS5
177
178 /* Define if your <locale.h> file defines LC_MESSAGES. */
179 #undef HAVE_LC_MESSAGES
180
181 /* Define to 1 if you have the <limits.h> header file. */
182 #undef HAVE_LIMITS_H
183
184 /* Define to 1 if you have the <locale.h> header file. */
185 #undef HAVE_LOCALE_H
186
187 /* Define to 1 if you have the <malloc.h> header file. */
188 #undef HAVE_MALLOC_H
189
190 /* Define to 1 if you have the <memory.h> header file. */
191 #undef HAVE_MEMORY_H
192
193 /* Define this if you have OpenGL, but it's the MesaGL variant. (The libraries
194    have different names.) (HAVE_GL should be defined too.) */
195 #undef HAVE_MESA_GL
196
197 /* Define to 1 if you have a working `mmap' system call. */
198 #undef HAVE_MMAP
199
200 /* Define this if you have Motif. */
201 #undef HAVE_MOTIF
202
203 /* Define to 1 if you have the `munmap' function. */
204 #undef HAVE_MUNMAP
205
206 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
207 #undef HAVE_NDIR_H
208
209 /* Define to 1 if you have the `nice' function. */
210 #undef HAVE_NICE
211
212 /* Define to 1 if you have the <nl_types.h> header file. */
213 #undef HAVE_NL_TYPES_H
214
215 /* Define this if you have the XML library headers in their old,
216    non-namespaced location (you lack the gnome-xml/libxml symlink) */
217 #undef HAVE_OLD_XML_HEADERS
218
219 /* Define this if you want to use PAM (Pluggable Authentication Modules) to
220    lock/unlock the screen, instead of standard /etc/passwd authentication. */
221 #undef HAVE_PAM
222
223 /* Define this if you have pam_fail_delay function. see driver/passwd-pam.c.
224    */
225 #undef HAVE_PAM_FAIL_DELAY
226
227 /* Define this if you have a Linux-like /proc/interrupts file which can be
228    examined to determine when keyboard activity has occurred. */
229 #undef HAVE_PROC_INTERRUPTS
230
231 /* Define to 1 if you have the <pty.h> header file. */
232 #undef HAVE_PTY_H
233
234 /* Define to 1 if you have the `putenv' function. */
235 #undef HAVE_PUTENV
236
237 /* Define this if you have the Resize and Rotate extension. This is standard
238    on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
239    available if the file /usr/include/X11/extensions/Xrandr.h exists.) */
240 #undef HAVE_RANDR
241
242 /* Define this if the RANDR library is version 1.2 or newer. */
243 #undef HAVE_RANDR_12
244
245 /* Define this if you have the XReadDisplay extension (I think this is an
246    SGI-only thing; it's in <X11/extensions/readdisplay.h>.) A few of the
247    screenhacks will take advantage of this if it's available. */
248 #undef HAVE_READ_DISPLAY_EXTENSION
249
250 /* Define to 1 if you have the `realpath' function. */
251 #undef HAVE_REALPATH
252
253 /* Define to 1 if you have the `sbrk' function. */
254 #undef HAVE_SBRK
255
256 /* Define to 1 if you have the `select' function. */
257 #undef HAVE_SELECT
258
259 /* Define to 1 if you have the `setenv' function. */
260 #undef HAVE_SETENV
261
262 /* Define to 1 if you have the `setlocale' function. */
263 #undef HAVE_SETLOCALE
264
265 /* Define to 1 if you have the `setpriority' function. */
266 #undef HAVE_SETPRIORITY
267
268 /* Define to 1 if you have the `setrlimit' function. */
269 #undef HAVE_SETRLIMIT
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 Xinerama extension. This is standard on
370    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
371    available if the file /usr/include/X11/extensions/Xinerama.h exists.) */
372 #undef HAVE_XINERAMA
373
374 /* Define this if you have the Xinput extension. This is standard since X11R5,
375    and is thus almost everywhere. (It's available if the file
376    /usr/include/X11/extensions/XInput.h exists.) */
377 #undef HAVE_XINPUT
378
379 /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
380 #undef HAVE_XMCOMBOBOX
381
382 /* Define this if you have the XML library. */
383 #undef HAVE_XML
384
385 /* Define this if you have the Xmu library. This is standard part of X, and if
386    your vendor doesn't ship it, you should report that as a bug. */
387 #undef HAVE_XMU
388
389 /* Define this if you have the XPM library installed. Some of the demos can
390    make use of this if it is available. */
391 #undef HAVE_XPM
392
393 /* Define this if you have the X Shared Memory Extension. */
394 #undef HAVE_XSHM_EXTENSION
395
396 /* Define to 1 if you have the `__argz_count' function. */
397 #undef HAVE___ARGZ_COUNT
398
399 /* Define to 1 if you have the `__argz_next' function. */
400 #undef HAVE___ARGZ_NEXT
401
402 /* Define to 1 if you have the `__argz_stringify' function. */
403 #undef HAVE___ARGZ_STRINGIFY
404
405 /* Define this to remove the option of locking the screen at all. */
406 #undef NO_LOCKING
407
408 /* This is the same as GETTEXT_PACKAGE, but for the glade generated code. */
409 #undef PACKAGE
410
411 /* Define to the address where bug reports for this package should be sent. */
412 #undef PACKAGE_BUGREPORT
413
414 /* Define to the full name of this package. */
415 #undef PACKAGE_NAME
416
417 /* Define to the full name and version of this package. */
418 #undef PACKAGE_STRING
419
420 /* Define to the one symbol short name of this package. */
421 #undef PACKAGE_TARNAME
422
423 /* Define to the version of this package. */
424 #undef PACKAGE_VERSION
425
426 /* Whether PAM should check the result of account modules when authenticating.
427    Only do this if you have account configured properly on your system. */
428 #undef PAM_CHECK_ACCOUNT_TYPE
429
430 /* If PAM is being used, this is the name of the PAM service that xscreensaver
431    will authenticate as. The default is "xscreensaver", which means that the
432    PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
433    recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
434    Some systems might already have a PAM installation that is configured for
435    xlock, so setting this to "xlock" would also work in that case. */
436 #undef PAM_SERVICE_NAME
437
438 /* Define if you have PAM and pam_strerror() requires two arguments. */
439 #undef PAM_STRERROR_TWO_ARGS
440
441 /* Set the name of the password helper program, if any */
442 #undef PASSWD_HELPER_PROGRAM
443
444 /* Define as the return type of signal handlers (`int' or `void'). */
445 #undef RETSIGTYPE
446
447 /* If using the C implementation of alloca, define if you know the
448    direction of stack growth for your system; otherwise it will be
449    automatically deduced at runtime.
450         STACK_DIRECTION > 0 => grows toward higher addresses
451         STACK_DIRECTION < 0 => grows toward lower addresses
452         STACK_DIRECTION = 0 => direction of growth unknown */
453 #undef STACK_DIRECTION
454
455 /* Define to 1 if you have the ANSI C header files. */
456 #undef STDC_HEADERS
457
458 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
459 #undef TIME_WITH_SYS_TIME
460
461 /* Define this to void* if you're using X11R4 or earlier. */
462 #undef XPointer
463
464 /* Define to 1 if the X Window System is missing or not being used. */
465 #undef X_DISPLAY_MISSING
466
467 /* Define to empty if `const' does not conform to ANSI C. */
468 #undef const
469
470 /* Define to `__inline__' or `__inline' if that's what the C compiler
471    calls it, or to nothing if 'inline' is not supported under any name.  */
472 #ifndef __cplusplus
473 #undef inline
474 #endif
475
476 /* Define to `int' if <sys/types.h> does not define. */
477 #undef mode_t
478
479 /* Define to `long int' if <sys/types.h> does not define. */
480 #undef off_t
481
482 /* Define to `int' if <sys/types.h> does not define. */
483 #undef pid_t
484
485 /* Define to `unsigned int' if <sys/types.h> does not define. */
486 #undef size_t