diff options
author | Thomas White <taw@physics.org> | 2020-07-27 14:44:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | bb099d6c25a2868907b093053bd5205ac7bc8b94 (patch) | |
tree | a6704d9bcbf82ea58d2083c6977c58cd49ac76bf /libcrystfel/config.h.in | |
parent | baa140938c9915842a526473d5bbde81cbcaae23 (diff) |
Update Meson build files for dtempl branch
Diffstat (limited to 'libcrystfel/config.h.in')
-rw-r--r-- | libcrystfel/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcrystfel/config.h.in b/libcrystfel/config.h.in new file mode 100644 index 00000000..364f7060 --- /dev/null +++ b/libcrystfel/config.h.in @@ -0,0 +1,12 @@ +/* config.h for libcrystfel */ + +#mesondefine HAVE_FFTW +#mesondefine HAVE_XGANDALF +#mesondefine HAVE_PINKINDEXER +#mesondefine HAVE_FDIP +#mesondefine HAVE_CURSES + +#mesondefine HAVE_FORKPTY_PTY_H +#mesondefine HAVE_FORKPTY_UTIL_H + +#define CRYSTFEL_VERSIONSTRING "${CRYSTFEL_VERSION}" |