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