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>2014-10-07 01:34:08 +0200
commit223f0c75788822208fd74259969948658bc26e2c (patch)
treee5bf2a08628f1775fc75847fadad541935a625e2 /config.h.cmake
parent62bfcbe4780e5b08aee6a16895f5e508f0646bd2 (diff)
downloadtdelibs-223f0c75788822208fd74259969948658bc26e2c.tar.gz
tdelibs-223f0c75788822208fd74259969948658bc26e2c.zip
Enable previously disabled build options in config.h
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 7dcd1ae1f..b1e4eb30a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -389,7 +389,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
@@ -822,13 +822,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.
*/
@@ -927,10 +927,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
@@ -1189,10 +1189,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__)