From 3e2052d2d451a77852c362f6b8812f74f4648739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 19 Oct 2018 02:35:22 +0200 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- config.h.cmake | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.h.cmake') 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@" -- cgit v1.2.1