File: rivet_config.h.cmake

package info (click to toggle)
libapache2-mod-rivet 3.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 6,296 kB
  • sloc: xml: 8,554; tcl: 7,568; ansic: 7,094; sh: 5,017; makefile: 195; sql: 91; lisp: 78
file content (410 lines) | stat: -rw-r--r-- 10,772 bytes parent folder | download | duplicates (4)
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
#ifndef _RIVET_CONFIG_H
#define _RIVET_CONFIG_H 1
 
/*
 * rivet_config.h. CMake generator template for rivet_config.h
 * Each field bracketed by @'s is corresponds to a variable
 * that is either set/not set by the CMakeLists.txt config
 * script.
 */

/* Define if building universal (internal helper macro) */
#ifndef RIVET_AC_APPLE_UNIVERSAL_BUILD
#cmakedefine RIVET_AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
#endif

/* configure command string */
#ifndef RIVET_CONFIGURE_CMD
#cmakedefine RIVET_CONFIGURE_CMD "@CONFIGURE_CMD@"
#endif

/* Display Rivet version in Apache signature */
#ifndef RIVET_DISPLAY_VERSION
#cmakedefine01 RIVET_DISPLAY_VERSION
#endif

/* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef RIVET_HAVE_DLFCN_H
#cmakedefine RIVET_HAVE_DLFCN_H @HAVE_DLFCN_H@
#endif

/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef RIVET_HAVE_INTTYPES_H
#cmakedefine RIVET_HAVE_INTTYPES_H @HAVE_INTTYPES_H@
#endif

/* Define to 1 if you have the <limits.h> header file. */
#ifndef RIVET_HAVE_LIMITS_H
#cmakedefine RIVET_HAVE_LIMITS_H @HAVE_LIMITS_H@
#endif

/* Define to 1 if you have the `lseek64' function. */
#ifndef RIVET_HAVE_LSEEK64
#cmakedefine RIVET_HAVE_LSEEK64 @HAVE_LSEEK64@
#endif

/* Define to 1 if you have the <memory.h> header file. */
#ifndef RIVET_HAVE_MEMORY_H
#cmakedefine RIVET_HAVE_MEMORY_H @HAVE_MEMORY_H@
#endif

/* Define to 1 if you have the <net/errno.h> header file. */
#ifndef RIVET_HAVE_NET_ERRNO_H
#cmakedefine RIVET_HAVE_NET_ERRNO_H @HAVE_NET_ERRNO_H@
#endif

/* Define to 1 if you have the `open64' function. */
#ifndef RIVET_HAVE_OPEN64
#cmakedefine RIVET_HAVE_OPEN64 @HAVE_OPEN64@
#endif

/* Define to 1 if you have the `round' function. */
#ifndef RIVET_HAVE_ROUND
#cmakedefine RIVET_HAVE_ROUND @HAVE_ROUND@
#endif
#ifndef RIVET_NO_HAVE_ROUND
#cmakedefine RIVET_NO_HAVE_ROUND @NO_HAVE_ROUND@
#endif

/* Define to 1 if you have the <stdint.h> header file. */
#ifndef RIVET_HAVE_STDINT_H
#cmakedefine RIVET_HAVE_STDINT_H @HAVE_STDINT_H@
#endif

/* Define to 1 if you have the <stdlib.h> header file. */
#ifndef RIVET_HAVE_STDLIB_H
#cmakedefine RIVET_HAVE_STDLIB_H @HAVE_STDLIB_H@
#endif

/* Define to 1 if you have the <strings.h> header file. */
#ifndef RIVET_HAVE_STRINGS_H
#cmakedefine RIVET_HAVE_STRINGS_H @HAVE_STRINGS_H@
#endif

/* Define to 1 if you have the <string.h> header file. */
#ifndef RIVET_HAVE_STRING_H
#cmakedefine RIVET_HAVE_STRING_H @HAVE_STRING_H@
#endif

/* Is 'struct dirent64' in <sys/types.h>? */
#ifndef RIVET_HAVE_STRUCT_DIRENT64
#cmakedefine RIVET_HAVE_STRUCT_DIRENT64 @HAVE_STRUCT_DIRENT64@
#endif

/* Is 'struct stat64' in <sys/stat.h>? */
#ifndef RIVET_HAVE_STRUCT_STAT64
#cmakedefine RIVET_HAVE_STRUCT_STAT64 @HAVE_STRUCT_STAT64@
#endif

/* Define to 1 if you have the <sys/param.h> header file. */
#ifndef RIVET_HAVE_SYS_PARAM_H
#cmakedefine RIVET_HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
#endif

/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef RIVET_HAVE_SYS_STAT_H
#cmakedefine RIVET_HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
#endif

/* Define to 1 if you have the <sys/types.h> header file. */
#ifndef RIVET_HAVE_SYS_TYPES_H
#cmakedefine RIVET_HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
#endif

/* Is off64_t in <sys/types.h>? */
#ifndef RIVET_HAVE_TYPE_OFF64_T
#cmakedefine RIVET_HAVE_TYPE_OFF64_T @HAVE_TYPE_OFF64_T@
#endif

/* Define to 1 if you have the <unistd.h> header file. */
#ifndef RIVET_HAVE_UNISTD_H
#cmakedefine RIVET_HAVE_UNISTD_H @HAVE_UNISTD_H@
#endif

/* Honor HEAD requests */
#ifndef RIVET_HEAD_REQUESTS
#cmakedefine01 RIVET_HEAD_REQUESTS
#endif

/* Rivet Tcl package version */
#ifndef RIVET_INIT_VERSION
#define RIVET_INIT_VERSION "@INIT_VERSION@"
#endif

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#ifndef RIVET_LT_OBJDIR
#define RIVET_LT_OBJDIR ".libs/"
#endif

/* Max size of data in POST operations */
#ifndef RIVET_MAX_POST
#define RIVET_MAX_POST @MAX_POST@
#endif

/* No Compiler support for module scope symbols */
#ifndef RIVET_MODULE_SCOPE
#define RIVET_MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
#endif

/* yes, MPM worker single thread */
#ifndef RIVET_MPM_SINGLE_TCL_THREAD
#cmakedefine RIVET_MPM_SINGLE_TCL_THREAD @MPM_SINGLE_TCL_THREAD@
#endif

/* The path to a working tclsh executable */
#ifndef RIVET_NAMEOFEXECUTABLE
#define RIVET_NAMEOFEXECUTABLE "@NAMEOFEXECUTABLE@"
#endif

/* commands will not be exported */
#ifndef RIVET_NAMESPACE_EXPORT
#cmakedefine01 RIVET_NAMESPACE_EXPORT
#endif

/* good, no automatic import will be done */
#ifndef RIVET_NAMESPACE_IMPORT
#cmakedefine01 RIVET_NAMESPACE_IMPORT
#endif

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.  */
#ifndef RIVET_HAVE_DIRENT_H
#cmakedefine RIVET_HAVE_DIRENT_H @HAVE_DIRENT_H@
#endif
#ifndef RIVET_NO_DIRENT_H
#cmakedefine RIVET_NO_DIRENT_H @NO_DIRENT_H@
#endif

/* Do we have <dlfcn.h>? */
#ifndef RIVET_NO_DLFCN_H
#cmakedefine RIVET_NO_DLFCN_H @NO_DLFCN_H@
#endif

/* Do we have <errno.h>? */
#ifndef RIVET_NO_ERRNO_H
#cmakedefine RIVET_NO_ERRNO_H @NO_ERRNO_H@
#endif

/* Do we have <float.h>? */
#ifndef RIVET_NO_FLOAT_H
#cmakedefine RIVET_NO_FLOAT_H @NO_FLOAT_H@
#endif

/* Define to 1 if you have the <limits.h> header file. */
#ifndef RIVET_HAVE_LIMITS_H
#cmakedefine RIVET_HAVE_LIMITS_H @HAVE_LIMITS_H@
#endif
#ifndef RIVET_NO_LIMITS_H
#cmakedefine RIVET_NO_LIMITS_H @NO_LIMITS_H@
#endif

/* Do we have <stdlib.h>? */
#ifndef RIVET_NO_STDLIB_H
#cmakedefine RIVET_NO_STDLIB_H @NO_STDLIB_H@
#endif

/* Do we have <string.h>? */
#ifndef RIVET_NO_STRING_H
#cmakedefine RIVET_NO_STRING_H @NO_STRING_H@
#endif

/* Do we have <sys/wait.h>? */
#ifndef RIVET_NO_SYS_WAIT_H
#cmakedefine RIVET_NO_SYS_WAIT_H @NO_SYS_WAIT_H@
#endif

/* Do we have <values.h>? */
#ifndef RIVET_NO_VALUES_H
#cmakedefine RIVET_NO_VALUES_H @NO_VALUES_H@
#endif

/* No description provided for NO_VIZ... */
#ifndef RIVET_NO_VIZ
#cmakedefine RIVET_NO_VIZ
#endif

/* Name of package */
#ifndef RIVET_PACKAGE
#define RIVET_PACKAGE "rivet"
#endif

/* Define to the address where bug reports for this package should be sent. */
#ifndef RIVET_PACKAGE_BUGREPORT
#define RIVET_PACKAGE_BUGREPORT ""
#endif

/* Define to the full name of this package. */
#ifndef RIVET_PACKAGE_NAME
#define RIVET_PACKAGE_NAME "@PROJECT_NAME@"
#endif

/* Define to the full name and version of this package. */
#ifndef RIVET_PACKAGE_STRING
#define RIVET_PACKAGE_STRING "@PROJECT_NAME@ @RIVET_VERSION@"
#endif

/* Define to the one symbol short name of this package. */
#ifndef RIVET_PACKAGE_TARNAME
#define RIVET_PACKAGE_TARNAME "rivet"
#endif

/* Define to the home page for this package. */
#ifndef RIVET_PACKAGE_URL
#define RIVET_PACKAGE_URL ""
#endif

/* Define to the version of this package. */
#ifndef RIVET_PACKAGE_VERSION
#define RIVET_PACKAGE_VERSION "@RIVET_VERSION@"
#endif

/* The path to the rivet tcl library */
#ifndef RIVET_RIVETLIB_DESTDIR
#define RIVET_RIVETLIB_DESTDIR "@RIVETLIB_DESTDIR@"
#endif

/* mod_rivet core */
#ifndef RIVET_RIVET_CORE
#define RIVET_RIVET_CORE "@RIVET_CORE@"
#endif
#ifndef RIVET_CORE
/*#define RIVET_CORE "@RIVET_CORE@"*/
#endif

/* Separate Channels for virtual hosts */
#ifndef RIVET_SEPARATE_CHANNELS
#cmakedefine01 RIVET_SEPARATE_CHANNELS
#endif

/* one interpreter per child */
#ifndef RIVET_SEPARATE_VIRTUAL_INTERPS
#cmakedefine01 RIVET_SEPARATE_VIRTUAL_INTERPS
#endif

/* requests will be serialized */
#ifndef RIVET_SERIALIZE_HTTP_REQUESTS
#cmakedefine RIVET_SERIALIZE_HTTP_REQUESTS @SERIALIZE_HTTP_REQUESTS@
#endif

/* Is this a static build? */
#ifndef RIVET_STATIC_BUILD
#cmakedefine RIVET_STATIC_BUILD @STATIC_BUILD@
#endif

/* Define to 1 if you have the ANSI C header files. */
#ifndef RIVET_STDC_HEADERS
#cmakedefine RIVET_STDC_HEADERS @STDC_HEADERS@
#endif

/* Is memory debugging enabled? */
#ifndef RIVET_TCL_MEM_DEBUG
#cmakedefine RIVET_TCL_MEM_DEBUG @TCL_MEM_DEBUG@
#endif

/* Are we building with threads enabled? */
#ifndef RIVET_TCL_THREADS
#cmakedefine RIVET_TCL_THREADS 1
#endif

/* Are wide integers to be implemented with C 'long's? */
#ifndef RIVET_TCL_WIDE_INT_IS_LONG
#cmakedefine RIVET_TCL_WIDE_INT_IS_LONG @TCL_WIDE_INT_IS_LONG@
#endif

/* What type should be used to define wide integers? */
#ifndef RIVET_TCL_WIDE_INT_TYPE
#cmakedefine RIVET_TCL_WIDE_INT_TYPE @TCL_WIDE_INT_TYPE@
#endif

/* UNDER_CE version */
#ifndef RIVET_UNDER_CE
#cmakedefine RIVET_UNDER_CE @UNDER_CE@
#endif

/* Path to the disk directory where uploads are saved */
#ifndef RIVET_UPLOAD_DIR
#define RIVET_UPLOAD_DIR "@UPLOAD_DIR@"
#endif

/* uploads go to files */
#ifndef RIVET_UPLOAD_FILES_TO_VAR
#cmakedefine01 RIVET_UPLOAD_FILES_TO_VAR
#endif

/* Do we want to use the threaded memory allocator? */
#ifndef RIVET_USE_THREAD_ALLOC
#cmakedefine RIVET_USE_THREAD_ALLOC @USE_THREAD_ALLOC@
#endif

/* Version number of package */
#ifndef RIVET_VERSION
#define RIVET_VERSION "@RIVET_VERSION@"
#endif

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Add the _ISOC99_SOURCE flag when building */
#ifndef RIVET__ISOC99_SOURCE
#cmakedefine RIVET__ISOC99_SOURCE @_ISOC99_SOURCE@
#endif

/* Add the _LARGEFILE64_SOURCE flag when building */
#ifndef RIVET__LARGEFILE64_SOURCE
#cmakedefine RIVET__LARGEFILE64_SOURCE @_LARGEFILE64_SOURCE@
#endif

/* Add the _LARGEFILE_SOURCE64 flag when building */
#ifndef RIVET__LARGEFILE_SOURCE64
#cmakedefine RIVET__LARGEFILE_SOURCE64 @_LARGEFILE_SOURCE64@
#endif

/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
#ifndef RIVET__OE_SOCKETS
#cmakedefine RIVET__OE_SOCKETS @_OE_SOCKETS@
#endif

/* Do we really want to follow the standard? Yes we do! */
#ifndef RIVET__POSIX_PTHREAD_SEMANTICS
#cmakedefine RIVET__POSIX_PTHREAD_SEMANTICS @_POSIX_PTHREAD_SEMANTICS@
#endif

/* Do we want the reentrant OS API? */
#ifndef RIVET__REENTRANT
#cmakedefine RIVET__REENTRANT @_REENTRANT@
#endif

/* Do we want the thread-safe OS API? */
#ifndef RIVET__THREAD_SAFE
#cmakedefine RIVET__THREAD_SAFE @_THREAD_SAFE@
#endif

/* _WIN32_WCE version */
#ifndef RIVET__WIN32_WCE
#cmakedefine RIVET__WIN32_WCE @_WIN32_WCE@
#endif

/* Do we want to use the XOPEN network library? */
#ifndef RIVET__XOPEN_SOURCE_EXTENDED
#cmakedefine RIVET__XOPEN_SOURCE_EXTENDED @_XOPEN_SOURCE_EXTENDED@
#endif

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#ifndef _rivet_inline
#define _rivet_inline 
#endif
#endif
 
/* once: _RIVET_CONFIG_H */
#endif