Belle II Software  release-06-01-15
config.h
1 
2 /* Define to a macro mangling the given C identifier (in lower and upper
3  case), which must not contain underscores, for linking with Fortran. */
4 #define F77_FUNC(name,NAME) name ## _
5 
6 /* As F77_FUNC, but for C identifiers containing underscores. */
7 #define F77_FUNC_(name,NAME) name ## _
8 
9 /* Define to 1 if you have the <qcdloop1.h> header file. */
10 /* #undef HAVE_QCDLOOP1_H */
11 
12 /* "enable cache for 5 and 6-point coefficients" */
13 #define USE_CACHE_HIGH "1"
14 
15 /* "enable cache for 2- */
16 /* #undef USE_CACHE_LOW */
17 
18 /* "Use g77 and ifort calling conventions for complex return values" */
19 #define USE_F2C "1"
20 
21 /* "build golem95-like interface" */
22 /* #undef USE_GOLEM_MODE */
23 
24 /* use libavh_olo for scalar integrals */
25 /* #undef USE_ONELOOP */
26 
27 /* use libqcdloop for scalar integrals */
28 #define USE_QCDLOOP "1"
29