From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / config.h.in
index 8ab437505246fe2306fb2ea8d1b173dd625be80d..c3dd3756732ed419c6e848d1254e45ed4cc55bbb 100644 (file)
@@ -85,6 +85,9 @@
    (gdk-pixbuf 2.12). */
 #undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION
 
+/* Define to 1 if you have the `getaddrinfo' function. */
+#undef HAVE_GETADDRINFO
+
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
+/* Define this to enable recording of videos. */
+#undef HAVE_RECORD_ANIM
+
 /* Define to 1 if you have the `sbrk' function. */
 #undef HAVE_SBRK
 
 /* Define to 1 if you have the `sigtimedwait' function. */
 #undef HAVE_SIGTIMEDWAIT
 
+/* Define to 1 if you have the `sqrtf' function. */
+#undef HAVE_SQRTF
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
+/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
+#undef HAVE_STRUCT_SOCKADDR_SA_LEN
+
 /* Define to 1 if you have the `syslog' function. */
 #undef HAVE_SYSLOG
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
+/* Define to 1 if you have the <sys/termios.h> header file. */
+#undef HAVE_SYS_TERMIOS_H
+
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
    XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */
 #undef HAVE_XF86VMODE_GAMMA_RAMP
 
+/* Define this if you have libXft2. */
+#undef HAVE_XFT
+
 /* Define this if you have the XHPDisableReset function (an HP only thing
    which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
 #undef HAVE_XHPDISABLERESET
 /* Define this if you have the X Shared Memory Extension. */
 #undef HAVE_XSHM_EXTENSION
 
+/* Define this if you have the function Xutf8DrawString(). */
+#undef HAVE_XUTF8DRAWSTRING
+
 /* Define this to remove the option of locking the screen at all. */
 #undef NO_LOCKING
 
 
 /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
+
+/* Define to `int' if <sys/types.h> or <sys/socket.h> does not define. */
+#undef socklen_t