您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
kbiff/config.h.cmake

27 行
815 B

#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@"