From 922d3cdd719e00dc2f8e3f697a922e6926b4e9bc Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 15 Mar 2019 10:58:02 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e) --- config.h.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.h.cmake (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..8416c73 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,14 @@ +#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@ + +/* Path for the config system */ +#cmakedefine KDE_CONFDIR "@KDE_CONFDIR@" + +/* Available shells */ +#cmakedefine AVAILABLE_SHELLS "@AVAILABLE_SHELLS@" -- cgit v1.2.1