Вы не можете выбрать более 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@"