ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/config.h.in
Revision: 396
Committed: Fri Mar 4 15:28:54 2005 UTC (20 years, 2 months ago) by gezelter
File size: 1713 byte(s)
Log Message:
Cleaning up config.h.in by adding comments

File Contents

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