aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
blob: 1188c90e09b26f760b11452cd83ac1410af0a295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#cmakedefine HAVE_CAIRO
#cmakedefine HAVE_CLOCK_GETTIME
#cmakedefine HAVE_CPU_AFFINITY
#cmakedefine HAVE_FFTW
#cmakedefine HAVE_GTK
#cmakedefine HAVE_OPENCL
#cmakedefine HAVE_CL_CL_H
#cmakedefine HAVE_TIFF
#cmakedefine HAVE_XGANDALF
#cmakedefine HAVE_FDIP

/* 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

/* Implement us .... */
#undef HAVE_CURSES
#undef HAVE_CURSES_COLOR
#undef HAVE_SAVE_TO_PNG

#define PACKAGE_VERSION "0.6.3"

#define CRYSTFEL_VERSIONSTRING "+@GIT_SHA1@"

#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."