summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-30 16:07:15 +0200
committerSimon Rettberg2019-07-30 16:07:15 +0200
commit813ac136e48f60d4c2b13e808107870dafcc4d52 (patch)
tree396a6c98276f6e9a04216933daebdf3af7b81d46 /config.h.in
parentFlush X events before locking if we have an external ungrab command (diff)
parentUpdate to 5.43 (diff)
downloadxscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.gz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.xz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.zip
Merge branch 'master' into openslx (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