ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
(Generate patch)

Comparing trunk/OOPSE-4/src/config.h.in (file contents):
Revision 1946 by gezelter, Fri Jan 14 20:09:26 2005 UTC vs.
Revision 2190 by gezelter, Wed Apr 13 22:30:22 2005 UTC

# Line 11 | Line 11
11   /* Define to 1 if you find the <mpif.h> header file. */
12   #undef HAVE_MPIF_H
13  
14 + /* Define to 1 if you find the <getopt.h> header file. */
15   #undef HAVE_GETOPT_H
16   #undef HAVE_GETOPT_LONG
17 +
18 + /* Define to 1 if you find the <unistd.h> header file. */
19 + #undef HAVE_UNISTD_H
20 +
21 + /* Define to 1 if you find the <sys/pstat.h> header file. */
22 + #undef HAVE_SYS_PSTAT_H
23 +
24 + /* Define to 1 if you find the <sys/sysmp.h> header file. */
25 + #undef HAVE_SYS_SYSMP_H
26 +
27 + /* Define to 1 if you find the <sys/sysinfo.h> header file. */
28 + #undef HAVE_SYS_SYSINFO_H
29 +
30 + /* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */
31 + #undef HAVE_MACHINE_HAL_SYSINFO_H
32 +
33 + /* Define to 1 if you find the <sys/table.h> header file. */
34 + #undef HAVE_SYS_TABLE_H
35 +
36 + /* Define to 1 if you find the <sys/param.h> header file. */
37 + #undef HAVE_SYS_PARAM_H
38 +
39 + /* Define to 1 if you find the <sys/sysctl.h> header file. */
40 + #undef HAVE_SYS_SYSCTL_H
41 +
42 + /* Define to 1 if you find the <sys/systemcfg.h> header file. */
43 + #undef HAVE_SYS_SYSTEMCFG_H
44 +
45 + #undef HAVE_PSTAT_GETSTATIC
46 + #undef HAVE_SYSMP
47 + #undef HAVE_GETSYSINFO
48 + #undef HAVE_SYSCTL
49 + #undef HAVE__SYSTEM_CONFIGURATION
50 + #undef HAVE_TABLE
51 + #undef HAVE_GCAL
52 +
53 + /* Define to the path to the ps command on this machine. */
54 + #undef PSCOMMAND
55 +
56 + /* Define to 1 if the ps command understands POSIX-style arguments. */
57 + #undef PSTYPE_IS_POSIX
58 +
59 + /* Define to 1 if the ps command understands BSD-style arguments. */
60 + #undef PSTYPE_IS_BSD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines