1 |
gezelter |
509 |
#define OOPSE_VERSION_MAJOR 2 |
2 |
|
|
#define OOPSE_VERSION_MINOR 0 |
3 |
|
|
#define OOPSE_VERSION_TINY 0 |
4 |
|
|
|
5 |
gezelter |
2 |
/* Define to a macro mangling the given C identifier (in lower and upper |
6 |
|
|
* case), which must not contain underscores, for linking with Fortran. */ |
7 |
|
|
#undef F90_FUNC |
8 |
|
|
|
9 |
|
|
/* As F90_FUNC, but for C identifiers containing underscores. */ |
10 |
|
|
#undef F90_FUNC_ |
11 |
|
|
|
12 |
|
|
/* Define to 1 if you find the <mpi.h> header file. */ |
13 |
|
|
#undef HAVE_MPI_H |
14 |
|
|
|
15 |
|
|
/* Define to 1 if you find the <mpif.h> header file. */ |
16 |
|
|
#undef HAVE_MPIF_H |
17 |
gezelter |
262 |
|
18 |
gezelter |
396 |
/* Define to 1 if you find the <getopt.h> header file. */ |
19 |
gezelter |
262 |
#undef HAVE_GETOPT_H |
20 |
|
|
#undef HAVE_GETOPT_LONG |
21 |
tim |
314 |
|
22 |
gezelter |
616 |
/* Define to 1 if you find the <zlib.h> header file. */ |
23 |
|
|
#undef HAVE_LIBZ |
24 |
|
|
|
25 |
gezelter |
396 |
/* Define to 1 if you find the <unistd.h> header file. */ |
26 |
tim |
314 |
#undef HAVE_UNISTD_H |
27 |
gezelter |
396 |
|
28 |
|
|
/* Define to 1 if you find the <sys/pstat.h> header file. */ |
29 |
tim |
314 |
#undef HAVE_SYS_PSTAT_H |
30 |
gezelter |
396 |
|
31 |
|
|
/* Define to 1 if you find the <sys/sysmp.h> header file. */ |
32 |
tim |
314 |
#undef HAVE_SYS_SYSMP_H |
33 |
gezelter |
396 |
|
34 |
|
|
/* Define to 1 if you find the <sys/sysinfo.h> header file. */ |
35 |
tim |
314 |
#undef HAVE_SYS_SYSINFO_H |
36 |
gezelter |
396 |
|
37 |
|
|
/* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */ |
38 |
tim |
314 |
#undef HAVE_MACHINE_HAL_SYSINFO_H |
39 |
gezelter |
396 |
|
40 |
|
|
/* Define to 1 if you find the <sys/table.h> header file. */ |
41 |
tim |
314 |
#undef HAVE_SYS_TABLE_H |
42 |
gezelter |
396 |
|
43 |
|
|
/* Define to 1 if you find the <sys/param.h> header file. */ |
44 |
tim |
314 |
#undef HAVE_SYS_PARAM_H |
45 |
gezelter |
396 |
|
46 |
|
|
/* Define to 1 if you find the <sys/sysctl.h> header file. */ |
47 |
tim |
314 |
#undef HAVE_SYS_SYSCTL_H |
48 |
gezelter |
396 |
|
49 |
|
|
/* Define to 1 if you find the <sys/systemcfg.h> header file. */ |
50 |
tim |
314 |
#undef HAVE_SYS_SYSTEMCFG_H |
51 |
gezelter |
396 |
|
52 |
tim |
314 |
#undef HAVE_PSTAT_GETSTATIC |
53 |
|
|
#undef HAVE_SYSMP |
54 |
|
|
#undef HAVE_GETSYSINFO |
55 |
|
|
#undef HAVE_SYSCTL |
56 |
|
|
#undef HAVE__SYSTEM_CONFIGURATION |
57 |
|
|
#undef HAVE_TABLE |
58 |
chuckv |
495 |
#undef HAVE_CGAL |
59 |
gezelter |
340 |
|
60 |
gezelter |
396 |
/* Define to the path to the ps command on this machine. */ |
61 |
gezelter |
342 |
#undef PSCOMMAND |
62 |
gezelter |
396 |
|
63 |
|
|
/* Define to 1 if the ps command understands POSIX-style arguments. */ |
64 |
gezelter |
345 |
#undef PSTYPE_IS_POSIX |
65 |
gezelter |
396 |
|
66 |
|
|
/* Define to 1 if the ps command understands BSD-style arguments. */ |
67 |
gezelter |
345 |
#undef PSTYPE_IS_BSD |