From baa140938c9915842a526473d5bbde81cbcaae23 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 11 Sep 2019 17:14:05 +0200 Subject: Initial Meson conversion --- config.h.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config.h.in (limited to 'config.h.in') 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"\ + " .\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." -- cgit v1.2.3