Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALConfig.h
Go to the documentation of this file.
1/* lib/LALConfig.h. Generated from LALConfig.h.in by configure. */
2/* only include this file if LAL's config.h has not been included */
3#ifndef LAL_VERSION
4
5/* LAL Version */
6#define LAL_VERSION "7.7.0.1"
7
8/* LAL Version Major Number */
9#define LAL_VERSION_MAJOR 7
10
11/* LAL Version Minor Number */
12#define LAL_VERSION_MINOR 7
13
14/* LAL Version Micro Number */
15#define LAL_VERSION_MICRO 0
16
17/* LAL Version Devel Number */
18#define LAL_VERSION_DEVEL 1
19
20/* Define if using CUDA library */
21/* #undef LAL_CUDA_ENABLED */
22
23/* Define if using fftw3 library */
24#define LAL_FFTW3_ENABLED 1
25
26/* Define if using HDF5 library */
27#define LAL_HDF5_ENABLED 1
28
29/* Define if using fftw3 aligned memory optimizations */
30/* #undef LAL_FFTW3_MEMALIGN_ENABLED */
31
32/* Disable LAL memory functions */
33/* #undef LAL_MEMORY_FUNCTIONS_DISABLED */
34
35/* Use pthread mutex lock for threadsafety */
36#define LAL_PTHREAD_LOCK 1
37
38#endif /* LAL_VERSION */