summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-30 16:03:58 +0200
committerSimon Rettberg2019-07-30 16:03:58 +0200
commit6a32252403781b303d4ebd195932ce39c5b1c08e (patch)
treecd2f8b3c4052c1b575caf33c9983ae531fad9092 /config.h.in
parentRemove android and OSX files (diff)
downloadxscreensaver-6a32252403781b303d4ebd195932ce39c5b1c08e.tar.gz
xscreensaver-6a32252403781b303d4ebd195932ce39c5b1c08e.tar.xz
xscreensaver-6a32252403781b303d4ebd195932ce39c5b1c08e.zip
Update to 5.43
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 8c031ec..9f66b48 100644
--- a/config.h.in
+++ b/config.h.in
@@ -171,11 +171,17 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Define this if your system has libcap. */
+#undef HAVE_LIBCAP
+
/* Define this if the Portable Network Graphics library is installed. It is
basically required, but many things will more-or-less limp along without
it. */
#undef HAVE_LIBPNG
+/* Define this if you have libsystemd. */
+#undef HAVE_LIBSYSTEMD
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H