File: config.h.in

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (328 lines) | stat: -rw-r--r-- 6,789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
/* config.h.in.  Generated from configure.in by autoheader.  */

/* On some platforms NewObjectArray requires a cast */
#undef CAST_NEW_OBJECT_ARRAY

/* Version of DB2 */
#undef DB2VERSION

/* Use dmalloc */
#undef DMALLOC

/* Second decimal of the version of gtk */
#undef GTK_VERSION

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Some versions of FreeTDS have function definitions */
#undef HAVE_FREETDS_FUNCTION_DEFINITIONS

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* iODBC */
#undef HAVE_IODBC

/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ

/* Some versions of mdbtools define mdb_run_query */
#undef HAVE_MDB_RUN_QUERY

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* MySQL supports mysql_autocommit */
#undef HAVE_MYSQL_AUTOCOMMIT

/* MySQL supports mysql_change_user */
#undef HAVE_MYSQL_CHANGE_USER

/* MySQL supports mysql_commit */
#undef HAVE_MYSQL_COMMIT

/* MySQL supports CR_SERVER_GONE_ERROR */
#undef HAVE_MYSQL_CR_SERVER_GONE_ERROR

/* MySQL supports CR_SERVER_LOST */
#undef HAVE_MYSQL_CR_SERVER_LOST

/* MySQL supports FIELD_TYPE_ENUM */
#undef HAVE_MYSQL_FIELD_TYPE_ENUM

/* MySQL supports FIELD_TYPE_NEWDATE */
#undef HAVE_MYSQL_FIELD_TYPE_NEWDATE

/* MySQL supports FIELD_TYPE_SET */
#undef HAVE_MYSQL_FIELD_TYPE_SET

/* MySQL supports FIELD_TYPE_YEAR */
#undef HAVE_MYSQL_FIELD_TYPE_YEAR

/* MySQL supports mysql_ping */
#undef HAVE_MYSQL_PING

/* MySQL supports mysql_prepare */
#undef HAVE_MYSQL_PREPARE

/* MySQL supports mysql_real_connect */
#undef HAVE_MYSQL_REAL_CONNECT_FOR_SURE

/* MySQL supports mysql_rollback */
#undef HAVE_MYSQL_ROLLBACK

/* MySQL supports mysql_select_db */
#undef HAVE_MYSQL_SELECT_DB

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H

/* oci.h */
#undef HAVE_OCI_H

/* Oracle 8i or greater */
#undef HAVE_ORACLE_8i

/* Some versions of postgresql have PQexecParams */
#undef HAVE_POSTGRESQL_PQEXECPARAMS

/* Some versions of postgresql have PQfmod */
#undef HAVE_POSTGRESQL_PQFMOD

/* Some versions of postgresql have PQsetNoticeProcessor */
#undef HAVE_POSTGRESQL_PQSETNOTICEPROCESSOR

/* Do we have readline */
#undef HAVE_READLINE

/* Do we have SIGABRT */
#undef HAVE_SIGABRT

/* Do we have SIGALRM */
#undef HAVE_SIGALRM

/* Do we have SIGBUS */
#undef HAVE_SIGBUS

/* Do we have SIGCANCEL */
#undef HAVE_SIGCANCEL

/* Do we have SIGCHLD */
#undef HAVE_SIGCHLD

/* Do we have SIGCLD */
#undef HAVE_SIGCLD

/* Do we have SIGCONT */
#undef HAVE_SIGCONT

/* Do we have SIGEMT */
#undef HAVE_SIGEMT

/* Do we have SIGFPE */
#undef HAVE_SIGFPE

/* Do we have SIGFREEZE */
#undef HAVE_SIGFREEZE

/* Do we have SIGHUP */
#undef HAVE_SIGHUP

/* Do we have SIGILL */
#undef HAVE_SIGILL

/* Do we have SIGINT */
#undef HAVE_SIGINT

/* Do we have SIGIO */
#undef HAVE_SIGIO

/* Do we have SIGIOT */
#undef HAVE_SIGIOT

/* Do we have SIGKILL */
#undef HAVE_SIGKILL

/* Do we have SIGLOST */
#undef HAVE_SIGLOST

/* Do we have SIGLWP */
#undef HAVE_SIGLWP

/* Do we have SIGPIPE */
#undef HAVE_SIGPIPE

/* Do we have SIGPOLL */
#undef HAVE_SIGPOLL

/* Do we have SIGPROF */
#undef HAVE_SIGPROF

/* Do we have SIGPWR */
#undef HAVE_SIGPWR

/* Do we have SIGQUIT */
#undef HAVE_SIGQUIT

/* Do we have SIGRTMAX */
#undef HAVE_SIGRTMAX

/* Do we have SIGRTMIN */
#undef HAVE_SIGRTMIN

/* Do we have SIGSEGV */
#undef HAVE_SIGSEGV

/* Do we have SIGSTKFLT */
#undef HAVE_SIGSTKFLT

/* Do we have SIGSTOP */
#undef HAVE_SIGSTOP

/* Do we have SIGSYS */
#undef HAVE_SIGSYS

/* Do we have SIGTERM */
#undef HAVE_SIGTERM

/* Do we have SIGTHAW */
#undef HAVE_SIGTHAW

/* Do we have SIGTRAP */
#undef HAVE_SIGTRAP

/* Do we have SIGTSTP */
#undef HAVE_SIGTSTP

/* Do we have SIGTTIN */
#undef HAVE_SIGTTIN

/* Do we have SIGTTOU */
#undef HAVE_SIGTTOU

/* Do we have SIGUNUSED */
#undef HAVE_SIGUNUSED

/* Do we have SIGURG */
#undef HAVE_SIGURG

/* Do we have SIGUSR1 */
#undef HAVE_SIGUSR1

/* Do we have SIGUSR2 */
#undef HAVE_SIGUSR2

/* Do we have SIGVTALRM */
#undef HAVE_SIGVTALRM

/* Do we have SIGWAITING */
#undef HAVE_SIGWAITING

/* Do we have SIGWINCH */
#undef HAVE_SIGWINCH

/* Do we have SIGXCPU */
#undef HAVE_SIGXCPU

/* Do we have SIGXFSZ */
#undef HAVE_SIGXFSZ

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_DIR_H

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
#undef HAVE_SYS_NDIR_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Some versions of TCL don't use const char ** arguments */
#undef HAVE_TCL_CONSTCHAR

/* Some versions of TCL don't have Tcl_GetString */
#undef HAVE_TCL_GETSTRING

/* Some versions of TCL don't have Tcl_WideInt */
#undef HAVE_TCL_WIDEINT

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* UnixODBC */
#undef HAVE_UNIXODBC

/* Do we have _SIGRTMAX */
#undef HAVE__SIGRTMAX

/* Do we have _SIGRTMIN */
#undef HAVE__SIGRTMIN

/* Some compliers don't support the inline keyword */
#undef INLINE

/* Some versions of glibc-2.3 need a fixup */
#undef NEED_REDHAT_9_GLIBC_2_3_2_HACK

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE

/* Some systems use SQLLEN * in SQLBINDPARAMETER */
#undef SQLBINDPARAMETER_SQLLEN

/* Some systems use SQLLEN * in SQLColAttribute */
#undef SQLCOLATTRIBUTE_SQLLEN

/* Some versions of sqlite are transactional */
#undef SQLITE_TRANSACTIONAL

/* Compiler supports namespaces */
#undef SQLRELAY_NAMESPACE

/* Some systems use SQLLEN * in SQLRowCount */
#undef SQLROWCOUNT_SQLLEN

/* Version */
#undef SQLR_VERSION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t