blob: a218026c46297941ca40d69d7042eb1c48a0f47c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* config.h for CrystFEL main programs */
#cmakedefine HAVE_GTK
#cmakedefine HAVE_GDKPIXBUF
#cmakedefine HAVE_GDK
#cmakedefine HAVE_TIFF
#cmakedefine HAVE_CAIRO
#cmakedefine HAVE_OPENCL
#cmakedefine HAVE_CLOCK_GETTIME
#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."
|