aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-21 11:36:45 +0100
committerThomas White <taw@physics.org>2018-03-21 11:36:45 +0100
commitf686ee8e039b6145b12bff3420d02784e95d2621 (patch)
treefa1cb0da9d51c6ac7e1cc386b4fd88414d3276a7 /config.h.cmake.in
parentd3983855ebe3d6718e8cdc6a71e79a1c4ee3fc65 (diff)
Clean up config.h.cmake.in
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in53
1 files changed, 5 insertions, 48 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index e56aeab6..cf124972 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -1,63 +1,20 @@
-/* config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to 1 if Cairo is available */
#cmakedefine HAVE_CAIRO
-
-/* Define to 1 if clock_gettime is available. */
#cmakedefine HAVE_CLOCK_GETTIME
-
-/* Define to 1 if sched_setaffinity is available. */
-#undef HAVE_CPU_AFFINITY
-
-/* Define to 1 if a SysV or X/Open compatible Curses library is present */
-#undef HAVE_CURSES
-
-/* Define to 1 if library supports color (enhanced functions) */
-#undef HAVE_CURSES_COLOR
-
-/* Define to 1 if FFTW is available */
+#cmakedefine HAVE_CPU_AFFINITY
#cmakedefine HAVE_FFTW
-
-/* Define to 1 if GTK and GDK are available */
#cmakedefine HAVE_GTK
-
-/* Define to 1 if OpenCL is available */
#cmakedefine HAVE_OPENCL
-
-/* Define to 1 if CL/cl.h should be used */
#cmakedefine HAVE_CL_CL_H
-
-/* Define to 1 if libTIFF is available */
#cmakedefine HAVE_TIFF
-
-/* Define to 1 if libxgandalf is available */
#cmakedefine HAVE_XGANDALF
-
-/* Define to 1 if libfastDiffractionImageProcessing is available */
#cmakedefine HAVE_FDIP
-
-/* Define to 1 if libcbf is available */
#cmakedefine HAVE_CBFLIB
-/* Name of package */
-#define PACKAGE "crystfel"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "taw@physics.org"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "crystfel"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "crystfel 0.6.2"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "crystfel"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL ""
+/* Implement us .... */
+#undef HAVE_CURSES
+#undef HAVE_CURSES_COLOR
+#undef HAVE_SAVE_TO_PNG
-/* Define to the version of this package. */
#define PACKAGE_VERSION "0.6.3"
#define CRYSTFEL_VERSIONSTRING "+@GIT_SHA1@"