aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-22 11:26:35 +0100
committerThomas White <taw@physics.org>2018-03-22 15:05:03 +0100
commitfba58042c236d8ceec09c7310583797401eda0ab (patch)
tree3b287cd00501d915524b76b13e46787f1fd35cff /config.h.cmake.in
parent2d71de8b4d932bb71906b7437334c0f189e139b5 (diff)
Test for Curses
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index 5cf46cdd..d30e2485 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -10,6 +10,7 @@
#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.
@@ -19,10 +20,6 @@
#cmakedefine HAVE_CBF_CBF_H
#cmakedefine HAVE_CBFLIB_CBF_H
-/* Implement us .... */
-#undef HAVE_CURSES
-#undef HAVE_CURSES_COLOR
-
#define PACKAGE_VERSION "0.6.3"
#define CRYSTFEL_VERSIONSTRING "+@GIT_SHA1@"