From http://www.jwz.org/xscreensaver/xscreensaver-5.39.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) 1991-2014 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 /* always defined to indicate that i18n is enabled */
19 #undef ENABLE_NLS
20
21 /* Some screenhacks like to run an external program to generate random pieces
22    of text; set this to the one you like. Note that this is just the default;
23    X resources can be used to override it. */
24 #undef FORTUNE_PROGRAM
25
26 /* This is the name of the gettext package to use. */
27 #undef GETTEXT_PACKAGE
28
29 /* Define this if gettimeofday() takes two arguments. */
30 #undef GETTIMEOFDAY_TWO_ARGS
31
32 /* Define this if your system is Solaris with ``adjunct'' passwords (this is
33    the version where one gets at the passwords with getpwanam() instead of
34    getpwnam().) I haven't tested this one, let me know if it works. */
35 #undef HAVE_ADJUNCT_PASSWD
36
37 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
38 #undef HAVE_BIND_TEXTDOMAIN_CODESET
39
40 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
41    CoreFoundation framework. */
42 #undef HAVE_CFLOCALECOPYCURRENT
43
44 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
45    the CoreFoundation framework. */
46 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
47
48 /* Define this if you have Gnome and want to build support for the
49    xscreensaver control panel in the Gnome Control Center (gnomecc). (This is
50    needed only with Gtk 1.x.) */
51 #undef HAVE_CRAPPLET
52
53 /* Define this if HAVE_CRAPPLET is defined, and the function
54    capplet_widget_changes_are_immediate() is available. */
55 #undef HAVE_CRAPPLET_IMMEDIATE
56
57 /* Define to 1 if you have the <crypt.h> header file. */
58 #undef HAVE_CRYPT_H
59
60 /* Define to 1 if you have the `dcgettext' function. */
61 #undef HAVE_DCGETTEXT
62
63 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
64    */
65 #undef HAVE_DIRENT_H
66
67 /* Define this if you have the X Double Buffer Extension. */
68 #undef HAVE_DOUBLE_BUFFER_EXTENSION
69
70 /* Define this if you have the XDPMS extension. This is standard on
71    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
72    available if the file /usr/include/X11/extensions/dpms.h exists.) */
73 #undef HAVE_DPMS_EXTENSION
74
75 /* Define this if your system is Digital or SCO Unix with so-called ``Enhanced
76    Security'', that is, the passwords live in /tcb/files/auth/<x>/<xyz>
77    instead of in /etc/passwd, and one reads them with getprpwnam() instead of
78    getpwnam(). */
79 #undef HAVE_ENHANCED_PASSWD
80
81 /* Define to 1 if you have the `fcntl' function. */
82 #undef HAVE_FCNTL
83
84 /* Define this if you have the 'forkpty' function: This allows 'phosphor' and
85    'apple2' to run curses-based programs, or be used as terminal windows. */
86 #undef HAVE_FORKPTY
87
88 /* Define this if you have the GDK_Pixbuf library installed. Some of the demos
89    can make use of this if it is available. */
90 #undef HAVE_GDK_PIXBUF
91
92 /* Define this if you have the gdk_pixbuf_apply_embedded_orientation function
93    (gdk-pixbuf 2.12). */
94 #undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION
95
96 /* Define to 1 if you have the `getaddrinfo' function. */
97 #undef HAVE_GETADDRINFO
98
99 /* Define to 1 if you have the `getcwd' function. */
100 #undef HAVE_GETCWD
101
102 /* Define this if you have the getifaddrs() function. */
103 #undef HAVE_GETIFADDRS
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 to target the OpenGL ES 1.x API instead of OpenGL 1.3. */
155 #undef HAVE_JWZGLES
156
157 /* Define this if you want to use Kerberos authentication to lock/unlock the
158    screen instead of your local password. This currently uses Kerberos V4, but
159    a V5 server with V4 compatibility will work. WARNING: DO NOT USE AFS
160    string-to-key passwords with this option. This option currently *only*
161    works with standard Kerberos des_string_to_key. If your password is an AFS
162    password and not a kerberos password, it will not authenticate properly.
163    See the comments in driver/kpasswd.c for more information if you need it.
164    */
165 #undef HAVE_KERBEROS
166
167 /* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4
168    compatibility layer. */
169 #undef HAVE_KERBEROS5
170
171 /* Define if your <locale.h> file defines LC_MESSAGES. */
172 #undef HAVE_LC_MESSAGES
173
174 /* Define this if the Portable Network Graphics library is installed. It is
175    basically required, but many things will more-or-less limp along without
176    it. */
177 #undef HAVE_LIBPNG
178
179 /* Define to 1 if you have the <locale.h> header file. */
180 #undef HAVE_LOCALE_H
181
182 /* Define to 1 if you have the <memory.h> header file. */
183 #undef HAVE_MEMORY_H
184
185 /* Define this if you have OpenGL, but it's the MesaGL variant. (The libraries
186    have different names.) (HAVE_GL should be defined too.) */
187 #undef HAVE_MESA_GL
188
189 /* Define this if you have Motif. */
190 #undef HAVE_MOTIF
191
192 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
193 #undef HAVE_NDIR_H
194
195 /* Define to 1 if you have the `nice' function. */
196 #undef HAVE_NICE
197
198 /* Define this if you have the XML library headers in their old,
199    non-namespaced location (you lack the gnome-xml/libxml symlink) */
200 #undef HAVE_OLD_XML_HEADERS
201
202 /* Define this if you want to use PAM (Pluggable Authentication Modules) to
203    lock/unlock the screen, instead of standard /etc/passwd authentication. */
204 #undef HAVE_PAM
205
206 /* Define this if you have pam_fail_delay function. see driver/passwd-pam.c.
207    */
208 #undef HAVE_PAM_FAIL_DELAY
209
210 /* Define this if you have a Linux-like /proc/interrupts file which can be
211    examined to determine when keyboard activity has occurred. */
212 #undef HAVE_PROC_INTERRUPTS
213
214 /* Define this if your system supports POSIX threads. */
215 #undef HAVE_PTHREAD
216
217 /* Have PTHREAD_PRIO_INHERIT. */
218 #undef HAVE_PTHREAD_PRIO_INHERIT
219
220 /* Define to 1 if you have the <pty.h> header file. */
221 #undef HAVE_PTY_H
222
223 /* Define to 1 if you have the `putenv' function. */
224 #undef HAVE_PUTENV
225
226 /* Define this if you have the Resize and Rotate extension. This is standard
227    on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
228    available if the file /usr/include/X11/extensions/Xrandr.h exists.) */
229 #undef HAVE_RANDR
230
231 /* Define this if the RANDR library is version 1.2 or newer. */
232 #undef HAVE_RANDR_12
233
234 /* Define this if you have the XReadDisplay extension (I think this is an
235    SGI-only thing; it's in <X11/extensions/readdisplay.h>.) A few of the
236    screenhacks will take advantage of this if it's available. */
237 #undef HAVE_READ_DISPLAY_EXTENSION
238
239 /* Define to 1 if you have the `realpath' function. */
240 #undef HAVE_REALPATH
241
242 /* Define this to enable recording of videos. */
243 #undef HAVE_RECORD_ANIM
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 `setlocale' function. */
252 #undef HAVE_SETLOCALE
253
254 /* Define to 1 if you have the `setpriority' function. */
255 #undef HAVE_SETPRIORITY
256
257 /* Define to 1 if you have the `setrlimit' function. */
258 #undef HAVE_SETRLIMIT
259
260 /* Define this if your system uses 'shadow' passwords, that is, the passwords
261    live in /etc/shadow instead of /etc/passwd, and one reads them with
262    getspnam() instead of getpwnam(). (Note that SCO systems do some random
263    other thing; others might as well. See the ifdefs in driver/passwd-pwent.c
264    if you're having trouble related to reading passwords.) */
265 #undef HAVE_SHADOW_PASSWD
266
267 /* Define to 1 if you have the `sigaction' function. */
268 #undef HAVE_SIGACTION
269
270 /* Define to 1 if you have the `sigtimedwait' function. */
271 #undef HAVE_SIGTIMEDWAIT
272
273 /* Define to 1 if you have the `sqrtf' function. */
274 #undef HAVE_SQRTF
275
276 /* Define to 1 if you have the <stdint.h> header file. */
277 #undef HAVE_STDINT_H
278
279 /* Define to 1 if you have the <stdlib.h> header file. */
280 #undef HAVE_STDLIB_H
281
282 /* Define to 1 if you have the <strings.h> header file. */
283 #undef HAVE_STRINGS_H
284
285 /* Define to 1 if you have the <string.h> header file. */
286 #undef HAVE_STRING_H
287
288 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
289 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
290
291 /* Define to 1 if you have the `syslog' function. */
292 #undef HAVE_SYSLOG
293
294 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
295    */
296 #undef HAVE_SYS_DIR_H
297
298 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
299    */
300 #undef HAVE_SYS_NDIR_H
301
302 /* Define to 1 if you have the <sys/select.h> header file. */
303 #undef HAVE_SYS_SELECT_H
304
305 /* Define to 1 if you have the <sys/stat.h> header file. */
306 #undef HAVE_SYS_STAT_H
307
308 /* Define to 1 if you have the <sys/termios.h> header file. */
309 #undef HAVE_SYS_TERMIOS_H
310
311 /* Define to 1 if you have the <sys/types.h> header file. */
312 #undef HAVE_SYS_TYPES_H
313
314 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
315 #undef HAVE_SYS_WAIT_H
316
317 /* Define to 1 if you have the `uname' function. */
318 #undef HAVE_UNAME
319
320 /* Define to 1 if you have the <unistd.h> header file. */
321 #undef HAVE_UNISTD_H
322
323 /* Define to 1 if you have the <util.h> header file. */
324 #undef HAVE_UTIL_H
325
326 /* Define this if you have the XF86MiscSetGrabKeysState function (which allows
327    the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
328    disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */
329 #undef HAVE_XF86MISCSETGRABKEYSSTATE
330
331 /* Define this if you have the functions XF86VidModeGetModeLine() and
332    XF86VidModeGetViewPort(), in support of virtual desktops where the X
333    server's root window is bigger than the actual screen. This is an XFree86
334    thing, and probably doesn't exist elsewhere. (It's available if the file
335    /usr/include/X11/extensions/xf86vmode.h exists.) */
336 #undef HAVE_XF86VMODE
337
338 /* Define this if you have the functions XF86VidModeGetGamma() and
339    XF86VidModeSetGamma(), which allow clients to change the gamma response of
340    the monitor. This is an XFree86 4.0.x thing, and probably doesn't exist
341    elsewhere. (It's available if the file
342    /usr/include/X11/extensions/xf86vmode.h exists and has stuff about gamma in
343    it.) */
344 #undef HAVE_XF86VMODE_GAMMA
345
346 /* Define this if you have the functions XF86VidModeGetGammaRamp() and
347    XF86VidModeSetGammaRamp(), which provide finer-grained control than
348    XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */
349 #undef HAVE_XF86VMODE_GAMMA_RAMP
350
351 /* Define this if you have libXft2. */
352 #undef HAVE_XFT
353
354 /* Define this if you have the XHPDisableReset function (an HP only thing
355    which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
356 #undef HAVE_XHPDISABLERESET
357
358 /* Define this if you have the Xinerama extension. This is standard on
359    sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
360    available if the file /usr/include/X11/extensions/Xinerama.h exists.) */
361 #undef HAVE_XINERAMA
362
363 /* Define this if you have the Xinput extension. This is standard since X11R5,
364    and is thus almost everywhere. (It's available if the file
365    /usr/include/X11/extensions/XInput.h exists.) */
366 #undef HAVE_XINPUT
367
368 /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
369 #undef HAVE_XMCOMBOBOX
370
371 /* Define this if you have the XML library. */
372 #undef HAVE_XML
373
374 /* Define this if you have the Xmu library. This is standard part of X, and if
375    your vendor doesn't ship it, you should report that as a bug. */
376 #undef HAVE_XMU
377
378 /* Define this if you have the X Shared Memory Extension. */
379 #undef HAVE_XSHM_EXTENSION
380
381 /* Define this if you have the function Xutf8DrawString(). */
382 #undef HAVE_XUTF8DRAWSTRING
383
384 /* Define this to remove the option of locking the screen at all. */
385 #undef NO_LOCKING
386
387 /* This is the same as GETTEXT_PACKAGE, but for the glade generated code. */
388 #undef PACKAGE
389
390 /* Define to the address where bug reports for this package should be sent. */
391 #undef PACKAGE_BUGREPORT
392
393 /* Define to the full name of this package. */
394 #undef PACKAGE_NAME
395
396 /* Define to the full name and version of this package. */
397 #undef PACKAGE_STRING
398
399 /* Define to the one symbol short name of this package. */
400 #undef PACKAGE_TARNAME
401
402 /* Define to the home page for this package. */
403 #undef PACKAGE_URL
404
405 /* Define to the version of this package. */
406 #undef PACKAGE_VERSION
407
408 /* Whether PAM should check the result of account modules when authenticating.
409    Only do this if you have account configured properly on your system. */
410 #undef PAM_CHECK_ACCOUNT_TYPE
411
412 /* If PAM is being used, this is the name of the PAM service that xscreensaver
413    will authenticate as. The default is "xscreensaver", which means that the
414    PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
415    recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
416    Some systems might already have a PAM installation that is configured for
417    xlock, so setting this to "xlock" would also work in that case. */
418 #undef PAM_SERVICE_NAME
419
420 /* Define if you have PAM and pam_strerror() requires two arguments. */
421 #undef PAM_STRERROR_TWO_ARGS
422
423 /* Set the name of the password helper program, if any */
424 #undef PASSWD_HELPER_PROGRAM
425
426 /* Define to necessary symbol if this constant uses a non-standard name on
427    your system. */
428 #undef PTHREAD_CREATE_JOINABLE
429
430 /* Define as the return type of signal handlers (`int' or `void'). */
431 #undef RETSIGTYPE
432
433 /* Define to 1 if you have the ANSI C header files. */
434 #undef STDC_HEADERS
435
436 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
437 #undef TIME_WITH_SYS_TIME
438
439 /* Define this to void* if you're using X11R4 or earlier. */
440 #undef XPointer
441
442 /* Define to 1 if the X Window System is missing or not being used. */
443 #undef X_DISPLAY_MISSING
444
445 /* Enable large inode numbers on Mac OS X 10.5.  */
446 #ifndef _DARWIN_USE_64_BIT_INODE
447 # define _DARWIN_USE_64_BIT_INODE 1
448 #endif
449
450 /* Number of bits in a file offset, on hosts where this is settable. */
451 #undef _FILE_OFFSET_BITS
452
453 /* Define for large files, on AIX-style hosts. */
454 #undef _LARGE_FILES
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 `int' if <sys/types.h> does not define. */
469 #undef pid_t
470
471 /* Define to `unsigned int' if <sys/types.h> does not define. */
472 #undef size_t
473
474 /* Define to `int' if <sys/types.h> or <sys/socket.h> does not define. */
475 #undef socklen_t