-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.h.in
433 lines (291 loc) · 11.7 KB
/
config.h.in
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
/* config.h.in. Generated from configure.ac by autoheader. */
/* Command used to umount a FUSE filesystem */
#undef FUSERMOUNT
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* Define to 1 if you have the <dbus/dbus.h> header file. */
#undef HAVE_DBUS_DBUS_H
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `freeifaddrs' function. */
#undef HAVE_FREEIFADDRS
/* Define to 1 if the system has the type `fuse_ino_t'. */
#undef HAVE_FUSE_INO_T
/* Define to 1 if you have the <fuse_lowlevel.h> header file. */
#undef HAVE_FUSE_LOWLEVEL_H
/* Define to 1 if you have the `fuse_parse_cmdline' function. */
#undef HAVE_FUSE_PARSE_CMDLINE
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* Define to 1 if you have the <glib.h> header file. */
#undef HAVE_GLIB_H
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <jni.h> header file. */
#undef HAVE_JNI_H
/* Define to 1 if you have the <jni_md.h> header file. */
#undef HAVE_JNI_MD_H
/* Define to 1 if you have the `dbus-1' library (-ldbus-1). */
#undef HAVE_LIBDBUS_1
/* Define to 1 if you have the `fuse' library (-lfuse). */
#undef HAVE_LIBFUSE
/* Define to 1 if you have the `fuse3' library (-lfuse3). */
#undef HAVE_LIBFUSE3
/* Define to 1 if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
/* Define to 1 if you have the <openssl/err.h> header file. */
#undef HAVE_OPENSSL_ERR_H
/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H
/* Define to 1 if you have the <openssl/x509v3.h> header file. */
#undef HAVE_OPENSSL_X509V3_H
/* Define to 1 if the system has the type `pid_t'. */
#undef HAVE_PID_T
/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* If available, contains the Python version number currently in use. */
#undef HAVE_PYTHON
/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Define to 1 if you have the `signal' function. */
#undef HAVE_SIGNAL
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strcasestr' function. */
#undef HAVE_STRCASESTR
/* 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 the system has the type `struct sockaddr_un'. */
#undef HAVE_STRUCT_SOCKADDR_UN
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_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/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define to 1 if you have the `TLSv1_1_method' function. */
#undef HAVE_TLSV1_1_METHOD
/* Define to 1 if you have the `TLSv1_2_method' function. */
#undef HAVE_TLSV1_2_METHOD
/* Define to 1 if you have the `TLSv1_method' function. */
#undef HAVE_TLSV1_METHOD
/* Define to 1 if you have the `TLS_method' function. */
#undef HAVE_TLS_METHOD
/* Define to 1 if the system has the type `uint32_t'. */
#undef HAVE_UINT32_T
/* Define to 1 if the system has the type `uint64_t'. */
#undef HAVE_UINT64_T
/* Define to 1 if the system has the type `uint8_t'. */
#undef HAVE_UINT8_T
/* Define to 1 if the system has the type `uintptr_t'. */
#undef HAVE_UINTPTR_T
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* The size of `fuse_ino_t', as computed by sizeof. */
#undef SIZEOF_FUSE_INO_T
/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of `long int', as computed by sizeof. */
#undef SIZEOF_LONG_INT
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
/* The size of `socklen_t', as computed by sizeof. */
#undef SIZEOF_SOCKLEN_T
/* The size of `ssize_t', as computed by sizeof. */
#undef SIZEOF_SSIZE_T
/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Label of "Daemon" group inside config files */
#undef _CONFIG_GROUP_DAEMON
/* Label of "Monitor" group inside config files */
#undef _CONFIG_GROUP_MONITOR
/* Label of "Network" group inside config files */
#undef _CONFIG_GROUP_NETWORK
/* Label of "resource" group inside config files */
#undef _CONFIG_GROUP_RESOURCE
/* Label of "TLS" group inside config files */
#undef _CONFIG_GROUP_TLS
/* Label of "trace" group inside config files */
#undef _CONFIG_GROUP_TRACE
/* Label of "command trace file" key inside config files */
#undef _CONFIG_KEY_APPENDTRACEFILE
/* Label of "command trace file" key inside config files */
#undef _CONFIG_KEY_COMMANDTRACEFILE
/* Label of "Create" key inside config files */
#undef _CONFIG_KEY_CREATE
/* Label of "daemon trace file" key inside config files */
#undef _CONFIG_KEY_DAEMONTRACEFILE
/* Label of "DiscoverAttempts" key inside config files */
#undef _CONFIG_KEY_DISCOVERY_ATTEMPTS
/* Label of "DiscoverTimeout" key inside config files */
#undef _CONFIG_KEY_DISCOVERY_TIMEOUT
/* Label of "DiscoverTTL" key inside config files */
#undef _CONFIG_KEY_DISCOVERY_TTL
/* Label of "IdleLifespan" key inside config files */
#undef _CONFIG_KEY_IDLE_LIFESPAN
/* Label of "IgnoredSignals" key inside config files */
#undef _CONFIG_KEY_IGNORED_SIGNALS
/* Label of "Lifespan" key inside config files */
#undef _CONFIG_KEY_LIFESPAN
/* Label of "LockMode" key inside config files */
#undef _CONFIG_KEY_LOCK_MODE
/* Label of "MountPointVFS" key inside config files */
#undef _CONFIG_KEY_MOUNT_POINT_VFS
/* Label of "MulticastAddress" key inside config files */
#undef _CONFIG_KEY_MULTICAST_ADDRESS
/* Label of "MulticastPort" key inside config files */
#undef _CONFIG_KEY_MULTICAST_PORT
/* Label of "Name" key inside config files */
#undef _CONFIG_KEY_NAME
/* Label of "NetworkInterface" key inside config files */
#undef _CONFIG_KEY_NETWORK_INTERFACE
/* Label of "Quantity" key inside config files */
#undef _CONFIG_KEY_QUANTITY
/* Label of "SocketName" key inside config files */
#undef _CONFIG_KEY_SOCKET_NAME
/* Label of "TcpKeepaliveIntvl" key inside config files */
#undef _CONFIG_KEY_TCP_KEEPALIVE_INTVL
/* Label of "TcpKeepaliveProbes" key inside config files */
#undef _CONFIG_KEY_TCP_KEEPALIVE_PROBES
/* Label of "TcpKeepaliveTime" key inside config files */
#undef _CONFIG_KEY_TCP_KEEPALIVE_TIME
/* Label of "Timeout" key inside config files */
#undef _CONFIG_KEY_TIMEOUT
/* Label of "TlsCaCertificate" key inside config files */
#undef _CONFIG_KEY_TLS_CA_CERTIFICATE
/* Label of "TlsPeerCertificate" key inside config files */
#undef _CONFIG_KEY_TLS_CERTIFICATE
/* Label of "TlsSkipPeerId" key inside config files */
#undef _CONFIG_KEY_TLS_CHECK_PEER_ID
/* Label of "TlsPeerPrivateKey" key inside config files */
#undef _CONFIG_KEY_TLS_PRIVATE_KEY
/* Label of "UnicastAddress" key inside config files */
#undef _CONFIG_KEY_UNICAST_ADDRESS
/* Label of "UnicastPort" key inside config files */
#undef _CONFIG_KEY_UNICAST_PORT
/* Label of "Verbose" key inside config files */
#undef _CONFIG_KEY_VERBOSE
/* Label of "Wait" key inside config files */
#undef _CONFIG_KEY_WAIT
/* Label of "IPv6 Multicast Client" debug feature */
#undef _DEBUG_FEATURES_IPV6_MULTICAST_CLIENT
/* Label of "IPv6 Multicast Server" debug feature */
#undef _DEBUG_FEATURES_IPV6_MULTICAST_SERVER
/* Label of "TLS Client" debug feature */
#undef _DEBUG_FEATURES_TLS_CLIENT
/* Label of "TLS Server" debug feature */
#undef _DEBUG_FEATURES_TLS_SERVER
/* Default value for option daemon lifespan (milliseconds) */
#undef _DEFAULT_DAEMON_LIFESPAN
/* Default port used to reach flom daemon using TCP and UDP (multicast) */
#undef _DEFAULT_DAEMON_PORT
/* Default number of attempts used to for auto discovery feature */
#undef _DEFAULT_DISCOVERY_ATTEMPTS
/* Default discovery timeout for UDP/IP (multicast) query (milliseconds) */
#undef _DEFAULT_DISCOVERY_TIMEOUT
/* Default TTL: hop limit for multicast datagrams (UDP/IP) - auto-discovery
query */
#undef _DEFAULT_DISCOVERY_TTL
/* Per socket override of tcp_keepalive_intvl parameter associated to
SO_KEEPALIVE */
#undef _DEFAULT_TCP_KEEPALIVE_INTVL
/* Per socket override of tcp_keepalive_probes parameter associated to
SO_KEEPALIVE */
#undef _DEFAULT_TCP_KEEPALIVE_PROBES
/* Per socket override of tcp_keepalive_time parameter associated to
SO_KEEPALIVE */
#undef _DEFAULT_TCP_KEEPALIVE_TIME
/* String used to separate directory from file inside fully qualified path
names */
#undef _DIR_FILE_SEPARATOR
/* Exit status for generic error */
#undef _ES_GENERIC_ERROR
/* Exit status for cannot wait condition */
#undef _ES_REQUESTER_CANT_WAIT
/* Exit status for busy resource condition */
#undef _ES_RESOURCE_BUSY
/* Exit status for command execution error */
#undef _ES_UNABLE_TO_EXECUTE_COMMAND
/* Date of release */
#undef _RELEASE_DATE
/* String used to separate elements inside resource set names */
#undef _RESOURCE_SET_SEPARATOR
/* System wide configuration filename */
#undef _SYSTEM_CONFIG_FILENAME
/* User default configuration filename */
#undef _USER_CONFIG_FILENAME