ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/openbabel/config.h.in
Revision: 741
Committed: Wed Nov 16 19:42:11 2005 UTC (19 years, 8 months ago) by tim
File size: 3824 byte(s)
Log Message:
adding openbabel

File Contents

# Content
1 /* src/config.h.in. Generated from configure.in by autoheader. */
2
3 /* Where the data files are located */
4 #undef BABEL_DATADIR
5
6 /* The version of Open Babel */
7 #undef BABEL_VERSION
8
9 /* Define to 1 if the system has the type `clock_t'. */
10 #undef HAVE_CLOCK_T
11
12 /* Define to 1 if you have the <conio.h> header file. */
13 #undef HAVE_CONIO_H
14
15 /* Define to 1 if you have the <ctype.h> header file. */
16 #undef HAVE_CTYPE_H
17
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 #undef HAVE_DLFCN_H
20
21 /* Define to 1 if you have the <fstream> header file. */
22 #undef HAVE_FSTREAM
23
24 /* Define to 1 if you have the <fstream.h> header file. */
25 #undef HAVE_FSTREAM_H
26
27 /* Define to 1 if you have the <iconv.h> header file. */
28 #undef HAVE_ICONV_H
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define to 1 if you have the <iostream> header file. */
34 #undef HAVE_IOSTREAM
35
36 /* Define to 1 if you have the <iostream.h> header file. */
37 #undef HAVE_IOSTREAM_H
38
39 /* Define to 1 if you have the `m' library (-lm). */
40 #undef HAVE_LIBM
41
42 /* Define to 1 if you have the `z' library (-lz). */
43 #undef HAVE_LIBZ
44
45 /* Define to 1 if you have the <math.h> header file. */
46 #undef HAVE_MATH_H
47
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
50
51 /* Define to 1 if you have the `rint' function. */
52 #undef HAVE_RINT
53
54 /* Define to 1 if you have the `snprintf' function. */
55 #undef HAVE_SNPRINTF
56
57 /* Define to 1 if you have the `sranddev' function. */
58 #undef HAVE_SRANDDEV
59
60 /* Define to 1 if you have the <sstream> header file. */
61 #undef HAVE_SSTREAM
62
63 /* Define to 1 if you have the <stdint.h> header file. */
64 #undef HAVE_STDINT_H
65
66 /* Define to 1 if you have the <stdio.h> header file. */
67 #undef HAVE_STDIO_H
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #undef HAVE_STDLIB_H
71
72 /* Define to 1 if you have the <strings.h> header file. */
73 #undef HAVE_STRINGS_H
74
75 /* Define to 1 if you have the <string.h> header file. */
76 #undef HAVE_STRING_H
77
78 /* Define to 1 if you have the `strncasecmp' function. */
79 #undef HAVE_STRNCASECMP
80
81 /* Define to 1 if you have the <strstream> header file. */
82 #undef HAVE_STRSTREAM
83
84 /* Define to 1 if you have the <strstream.h> header file. */
85 #undef HAVE_STRSTREAM_H
86
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #undef HAVE_SYS_STAT_H
89
90 /* Define to 1 if you have the <sys/time.h> header file. */
91 #undef HAVE_SYS_TIME_H
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
95
96 /* Define to 1 if you have the <time.h> header file. */
97 #undef HAVE_TIME_H
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
101
102 /* Define to 1 if you have the <zlib.h> header file. */
103 #undef HAVE_ZLIB_H
104
105 /* The file extension used for shared modules */
106 #undef MODULE_EXTENSION
107
108 /* Used to export symbols for DLL / shared library builds */
109 #undef OBAPI
110
111 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT
113
114 /* Define to the full name of this package. */
115 #undef PACKAGE_NAME
116
117 /* Define to the full name and version of this package. */
118 #undef PACKAGE_STRING
119
120 /* Define to the one symbol short name of this package. */
121 #undef PACKAGE_TARNAME
122
123 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION
125
126 /* set if scandir needs a const */
127 #undef SCANDIR_CONST
128
129 /* set if scandir needs a const */
130 #undef SCANDIR_T
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
136 #undef TIME_WITH_SYS_TIME
137
138 /* Define to empty if `const' does not conform to ANSI C. */
139 #undef const
140
141 /* Define to `__inline__' or `__inline' if that's what the C compiler
142 calls it, or to nothing if 'inline' is not supported under any name. */
143 #ifndef __cplusplus
144 #undef inline
145 #endif