blob: e56aeab69488ee366265a6fd0fdb810f77fcb2c8 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
/* 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_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 ""
/* Define to the version of this package. */
#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."
|