LHAPDF C++ wrapper  5.4
FortranWrappers.h
1 /* include/LHAPDF/FortranWrappers.h. Generated from FortranWrappers.h.in by configure. */
2 #ifndef LHAPDF_FORTRANWRAPPERS_H
3 #define LHAPDF_FORTRANWRAPPERS_H
4 
5 /* Define to dummy `main' function (if any) required to link to the Fortran
6  libraries. */
7 /* #undef FC_DUMMY_MAIN */
8 
9 /* Define if F77 and FC dummy `main' functions are identical. */
10 /* #undef FC_DUMMY_MAIN_EQ_F77 */
11 
12 /* Define to a macro mangling the given C identifier (in lower and upper
13  case), which must not contain underscores, for linking with Fortran. */
14 #define FC_FUNC(name,NAME) name ## _
15 
16 /* As FC_FUNC, but for C identifiers containing underscores. */
17 #define FC_FUNC_(name,NAME) name ## _
18 
19 #endif