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