ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
Revision: 2190
Committed: Wed Apr 13 22:30:22 2005 UTC (19 years, 2 months ago) by gezelter
File size: 1730 byte(s)
Log Message:
added CGAL checks

File Contents

# Content
1 /* 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
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