aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/config.h.cmake.in
blob: 61f458f8a4e78eee867aeafaa2f619e33cdf4dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* config.h for libcrystfel */

#cmakedefine HAVE_CLOCK_GETTIME
#cmakedefine HAVE_CPU_AFFINITY
#cmakedefine HAVE_FFTW
#cmakedefine HAVE_XGANDALF
#cmakedefine HAVE_FDIP
#cmakedefine HAVE_CURSES

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

#cmakedefine HAVE_FORKPTY_PTY_H
#cmakedefine HAVE_FORKPTY_UTIL_H

#define CRYSTFEL_VERSIONSTRING "${CRYSTFEL_VERSION}"