LAL  7.5.0.1-08ee4f4
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.5.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 5
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 /* Define if using qthread library */
33 /* #undef LAL_QTHREAD */
34 
35 /* Disable LAL memory functions */
36 /* #undef LAL_MEMORY_FUNCTIONS_DISABLED */
37 
38 /* Use pthread mutex lock for threadsafety */
39 #define LAL_PTHREAD_LOCK 1
40 
41 #endif /* LAL_VERSION */