Revision: | 262 |
Committed: | Fri Jan 14 20:09:26 2005 UTC (20 years, 3 months ago) by gezelter |
Original Path: | trunk/src/config.h.in |
File size: | 446 byte(s) |
Log Message: | fixing for gnugetopt |
# | User | Rev | Content |
---|---|---|---|
1 | gezelter | 2 | /* Define to a macro mangling the given C identifier (in lower and upper |
2 | * case), which must not contain underscores, for linking with Fortran. */ | ||
3 | #undef F90_FUNC | ||
4 | |||
5 | /* As F90_FUNC, but for C identifiers containing underscores. */ | ||
6 | #undef F90_FUNC_ | ||
7 | |||
8 | /* Define to 1 if you find the <mpi.h> header file. */ | ||
9 | #undef HAVE_MPI_H | ||
10 | |||
11 | /* Define to 1 if you find the <mpif.h> header file. */ | ||
12 | #undef HAVE_MPIF_H | ||
13 | gezelter | 262 | |
14 | #undef HAVE_GETOPT_H | ||
15 | #undef HAVE_GETOPT_LONG |