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