25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kbiff/config.h.cmake

27 lines
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@"