summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-06-06 15:18:55 +0200
committergregory guy <gregory-tde@laposte.net>2021-03-02 14:53:51 +0100
commit49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e (patch)
tree1f8dd75c3cb4beaea81e41fbc0f6eaf67a9f6bfe /config.h.cmake
parent7201d60871e85525dd47fd555da2fb9c2bc95a71 (diff)
downloadkdbg-49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e.tar.gz
kdbg-49c43d74d820cae7ce5a7291702bbc5ae1b3bf9e.zip
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake45
1 files changed, 45 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..c7e5688
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,45 @@
+#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 if you build with trace outputs */
+#cmakedefine WANT_TRACE_OUTPUT @WANT_TRACE_OUTPUT@
+
+/* Define the GDB_TRANCRIPT log file */
+#cmakedefine GDB_TRANSCRIPT "@GDB_TRANSCRIPT@"
+
+
+/* Defined if you have the <fcntl.h> header */
+#cmakedefine HAVE_FCNTL_H 1
+
+/* Defined if you have the <unistd.h> header */
+#cmakedefine HAVE_UNISTD_H 1
+
+/* Defined if you have the <sys/ioctl.h> header */
+#cmakedefine HAVE_SYS_IOCTL_H 1
+
+/* Defined if you have the <sys/stat.h> header */
+#cmakedefine HAVE_SYS_STAT_H 1
+
+/* Defined if you have the <pty.h> header */
+#cmakedefine HAVE_PTY_H 1
+
+/* Defined if you have the <libutil.h> header */
+#cmakedefine HAVE_LIBUTIL_H 1
+
+/* Defined if you have the <util.h> header */
+#cmakedefine HAVE_UTIL_H 1
+
+
+/* Define the ps command with its defaults arguments */
+#cmakedefine PS_COMMAND "@PS_COMMAND@", "-eo", "pid,ppid,uid,vsz,etime,time,args"
+
+
+/* Defined if you have the "mkfifo" function */
+#cmakedefine HAVE_MKFIFO 1