ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
Revision: 2206
Committed: Fri Apr 15 22:22:30 2005 UTC (19 years, 2 months ago) by gezelter
File size: 1821 byte(s)
Log Message:
Version string in banner (and version numbers in config.h)

File Contents

# Content
1 #define OOPSE_VERSION_MAJOR 2
2 #define OOPSE_VERSION_MINOR 0
3 #define OOPSE_VERSION_TINY 0
4
5 /* 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
18 /* Define to 1 if you find the <getopt.h> header file. */
19 #undef HAVE_GETOPT_H
20 #undef HAVE_GETOPT_LONG
21
22 /* Define to 1 if you find the <unistd.h> header file. */
23 #undef HAVE_UNISTD_H
24
25 /* Define to 1 if you find the <sys/pstat.h> header file. */
26 #undef HAVE_SYS_PSTAT_H
27
28 /* Define to 1 if you find the <sys/sysmp.h> header file. */
29 #undef HAVE_SYS_SYSMP_H
30
31 /* Define to 1 if you find the <sys/sysinfo.h> header file. */
32 #undef HAVE_SYS_SYSINFO_H
33
34 /* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */
35 #undef HAVE_MACHINE_HAL_SYSINFO_H
36
37 /* Define to 1 if you find the <sys/table.h> header file. */
38 #undef HAVE_SYS_TABLE_H
39
40 /* Define to 1 if you find the <sys/param.h> header file. */
41 #undef HAVE_SYS_PARAM_H
42
43 /* Define to 1 if you find the <sys/sysctl.h> header file. */
44 #undef HAVE_SYS_SYSCTL_H
45
46 /* Define to 1 if you find the <sys/systemcfg.h> header file. */
47 #undef HAVE_SYS_SYSTEMCFG_H
48
49 #undef HAVE_PSTAT_GETSTATIC
50 #undef HAVE_SYSMP
51 #undef HAVE_GETSYSINFO
52 #undef HAVE_SYSCTL
53 #undef HAVE__SYSTEM_CONFIGURATION
54 #undef HAVE_TABLE
55 #undef HAVE_CGAL
56
57 /* Define to the path to the ps command on this machine. */
58 #undef PSCOMMAND
59
60 /* Define to 1 if the ps command understands POSIX-style arguments. */
61 #undef PSTYPE_IS_POSIX
62
63 /* Define to 1 if the ps command understands BSD-style arguments. */
64 #undef PSTYPE_IS_BSD