From: Matthew D. Langston Date: Wed, 2 Jun 1999 12:49:08 +0000 (+0000) Subject: {f77-name-mangling} (F77_FUNC): Add. X-Git-Tag: exp-1999-06-18~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1d65c1278105126377ffc026bc991cd5df4998;p=thirdparty%2Fautoconf.git {f77-name-mangling} (F77_FUNC): Add. (F77_FUNC_): Likewise. --- diff --git a/acconfig.h b/acconfig.h index ea6988fd..02ecfc2e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -45,6 +45,21 @@ /* Define if you have . */ #undef DIRENT +/* + * Define to a macro that performs the appropriate name mangling on its + * argument to make the C identifier, which *does not* contain + * underscores, match the name mangling scheme of the Fortran 77 + * compiler. + */ +#undef F77_FUNC + +/* + * Define to a macro that performs the appropriate name mangling on its + * argument to make the C identifier, which *does* contain underscores, + * match the name mangling scheme of the Fortran 77 compiler. + */ +#undef F77_FUNC_ + /* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */ #undef GETGROUPS_T