aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-29 13:03:59 +0200
committerThomas White <taw@physics.org>2018-05-29 13:07:01 +0200
commitaec4f464f1914fa04eef384f6cb5fe84db4d43c8 (patch)
treea088dfefeea08491d74af6ee7817c841ba9e014e /config.h.cmake.in
parent487cb42d6553295deaa5595a913ee9d9dedbb112 (diff)
Move libcrystfel-specific dependencies to libcrystfel folder
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in22
1 files changed, 5 insertions, 17 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index 2db30860..24b2ab86 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -1,24 +1,12 @@
-#cmakedefine HAVE_CAIRO
-#cmakedefine HAVE_CLOCK_GETTIME
-#cmakedefine HAVE_CPU_AFFINITY
-#cmakedefine HAVE_FFTW
+/* config.h for CrystFEL main programs */
+
#cmakedefine HAVE_GTK
#cmakedefine HAVE_GDKPIXBUF
#cmakedefine HAVE_GDK
-#cmakedefine HAVE_OPENCL
-#cmakedefine HAVE_CL_CL_H
#cmakedefine HAVE_TIFF
-#cmakedefine HAVE_XGANDALF
-#cmakedefine HAVE_FDIP
-#cmakedefine HAVE_CURSES
-
-/* We avoid adding the full path to cbf.h, because CBFlib unhelpfully installs
- * some conflicting HDF5 headers which we want to keep out of the include path.
- * Unfortunately, sometimes CBFlib installs cbf/cbf.h, other times cbflib/cbf.h.
- * These defines tell whether we have CBFlib at all, and if so, what to #include */
-#cmakedefine HAVE_CBFLIB
-#cmakedefine HAVE_CBF_CBF_H
-#cmakedefine HAVE_CBFLIB_CBF_H
+#cmakedefine HAVE_CAIRO
+#cmakedefine HAVE_OPENCL
+#cmakedefine HAVE_CLOCK_GETTIME
#define PACKAGE_VERSION "${PROJECT_VERSION}"