diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-10-16 21:11:24 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-10-19 16:45:11 +0200 |
| commit | 2551a3a509e0c224a1c79e41aa093f25e134e320 (patch) | |
| tree | ad38416b14f80df0af585a4b0653f0b216f2f9e8 /config.h.cmake | |
| parent | 903281bfd02b6b64bcdde162b6400863f6cba914 (diff) | |
| download | tdewebdev-r14.1.5.tar.gz tdewebdev-r14.1.5.zip | |
Remove kxsldbg - has been moved to a separate repository.r14.1.5
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b90048d2140f0dd9b729dda2fbf0d2204ae1dc3c)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/config.h.cmake b/config.h.cmake index 75396aef..de62d095 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -7,63 +7,12 @@ significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ -/* Define to 1 if you have the <unistd.h> header file. */ -#cmakedefine HAVE_UNISTD_H 1 - -/* Define to 1 if you have the <string.h> header file. */ -#cmakedefine HAVE_STRING_H 1 - -/* Define to 1 if you have the <sys/time.h> header file. */ -#cmakedefine HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#cmakedefine HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the <stdlib.h> header file. */ -#cmakedefine HAVE_STDLIB_H 1 - -/* Define to 1 if you have the <stdarg.h> header file. */ -#cmakedefine HAVE_STDARG_H 1 - -/* Define to 1 if you have the <time.h> header file. */ -#cmakedefine HAVE_TIME_H 1 - -/* Define to 1 if you have the <pthread.h> header file. */ -#cmakedefine USE_XSLDBG_AS_THREAD 1 - -/* Define to 1 if you have the <locale.h> header file. */ -//#cmakedefine LOCALE_PREFIX 1 - -/* Define to 1 if you have the <readline/readline.h> header file. */ -#cmakedefine HAVE_READLINE @HAVE_READLINE@ - -/* Define to 1 if you have the 'gettimeofday' function */ -#cmakedefine HAVE_GETTIMEOFDAY 1 - -/* Define to 1 if you have the 'usleep' function */ -#cmakedefine HAVE_USLEEP 1 - -/* Define to 1 if you have the 'stat' function */ -#cmakedefine HAVE_STAT 1 - -/* Define to 1 if you have the <readline/history.h> header file. */ -#cmakedefine HAVE_HISTORY @HAVE_HISTORY@ - -/* Define the name of the xsldbg executable */ -#cmakedefine XSLDBG_BIN "@XSLDBG_BIN@" - /* Defined if you build build for other editors than Kate */ #cmakedefine ENABLE_EDITORS 1 /* Defined if you build with cvsservice */ #cmakedefine ENABLE_CVSSERVICE 1 -/* Defined if you build with enabled docbook input files */ -#cmakedefine LIBXML_DOCB_ENABLED - -/* Defined if you have <libxml/xinclude.h> header file */ -#cmakedefine LIBXML_XINCLUDE_ENABLED - /* Define the kmdr-executor executable path */ #cmakedefine KMDR_EXECUTOR_PATH "@KMDR_EXECUTOR_PATH@" |
