diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/config.h.cmake b/config.h.cmake index 77d61a45..e71caae8 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,22 +1,7 @@ -/* config.h. Generated by cmake from config.h.cmake */ +#define VERSION "@VERSION@" +#cmakedefine QT_DOCDIR "@QT_DOCDIR@" +#cmakedefine KDELIBS_DOXYDIR "@KDELIBS_DOXYDIR@" +#cmakedefine MAKE_COMMAND "@MAKE_COMMAND@" - -#define QT_DOCDIR ${CONFIG_QT_DOCDIR} - -#define KDELIBS_DOXYDIR ${CONFIG_KDELIBS_DOXYDIR} - -#define MAKE_COMMAND "gmake" - -/* Version number of package */ -#define VERSION "3.2.0" - -/* Define if you have libz */ -#define HAVE_LIBZ ${HAVE_LIBZ} - -/* Define if you have libpng */ -#define HAVE_LIBPNG ${HAVE_LIBPNG} - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#define HAVE_DLFCN_H ${HAVE_DLFCN_H} - -////////////////////////////// +#cmakedefine HAVE_SYS_STROPTS_H 1 +#cmakedefine HAVE_MKFIFO 1 |