summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-07 00:11:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:53 +0100
commit4a476fb93718e16effd65d5ba8db8236570edc58 (patch)
tree3bd88edb07bfd6cc2c7fa4223c92629ac60477a6 /config.h.cmake
parent1bdb69cbcb2e07bc49cc83c8ea356699dfa1d1fd (diff)
downloadtdelibs-4a476fb93718e16effd65d5ba8db8236570edc58.tar.gz
tdelibs-4a476fb93718e16effd65d5ba8db8236570edc58.zip
Enable previously disabled build options in config.h
(cherry picked from commit 223f0c75788822208fd74259969948658bc26e2c)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.h.cmake b/config.h.cmake
index e155819f9..ef0bbd5ec 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -383,7 +383,7 @@
#cmakedefine HAVE_MEMORY_H 1
/* Define if you want MIT-SHM support */
-#undef HAVE_MITSHM
+#cmakedefine HAVE_MITSHM @HAVE_MITSHM@
/* Define if you have mkdtemp */
#cmakedefine HAVE_MKDTEMP 1
@@ -819,13 +819,13 @@
/* Define to the name of the environment variable that determines the dynamic
library search path. */
-#undef LTDL_SHLIBPATH_VAR
+#cmakedefine LTDL_SHLIBPATH_VAR "@LTDL_SHLIBPATH_VAR@"
/* Define to the extension used for shared libraries, say, ".so". */
#undef LTDL_SHLIB_EXT
/* Define to the system default library search path. */
-#undef LTDL_SYSSEARCHPATH
+#cmakedefine LTDL_SYSSEARCHPATH "@LTDL_SYSSEARCHPATH@"
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
@@ -915,10 +915,10 @@
#endif
/* where rgb.txt is in */
-#undef X11_RGBFILE
+#cmakedefine X11_RGBFILE "@X11_RGBFILE@"
/* Defines the executable of xmllint */
-#undef XMLLINT
+#cmakedefine XMLLINT "@XMLLINT@"
/* Defined if your system has XRandR support */
#cmakedefine XRANDR_SUPPORT 1
@@ -1177,10 +1177,10 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
#undef __KDE_HAVE_GCC_VISIBILITY
/* path to su */
-#define __PATH_SU "@__PATH_SU@"
+#cmakedefine __PATH_SU "@__PATH_SU@"
/* path to sudo */
-#define __PATH_SUDO "@__PATH_SUDO@"
+#cmakedefine __PATH_SUDO "@__PATH_SUDO@"
#if defined(__SVR4) && !defined(__svr4__)