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