-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.h.cmake
64 lines (43 loc) · 1.66 KB
/
config.h.cmake
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
#ifndef _PNL_CONFIG_H
#define _PNL_CONFIG_H
/* config.h.in. Generated from cmake */
/* Define if a Fortran is detected */
#cmakedefine PNL_HAVE_FORTRAN_COMPILER
/* Define to dummy 'main' function (if any) required to link to the Fortran
libraries. */
#cmakedefine F77_DUMMY_MAIN
/* Define to 1 if you have the 'exp10' function. */
#cmakedefine PNL_HAVE_EXP10
/* Define to 1 if you have the 'finite' function. */
#cmakedefine PNL_HAVE_FINITE
/* Define if you have inline */
#cmakedefine PNL_HAVE_INLINE
/* Define keyword for declaring inline functions */
#define PNL_INLINE_DECL @PNL_INLINE_DECL@
/* Define keyword for defining inline functions */
#define PNL_INLINE_FUNC @PNL_INLINE_FUNC@
/* Define to 1 if you have the 'isfinite' function. */
#cmakedefine PNL_HAVE_ISFINITE
/* Define to 1 if you have the 'isinf' function. */
#cmakedefine PNL_HAVE_ISINF
/* Define to 1 if you have the 'isnan' function. */
#cmakedefine PNL_HAVE_ISNAN
/* Define to 1 if you have the 'lgamma' function. */
#cmakedefine PNL_HAVE_LGAMMA
/* Define to 1 if you have the 'tgamma' function. */
#cmakedefine PNL_HAVE_TGAMMA
/* Define to 1 if you have the 'trunc' function. */
#cmakedefine PNL_HAVE_TRUNC
/* Define to 1 if you have the 'round' function. */
#cmakedefine PNL_HAVE_ROUND
/* Define to 1 if you have 'dpstrf' function */
#cmakedefine PNL_HAVE_DPSTRF
/* turn off range checking by default internally */
#cmakedefine PNL_RANGE_CHECK_OFF
/* Define to 1 if you use internal Blas */
#cmakedefine USE_INTERNAL_BLAS
/* Define to 1 not to build deprecated functions */
#cmakedefine WITHOUT_DEPRECATED
/* Define to 1 if we build a dll for pnl */
#cmakedefine PNL_DLL
#endif /* _PNL_CONFIG_H */