blob: 19a2071b98ffb6c9e348c5047274e73888cc05c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
/* Defined to 1 if we have sys/select.h header */
#cmakedefine HAVE_SYS_SELECT_H 1
/* Defined to 1 if we have path.h header */
#cmakedefine HAVE_PATHS_H 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 1
/* Define the path for the mail spool */
#cmakedefine _PATH_MAILDIR "@PATH_MAILDIR@"
|