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