]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
{f77-name-mangling} (F77_FUNC): Add.
authorMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 12:49:08 +0000 (12:49 +0000)
committerMatthew D. Langston <langston@SLAC.Stanford.EDU>
Wed, 2 Jun 1999 12:49:08 +0000 (12:49 +0000)
(F77_FUNC_): Likewise.

acconfig.h

index ea6988fd39c3b5b4419ef6afadba0086350b884e..02ecfc2e6b8c2374fe2639c793e5a10b5ebebbd6 100644 (file)
 /* Define if you have <dirent.h>.  */
 #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