summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-10-19 02:35:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-10-19 02:55:24 +0200
commit3e2052d2d451a77852c362f6b8812f74f4648739 (patch)
treebda6cd517037cb3dc2329f482d5e34af5762f47a /config.h.cmake
parent5de3d21a4a5c8fd83f4d6867b538653ea5c7ac82 (diff)
downloadkbiff-3e2052d2d451a77852c362f6b8812f74f4648739.tar.gz
kbiff-3e2052d2d451a77852c362f6b8812f74f4648739.zip
cmake: Add options WITH_SSL and WITH_MLED
Fix test for SSL => is not needed, because is used KSSL from tdelibs Fix test for ASUS Mail LED support in ACPI Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f516d04..19a2071 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -13,14 +13,14 @@
/* Defined to 1 if we have path.h header */
#cmakedefine HAVE_PATHS_H 1
-/* Defined to 1 since we do have c++ stl headers */
-#define HAVE_MLED 1
+/*
+ * Compile with support for Mail LED on ASUS notebooks:
+ * needs ACPI and Asus Laptop Extras (http://sourceforge.net/projects/acpi4asus/
+ */
+#cmakedefine HAVE_MLED 1
/* Defined to 1 if we have OpenSSL */
-#cmakedefine USE_SSL @USE_SSL@
+#cmakedefine USE_SSL 1
/* Define the path for the mail spool */
-#define _PATH_MAILDIR "/var/spool/mail"
-
-/* for HP Unix Operating system */
-#undef _HPUX_SOURCE
+#cmakedefine _PATH_MAILDIR "@PATH_MAILDIR@"