diff options
author | Slávek Banko <[email protected]> | 2018-08-25 15:20:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-01 18:41:35 +0200 |
commit | 4aae8e03369bf188b6300f75745e6cc837889157 (patch) | |
tree | 1acf77e4bce6499e6568530e857658f0cb2ae726 /config.h.cmake | |
parent | 48c6bba031ea37591a821d9554dd292aee938d58 (diff) | |
download | tdeadmin-4aae8e03369bf188b6300f75745e6cc837889157.tar.gz tdeadmin-4aae8e03369bf188b6300f75745e6cc837889157.zip |
cmake: Add option for GCC hidden visibility
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/config.h.cmake b/config.h.cmake index a506c78..47cd0c7 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,4 +1,7 @@ -#cmakedefine VERSION "@VERSION@" +#define VERSION "@VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 /* Define to 1 if you have the <unistd.h> header file. */ #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ @@ -285,9 +288,6 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 -/* Version number of package */ -#define VERSION "3.5.10" - /* Defined if compiling without arts */ /* #undef WITHOUT_ARTS */ @@ -451,10 +451,6 @@ int snprintf(char *str, size_t n, char const *fmt, ...); #endif -/* define to 1 if -fvisibility is supported */ -/* #undef __KDE_HAVE_GCC_VISIBILITY */ - - #if defined(__SVR4) && !defined(__svr4__) #define __svr4__ 1 #endif |