ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
Revision: 2192
Committed: Wed Apr 13 23:00:31 2005 UTC (19 years, 2 months ago) by chuckv
File size: 1730 byte(s)
Log Message:
Change typo in CGAL.

File Contents

# User Rev Content
1 gezelter 1490 /* 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 1946
14 gezelter 2080 /* Define to 1 if you find the <getopt.h> header file. */
15 gezelter 1946 #undef HAVE_GETOPT_H
16     #undef HAVE_GETOPT_LONG
17 tim 1998
18 gezelter 2080 /* Define to 1 if you find the <unistd.h> header file. */
19 tim 1998 #undef HAVE_UNISTD_H
20 gezelter 2080
21     /* Define to 1 if you find the <sys/pstat.h> header file. */
22 tim 1998 #undef HAVE_SYS_PSTAT_H
23 gezelter 2080
24     /* Define to 1 if you find the <sys/sysmp.h> header file. */
25 tim 1998 #undef HAVE_SYS_SYSMP_H
26 gezelter 2080
27     /* Define to 1 if you find the <sys/sysinfo.h> header file. */
28 tim 1998 #undef HAVE_SYS_SYSINFO_H
29 gezelter 2080
30     /* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */
31 tim 1998 #undef HAVE_MACHINE_HAL_SYSINFO_H
32 gezelter 2080
33     /* Define to 1 if you find the <sys/table.h> header file. */
34 tim 1998 #undef HAVE_SYS_TABLE_H
35 gezelter 2080
36     /* Define to 1 if you find the <sys/param.h> header file. */
37 tim 1998 #undef HAVE_SYS_PARAM_H
38 gezelter 2080
39     /* Define to 1 if you find the <sys/sysctl.h> header file. */
40 tim 1998 #undef HAVE_SYS_SYSCTL_H
41 gezelter 2080
42     /* Define to 1 if you find the <sys/systemcfg.h> header file. */
43 tim 1998 #undef HAVE_SYS_SYSTEMCFG_H
44 gezelter 2080
45 tim 1998 #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 chuckv 2192 #undef HAVE_CGAL
52 gezelter 2024
53 gezelter 2080 /* Define to the path to the ps command on this machine. */
54 gezelter 2026 #undef PSCOMMAND
55 gezelter 2080
56     /* Define to 1 if the ps command understands POSIX-style arguments. */
57 gezelter 2029 #undef PSTYPE_IS_POSIX
58 gezelter 2080
59     /* Define to 1 if the ps command understands BSD-style arguments. */
60 gezelter 2029 #undef PSTYPE_IS_BSD