LHAPDF C++ wrapper  5.4
/build/buildd/lhapdf-5.8.7/include/LHAPDF/FortranWrappers.h
00001 /* include/LHAPDF/FortranWrappers.h.  Generated from FortranWrappers.h.in by configure.  */
00002 #ifndef LHAPDF_FORTRANWRAPPERS_H
00003 #define LHAPDF_FORTRANWRAPPERS_H
00004 
00005 /* Define to dummy `main' function (if any) required to link to the Fortran
00006    libraries. */
00007 /* #undef FC_DUMMY_MAIN */
00008 
00009 /* Define if F77 and FC dummy `main' functions are identical. */
00010 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00011 
00012 /* Define to a macro mangling the given C identifier (in lower and upper
00013    case), which must not contain underscores, for linking with Fortran. */
00014 #define FC_FUNC(name,NAME) name ## _
00015 
00016 /* As FC_FUNC, but for C identifiers containing underscores. */
00017 #define FC_FUNC_(name,NAME) name ## _
00018 
00019 #endif