aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-11 17:14:05 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commitbaa140938c9915842a526473d5bbde81cbcaae23 (patch)
tree3ea7ed7ebd2f020803bf140bd65b7efc7c3f10a7 /config.h.in
parent4f8360cd0980f4bafadafc0ddf3f120f10813856 (diff)
Initial Meson conversion
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 00000000..c1cd0ecb
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,23 @@
+/* config.h for CrystFEL main programs */
+
+#mesondefine HAVE_GTK
+#mesondefine HAVE_GDKPIXBUF
+#mesondefine HAVE_GDK
+#mesondefine HAVE_TIFF
+#mesondefine HAVE_CAIRO
+#mesondefine HAVE_OPENCL
+#mesondefine HAVE_CL_CL_H
+#mesondefine HAVE_CLOCK_GETTIME
+#mesondefine HAVE_MSGPACK
+#mesondefine HAVE_ZMQ
+#mesondefine HAVE_FFTW
+
+#define PACKAGE_VERSION "@CRYSTFEL_VERSION@"
+
+#define CRYSTFEL_VERSIONSTRING "@CRYSTFEL_VERSION@"
+
+#define CRYSTFEL_BOILERPLATE "License GPLv3+: GNU GPL version 3 or later"\
+ " <http://gnu.org/licenses/gpl.html>.\n"\
+ "This is free software: you are free to change and redistribute it.\n"\
+ "There is NO WARRANTY, to the extent permitted by law.\n\n"\
+ "Written by Thomas White and others."