File: config.h.in

package info (click to toggle)
aide 0.16-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,856 kB
  • sloc: ansic: 10,352; sh: 5,851; lex: 675; yacc: 324; makefile: 93
file content (406 lines) | stat: -rw-r--r-- 8,437 bytes parent folder | download | duplicates (3)
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
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Compile-time options displayed in -v output */
#undef AIDECOMPILEOPTIONS

/* package version */
#undef AIDEVERSION

/* blkcnt_t */
#undef AIDE_BLKCNT_TYPE

/* dirent */
#undef AIDE_DIRENT_TYPE

/* fstat */
#undef AIDE_FSTAT_FUNC

/* syslog ident */
#undef AIDE_IDENT

/* ino_t */
#undef AIDE_INO_TYPE

/* syslog logopt */
#undef AIDE_LOGOPT

/* lstat */
#undef AIDE_LSTAT_FUNC

/* off_t */
#undef AIDE_OFF_TYPE

/* readdir */
#undef AIDE_READDIR_FUNC

/* readdir_r */
#undef AIDE_READDIR_R_FUNC

/* stat */
#undef AIDE_STAT_FUNC

/* stat type */
#undef AIDE_STAT_TYPE

/* syslog facility */
#undef AIDE_SYSLOG_FACILITY

/* big endian */
#undef BIG_ENDIAN_HOST

/* HMAC key 00 */
#undef CONFHMACKEY_00

/* HMAC key 01 */
#undef CONFHMACKEY_01

/* HMAC key 02 */
#undef CONFHMACKEY_02

/* HMAC key 03 */
#undef CONFHMACKEY_03

/* HMAC key 04 */
#undef CONFHMACKEY_04

/* HMAC key 05 */
#undef CONFHMACKEY_05

/* HMAC key 06 */
#undef CONFHMACKEY_06

/* HMAC key 07 */
#undef CONFHMACKEY_07

/* HMAC key 08 */
#undef CONFHMACKEY_08

/* HMAC key 09 */
#undef CONFHMACKEY_09

/* hash type for config file check */
#undef CONFIGHMACTYPE

/* Location of configuration file */
#undef CONFIG_FILE

/* DB HMAC key 00 */
#undef DBHMACKEY_00

/* DB HMAC key 01 */
#undef DBHMACKEY_01

/* DB HMAC key 02 */
#undef DBHMACKEY_02

/* DB HMAC key 03 */
#undef DBHMACKEY_03

/* DB HMAC key 04 */
#undef DBHMACKEY_04

/* DB HMAC key 05 */
#undef DBHMACKEY_05

/* DB HMAC key 06 */
#undef DBHMACKEY_06

/* DB HMAC key 07 */
#undef DBHMACKEY_07

/* DB HMAC key 08 */
#undef DBHMACKEY_08

/* DB HMAC key 09 */
#undef DBHMACKEY_09

/* hash type for checking db */
#undef DBHMACTYPE

/* Default location of signature database */
#undef DEFAULT_DB

/* Default output location for newly-generated signature database */
#undef DEFAULT_DB_OUT

/* don't force config checksum */
#undef FORCECONFIGMD

/* don't force database checksum */
#undef FORCEDBMD

/* Define to 1 if you have the `asprintf' function. */
#undef HAVE_ASPRINTF

/* Define to 1 if the system has the type `byte'. */
#undef HAVE_BYTE

/* snprintf is ISO C99 compliant */
#undef HAVE_C99_SNPRINTF

/* vsnprintf is ISO C99 compliant */
#undef HAVE_C99_VSNPRINTF

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

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

/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL

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

/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE

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

/* Define to 1 if you have the `audit' library (-laudit). */
#undef HAVE_LIBAUDIT

/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
#undef HAVE_LIBGCRYPT

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

/* Define to 1 if you have the `pq' library (-lpq). */
#undef HAVE_LIBPQ

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

/* Define to 1 if the type `long double' works and has more range or precision
   than `double'. */
#undef HAVE_LONG_DOUBLE

/* Define to 1 if the type `long double' works and has more range or precision
   than `double'. */
#undef HAVE_LONG_DOUBLE_WIDER

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

/* mhash has whirlpool */
#undef HAVE_MHASH_WHIRLPOOL

/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP

/* have off64_t */
#undef HAVE_OFF64_T

/* Define to 1 if you have the O_NOATIME flag. */
#undef HAVE_O_NOATIME

/* Define to 1 if you have the `posix_fadvise' function. */
#undef HAVE_POSIX_FADVISE

/* Define to 1 if you have the `readdir' function. */
#undef HAVE_READDIR

/* Define to 1 if you have the `readdir_r' function. */
#undef HAVE_READDIR_R

/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* 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 `stricmp' function. */
#undef HAVE_STRICMP

/* 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 `strnlen' function. */
#undef HAVE_STRNLEN

/* Define to 1 if you have the `strnstr' function. */
#undef HAVE_STRNSTR

/* Define to 1 if you have the `strtoimax' function. */
#undef HAVE_STRTOIMAX

/* Define to 1 if you have the `strtoll' function. */
#undef HAVE_STRTOLL

/* syslog available? */
#undef HAVE_SYSLOG

/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_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

/* Define to 1 if the system has the type `u16'. */
#undef HAVE_U16

/* Define to 1 if the system has the type `u32'. */
#undef HAVE_U32

/* Define to 1 if the system has the type `u64'. */
#undef HAVE_U64

/* Define to 1 if the system has the type `ulong'. */
#undef HAVE_ULONG

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

/* Define to 1 if the system has the type `ushort'. */
#undef HAVE_USHORT

/* Define to 1 if you have the `vasprintf' function. */
#undef HAVE_VASPRINTF

/* Define to 1 if you have the `va_copy' function. */
#undef HAVE_VA_COPY

/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define to 1 if you have the `vsyslog' function. */
#undef HAVE_VSYSLOG

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

/* Define to 1 if you have the `__va_copy' function. */
#undef HAVE___VA_COPY

/* send errors to stderr */
#undef INITIALERRORSTO

/* little endian */
#undef LITTLE_ENDIAN_HOST

/* 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

/* path to prelink */
#undef PRELINK_PATH

/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG

/* The size of `off64_t', as computed by sizeof. */
#undef SIZEOF_OFF64_T

/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T

/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT

/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG

/* The size of `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG

/* The size of `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT

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

/* syslog priority */
#undef SYSLOG_PRIORITY

/* Define if LOCALE support should be used */
#undef USE_LOCALE

/* Version number of package */
#undef VERSION

/* use ACL */
#undef WITH_ACL

/* use audit library */
#undef WITH_AUDIT

/* use curl */
#undef WITH_CURL

/* use e2fsattrs */
#undef WITH_E2FSATTRS

/* use gcrypt library */
#undef WITH_GCRYPT

/* use mhash library */
#undef WITH_MHASH

/* use POSIX ACLs */
#undef WITH_POSIX_ACL

/* use prelink */
#undef WITH_PRELINK

/* postgresql support */
#undef WITH_PSQL

/* use SELinux */
#undef WITH_SELINUX

/* use ACL on Solaris */
#undef WITH_SUN_ACL

/* use xattr */
#undef WITH_XATTR

/* use zlib */
#undef WITH_ZLIB

/* 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

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#undef YYTEXT_POINTER