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 2192 by chuckv, Wed Apr 13 23:00:31 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 1 | Line 1
1 + #define OOPSE_VERSION_MAJOR 3
2 + #define OOPSE_VERSION_MINOR 1
3 + #define OOPSE_VERSION_TINY  4
4 +
5 + #undef __func__
6 +
7 + #define MK_STR(s) # s
8 + #define STR_DEFINE(t, s) t = MK_STR(s)
9 +
10   /* Define to a macro mangling the given C identifier (in lower and upper
11   *    case), which must not contain underscores, for linking with Fortran. */
12   #undef F90_FUNC
# Line 15 | Line 24
24   #undef HAVE_GETOPT_H
25   #undef HAVE_GETOPT_LONG
26  
18 /* Define to 1 if you find the <unistd.h> header file. */
19 #undef HAVE_UNISTD_H
20
27   /* Define to 1 if you find the <sys/pstat.h> header file. */
28   #undef HAVE_SYS_PSTAT_H
29  
# Line 58 | Line 64
64  
65   /* Define to 1 if the ps command understands BSD-style arguments. */
66   #undef PSTYPE_IS_BSD
67 +
68 + /* what follows is required for the openbabel directory */
69 +
70 + /* The version of Open Babel */
71 + #define BABEL_VERSION "2.0.0rc1"
72 +
73 + /* Define to 1 if the system has the type `clock_t'. */
74 + #undef HAVE_CLOCK_T
75 +
76 + /* Define to 1 if you have the <conio.h> header file. */
77 + #undef HAVE_CONIO_H
78 +
79 + /* Define to 1 if you have the <ctype.h> header file. */
80 + #undef HAVE_CTYPE_H
81 +
82 + /* Define to 1 if you have the <dlfcn.h> header file. */
83 + #undef HAVE_DLFCN_H
84 +
85 + /* Define to 1 if you have the <fstream> header file. */
86 + #undef HAVE_FSTREAM
87 +
88 + /* Define to 1 if you have the <fstream.h> header file. */
89 + #undef HAVE_FSTREAM_H
90 +
91 + /* Define to 1 if you have the <iconv.h> header file. */
92 + #undef HAVE_ICONV_H
93 +
94 + /* Define to 1 if you have the <inttypes.h> header file. */
95 + #undef HAVE_INTTYPES_H
96 +
97 + /* Define to 1 if you have the <iostream> header file. */
98 + #undef HAVE_IOSTREAM
99 +
100 + /* Define to 1 if you have the <iostream.h> header file. */
101 + #undef HAVE_IOSTREAM_H
102 +
103 + /* Define to 1 if you have the `m' library (-lm). */
104 + #undef HAVE_LIBM
105 +
106 + /* Define to 1 if you have the `z' library (-lz). */
107 + #undef HAVE_LIBZ
108 +
109 + /* Define to 1 if you have the <math.h> header file. */
110 + #undef HAVE_MATH_H
111 +
112 + /* Define to 1 if you have the <memory.h> header file. */
113 + #undef HAVE_MEMORY_H
114 +
115 + /* Define to 1 if you have the `rint' function. */
116 + #undef HAVE_RINT
117 +
118 + /* Define to 1 if you have the `snprintf' function. */
119 + #undef HAVE_SNPRINTF
120 +
121 + /* Define to 1 if you have the `sranddev' function. */
122 + #undef HAVE_SRANDDEV
123 +
124 + /* Define to 1 if you have the `strcasecmp' function. */
125 + #undef HAVE_STRCASECMP
126 +
127 + /* Define to 1 if you have the `strncasecmp' function. */
128 + #undef HAVE_STRNCASECMP
129 +
130 + /* Define to 1 if you have the `stricmp' function. */
131 + #undef HAVE_STRICMP
132 +
133 + /* Define to 1 if you have the `strnicmp' function. */
134 + #undef HAVE_STRNICMP
135 +
136 + /* Define to 1 if you have the <sstream> header file. */
137 + #undef HAVE_SSTREAM
138 +
139 + /* Define to 1 if you have the <stdint.h> header file. */
140 + #undef HAVE_STDINT_H
141 +
142 + /* Define to 1 if you have the <stdio.h> header file. */
143 + #undef HAVE_STDIO_H
144 +
145 + /* Define to 1 if you have the <stdlib.h> header file. */
146 + #undef HAVE_STDLIB_H
147 +
148 + /* Define to 1 if you have the <strings.h> header file. */
149 + #undef HAVE_STRINGS_H
150 +
151 + /* Define to 1 if you have the <string.h> header file. */
152 + #undef HAVE_STRING_H
153 +
154 + /* Define to 1 if you have the `strncasecmp' function. */
155 + #undef HAVE_STRNCASECMP
156 +
157 + /* Define to 1 if you have the <strstream> header file. */
158 + #undef HAVE_STRSTREAM
159 +
160 + /* Define to 1 if you have the <strstream.h> header file. */
161 + #undef HAVE_STRSTREAM_H
162 +
163 + /* Define to 1 if you have the <sys/stat.h> header file. */
164 + #undef HAVE_SYS_STAT_H
165 +
166 + /* Define to 1 if you have the <sys/time.h> header file. */
167 + #undef HAVE_SYS_TIME_H
168 +
169 + /* Define to 1 if you have the <sys/types.h> header file. */
170 + #undef HAVE_SYS_TYPES_H
171 +
172 + /* Define to 1 if you have the <time.h> header file. */
173 + #undef HAVE_TIME_H
174 +
175 + /* Define to 1 if you have the <unistd.h> header file. */
176 + #undef HAVE_UNISTD_H
177 +
178 + /* Define to 1 if you have the <zlib.h> header file. */
179 + #undef HAVE_ZLIB_H
180 +
181 + /* The file extension used for shared modules */
182 + #undef MODULE_EXTENSION
183 +
184 + /* Used to export symbols for DLL / shared library builds */
185 + #undef OBAPI
186 +
187 + /* Define to the address where bug reports for this package should be sent. */
188 + #undef PACKAGE_BUGREPORT
189 +
190 + /* Define to the full name of this package. */
191 + #undef PACKAGE_NAME
192 +
193 + /* Define to the full name and version of this package. */
194 + #undef PACKAGE_STRING
195 +
196 + /* Define to the one symbol short name of this package. */
197 + #undef PACKAGE_TARNAME
198 +
199 + /* Define to the version of this package. */
200 + #undef PACKAGE_VERSION
201 +
202 + /* set if scandir needs a const */
203 + #undef SCANDIR_CONST
204 +
205 + /* set if scandir needs a const */
206 + #undef SCANDIR_T
207 +
208 + /* Define to 1 if you have the ANSI C header files. */
209 + #undef STDC_HEADERS
210 +
211 + /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
212 + #undef TIME_WITH_SYS_TIME
213 +
214 + /* Define to empty if `const' does not conform to ANSI C. */
215 + #undef const
216 +
217 + /* Define to `__inline__' or `__inline' if that's what the C compiler
218 +   calls it, or to nothing if 'inline' is not supported under any name.  */
219 + #ifndef __cplusplus
220 + #undef inline
221 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines