ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/config.h.cmake
(Generate patch)

Comparing branches/development/src/config.h.cmake (file contents):
Revision 1496 by chuckv, Wed Sep 8 20:42:24 2010 UTC vs.
Revision 1629 by gezelter, Wed Sep 14 21:15:17 2011 UTC

# Line 1 | Line 1
1   /* config.h.  Generated from config.h.cmake by cmake  */
2  
3
3   #define OPENMD_VERSION_MAJOR "${VERSION_MAJOR}"
4   #define OPENMD_VERSION_MINOR "${VERSION_MINOR}"
5   #define OPENMD_VERSION_TINY  "${VERSION_TINY}"
6  
7   #define MK_STR(s) # s
8   #define STR_DEFINE(t, s) t = MK_STR(s)
10 /* The file extension used for shared modules */
11 #undef MODULE_EXTENSION
9  
13
14 #include "config_f.h"
15 #define FC_FUNC FC_GLOBAL
16 #define FC_FUNC_ FC_GLOBAL_
17
10   /* Is defined if OpenMD should be compiled with single precision arithmetic. */
11   #cmakedefine SINGLE_PRECISION
12  
21 /* Define to dummy `main' function (if any) required to link to the Fortran
22   libraries. */
23 #cmakedefine FC_DUMMY_MAIN
24
25 /* Define if F77 and FC dummy `main' functions are identical. */
26 #cmakedefine FC_DUMMY_MAIN_EQ_F77
27
28 /* Define to a macro mangling the given C identifier (in lower and upper
29   case), which must not contain underscores, for linking with Fortran. */
30 #cmakedefine FC_FUNC
31
32 /* As FC_FUNC, but for C identifiers containing underscores. */
33 #cmakedefine FC_FUNC_
34
35 /* define if fstream::open() accepts third parameter. */
36 #cmakedefine FSTREAM_OPEN_PROT
37
13   /* Is defined if the qhull library is available. */
14   #cmakedefine HAVE_QHULL
15  
41 /* Define to 1 if the system has the type `clock_t'. */
42 #cmakedefine HAVE_CLOCK_T 1
43
44 /* Define to 1 if you have the <cmath> header file. */
45 #cmakedefine HAVE_CMATH 1
46
16   /* Define to 1 if you have the <conio.h> header file. */
17   #cmakedefine HAVE_CONIO_H 1
18  
50 /* Define to 1 if you have the <ctype.h> header file. */
51 #cmakedefine HAVE_CTYPE_H 1
52
53 /* Define to 1 if you have the <dlfcn.h> header file. */
54 #cmakedefine HAVE_DLFCN_H 1
55
19   /* define if fftw3.h exists */
20   #cmakedefine HAVE_FFTW3_H
21  
# Line 62 | Line 25
25   /* define if dfftw.h exists */
26   #cmakedefine HAVE_DFFTW_H
27  
65
66
67 /* Define to 1 if you have the `getsysinfo' function. */
68 #cmakedefine HAVE_GETSYSINFO 1
69
70 /* Define to 1 if you have the <libintl.h> header file. */
71 #cmakedefine HAVE_LIBINTL_H 1
72
28   /* Define to 1 if you have the `z' library (-lz). */
29   #cmakedefine HAVE_LIBZ 1
30  
76 /* Define to 1 if you have the <limits.h> header file. */
77 #cmakedefine HAVE_LIMITS_H 1
78
79 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
80 #cmakedefine HAVE_MACHINE_HAL_SYSINFO_H 1
81
82
83
84 /* Define to 1 if you have the `pstat_getdynamic' function. */
85 #cmakedefine HAVE_PSTAT_GETDYNAMIC 1
86
87 /* Define to 1 if you have the `pstat_getstatic' function. */
88 #cmakedefine HAVE_PSTAT_GETSTATIC 1
89
90
31   /* Define to 1 if you have the `strcasecmp' function. */
32   #cmakedefine HAVE_STRCASECMP 1
33  
94
34   /* Define to 1 if you have the `stricmp' function. */
35   #cmakedefine HAVE_STRICMP 1
36  
98
99 /* Define to 1 if you have the <string.h> header file. */
100 #cmakedefine HAVE_STRING_H 1
101
102 /* Define to 1 if you have the `sysmp' function. */
103 #cmakedefine HAVE_SYSMP 1
104
105 /* Define to 1 if you have the <sys/param.h> header file. */
106 #cmakedefine HAVE_SYS_PARAM_H 1
107
108 /* Define to 1 if you have the <sys/pstat.h> header file. */
109 #cmakedefine HAVE_SYS_PSTAT_H 1
110
111 /* Define to 1 if you have the <sys/select.h> header file. */
112 #cmakedefine HAVE_SYS_SELECT_H 1
113
114 /* Define to 1 if you have the <sys/socket.h> header file. */
115 #cmakedefine HAVE_SYS_SOCKET_H 1
116
117 /* Define to 1 if you have the <sys/stat.h> header file. */
118 #cmakedefine HAVE_SYS_STAT_H 1
119
120 /* Define to 1 if you have the <sys/sysctl.h> header file. */
121 #cmakedefine HAVE_SYS_SYSCTL_H 1
122
123 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
124 #cmakedefine HAVE_SYS_SYSINFO_H 1
125
126 /* Define to 1 if you have the <sys/sysmp.h> header file. */
127 #cmakedefine HAVE_SYS_SYSMP_H 1
128
129 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
130 #cmakedefine HAVE_SYS_SYSTEMCFG_H 1
131
132 /* Define to 1 if you have the <sys/table.h> header file. */
133 #cmakedefine HAVE_SYS_TABLE_H 1
134
135 /* Define to 1 if you have the `table' function. */
136 #cmakedefine HAVE_TABLE 1
137
138
139 /* Define if you have the _system_configuration variable. */
140 #cmakedefine HAVE__SYSTEM_CONFIGURATION
141
37   /* Define to the one symbol short name of this package. */
38   #cmakedefine PACKAGE_TARNAME
39  
40   /* Define to the version of this package. */
41   #cmakedefine PACKAGE_VERSION
42  
148 /* Path to ps program */
149 #cmakedefine PSCOMMAND
150
151 /* ps uses BSD-style arguments */
152 #define PSTYPE_IS_BSD
153
154
155 /* Define to the type of arg 1 for `select'. */
156 #cmakedefine SELECT_TYPE_ARG1
157
158 /* Define to the type of args 2, 3 and 4 for `select'. */
159 #cmakedefine SELECT_TYPE_ARG234
160
161 /* Define to the type of arg 5 for `select'. */
162 #cmakedefine SELECT_TYPE_ARG5
163
164 /* Define to 1 if you have the ANSI C header files. */
165 #cmakedefine STDC_HEADERS
166
167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
168 #cmakedefine TIME_WITH_SYS_TIME
169
43   /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
44   #cmakedefine __USE_STD_IOSTREAM
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines