summaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: 503329d7aca07e983a4c011a487d57ccbe62b77e (plain)
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
/* config.h.in.  Generated from configure.ac by autoheader.  */

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

/* Define if you have buggy CMSG macros */
#undef BUGGY_CMSG_MACROS

/* Built-in Cassandra support */
#undef BUILD_CASSANDRA

/* Build with CDB support */
#undef BUILD_CDB

/* Build with Berkeley DB support */
#undef BUILD_DB

/* Built-in MySQL support */
#undef BUILD_MYSQL

/* Built-in PostgreSQL support */
#undef BUILD_PGSQL

/* Built-in SQLite support */
#undef BUILD_SQLITE

/* GSSAPI support is built in */
#undef BUILTIN_GSSAPI

/* LDAP support is built in */
#undef BUILTIN_LDAP

/* Lua support is builtin */
#undef BUILTIN_LUA

/* IMAP capabilities advertised in banner */
#undef CAPABILITY_BANNER_STRING

/* IMAP capabilities */
#undef CAPABILITY_STRING

/* Define if _XPG6 macro is needed for crypt() */
#undef CRYPT_USE_XPG6

/* Build with extra debugging checks */
#undef DEBUG

/* Define if your dev_t is a structure instead of integer type */
#undef DEV_T_STRUCT

/* Path to random source */
#undef DEV_URANDOM_PATH

/* Disable asserts */
#undef DISABLE_ASSERTS

/* Lua scripts will be able to yield */
#undef DLUA_WITH_YIELDS

/* Dovecot ABI version */
#undef DOVECOT_ABI_VERSION

/* Dovecot name */
#undef DOVECOT_NAME

/* Dovecot string */
#undef DOVECOT_STRING

/* Dovecot version */
#undef DOVECOT_VERSION

/* Dovecot major version */
#undef DOVECOT_VERSION_MAJOR

/* Dovecot micro version */
#undef DOVECOT_VERSION_MICRO

/* Dovecot minor version */
#undef DOVECOT_VERSION_MINOR

/* How to define flexible array members in structs */
#undef FLEXIBLE_ARRAY_MEMBER

/* Define this if you have arc4random_buf() */
#undef HAVE_ARC4RANDOM

/* Build with ASN1_STRING_get0_data() support */
#undef HAVE_ASN1_STRING_GET0_DATA

/* Define to 1 if you have the `backtrace_symbols' function. */
#undef HAVE_BACKTRACE_SYMBOLS

/* Build with BN_secure_new support */
#undef HAVE_BN_SECURE_NEW

/* Define if you have bzlib library */
#undef HAVE_BZLIB

/* Build with Cassandra support */
#undef HAVE_CASSANDRA

/* Cassandra supports speculative execution policy */
#undef HAVE_CASSANDRA_SPECULATIVE_POLICY

/* Build with cass_cluster_set_use_hostname_resolution() support */
#undef HAVE_CASS_CLUSTER_SET_USE_HOSTNAME_RESOLUTION

/* Define to 1 if you have the `clearenv' function. */
#undef HAVE_CLEARENV

/* Define if you have the clock_gettime function */
#undef HAVE_CLOCK_GETTIME

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

/* Define to 1 if you have the declaration of
   `CASS_SSL_VERIFY_PEER_IDENTITY_DNS', and to 0 if you don't. */
#undef HAVE_DECL_CASS_SSL_VERIFY_PEER_IDENTITY_DNS

/* Define to 1 if you have the declaration of `getrandom', and to 0 if you
   don't. */
#undef HAVE_DECL_GETRANDOM

/* Define to 1 if you have the declaration of
   `ZSTD_error_parameter_unsupported', and to 0 if you don't. */
#undef HAVE_DECL_ZSTD_ERROR_PARAMETER_UNSUPPORTED

/* Define to 1 if you have the declaration of `ZSTD_minCLevel', and to 0 if
   you don't. */
#undef HAVE_DECL_ZSTD_MINCLEVEL

/* Define if you have struct dirent->d_type */
#undef HAVE_DIRENT_D_TYPE

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

/* Define to 1 if you have the `dirfd' function. */
#undef HAVE_DIRFD

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

/* Build with ECDSA_SIG_get0 support */
#undef HAVE_ECDSA_SIG_GET0

/* Build with ECDSA_SIG_set0 support */
#undef HAVE_ECDSA_SIG_SET0

/* Build with EC_GROUP_order_bits support */
#undef HAVE_EC_GROUP_order_bits

/* Build with EVP_MD_CTX_new() support */
#undef HAVE_EVP_MD_CTX_NEW

/* Build with EVP_PKEY_get0_*() support */
#undef HAVE_EVP_PKEY_get0

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

/* Define to 1 if you have the `fallocate' function. */
#undef HAVE_FALLOCATE

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

/* Define if you have fdatasync() */
#undef HAVE_FDATASYNC

/* Define to 1 if you have the `flock' function. */
#undef HAVE_FLOCK

/* Define if your compiler has -fno-sanitize=nonnull-attribute */
#undef HAVE_FNO_SANITIZE_NONNULL_ATTRIBUTE

/* Define if you have FreeBSD-compatible sendfile() */
#undef HAVE_FREEBSD_SENDFILE

/* Define if your compiler has -fsanitize=implicit-integer-truncation */
#undef HAVE_FSANITIZE_IMPLICIT_INTEGER_TRUNCATION

/* Define if your compiler has -fsanitize=integer */
#undef HAVE_FSANITIZE_INTEGER

/* Define if your compiler has -fsanitize=local-bounds */
#undef HAVE_FSANITIZE_LOCAL_BOUNDS

/* Define if your compiler has -fsanitize=nullability */
#undef HAVE_FSANITIZE_NULLABILITY

/* Define if your compiler has -fsanitize=undefined */
#undef HAVE_FSANITIZE_UNDEFINED

/* Define if you want exttextcat support for FTS */
#undef HAVE_FTS_EXTTEXTCAT

/* Define if you want stemming support for FTS */
#undef HAVE_FTS_STEMMER

/* Define if you want textcat support for FTS */
#undef HAVE_FTS_TEXTCAT

/* Define to 1 if you have the `getmntent' function. */
#undef HAVE_GETMNTENT

/* Define to 1 if you have the `getmntinfo' function. */
#undef HAVE_GETMNTINFO

/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE

/* Define to 1 if you have the `getpeereid' function. */
#undef HAVE_GETPEEREID

/* Define to 1 if you have the `getpeerucred' function. */
#undef HAVE_GETPEERUCRED

/* Define to 1 if you have the `getrandom' function. */
#undef HAVE_GETRANDOM

/* Define to 1 if you have the `glob' function. */
#undef HAVE_GLOB

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

/* Build with GNUTLS support */
#undef HAVE_GNUTLS

/* Build with GSSAPI support */
#undef HAVE_GSSAPI

/* Define to 1 if you have the <gssapi/gssapi_ext.h> header file. */
#undef HAVE_GSSAPI_GSSAPI_EXT_H

/* GSSAPI headers in gssapi/gssapi.h */
#undef HAVE_GSSAPI_GSSAPI_H

/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
#undef HAVE_GSSAPI_GSSAPI_KRB5_H

/* GSSAPI headers in gssapi.h */
#undef HAVE_GSSAPI_H

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

/* GSSAPI supports SPNEGO */
#undef HAVE_GSSAPI_SPNEGO

/* Define to 1 if you have the `gsskrb5_register_acceptor_identity' function.
   */
#undef HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY

/* Build with HMAC_CTX_new() support */
#undef HAVE_HMAC_CTX_NEW

/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV

/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON

/* Define to 1 if you have the `inotify_init' function. */
#undef HAVE_INOTIFY_INIT

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

/* Build with IPv6 support */
#undef HAVE_IPV6

/* Define to 1 if you have the <jfs/quota.h> header file. */
#undef HAVE_JFS_QUOTA_H

/* Define to 1 if you have the `kevent' function. */
#undef HAVE_KEVENT

/* Define to 1 if you have the `kqueue' function. */
#undef HAVE_KQUEUE

/* Define to 1 if you have the `krb5_free_context' function. */
#undef HAVE_KRB5_FREE_CONTEXT

/* Define to 1 if you have the `krb5_gss_register_acceptor_identity' function.
   */
#undef HAVE_KRB5_GSS_REGISTER_ACCEPTOR_IDENTITY

/* Define this if you have libbsd */
#undef HAVE_LIBBSD

/* libcap is installed for cap_init() */
#undef HAVE_LIBCAP

/* Define to 1 if you have the <libexttextcat/textcat.h> header file. */
#undef HAVE_LIBEXTTEXTCAT_TEXTCAT_H

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

/* Define if you want ICU normalization support for FTS */
#undef HAVE_LIBICU

/* Define if you have libsodium */
#undef HAVE_LIBSODIUM

/* Define to 1 if you have libsystemd */
#undef HAVE_LIBSYSTEMD

/* Define to 1 if you have the <libtextcat/textcat.h> header file. */
#undef HAVE_LIBTEXTCAT_TEXTCAT_H

/* Define this if you have libunwind */
#undef HAVE_LIBUNWIND

/* Define if you have libwrap */
#undef HAVE_LIBWRAP

/* Define to 1 if you have the <linux/dqblk_xfs.h> header file. */
#undef HAVE_LINUX_DQBLK_XFS_H

/* Define to 1 if you have the <linux/falloc.h> header file. */
#undef HAVE_LINUX_FALLOC_H

/* Define if you have Linux-compatible mremap() */
#undef HAVE_LINUX_MREMAP

/* Define if you have Linux-compatible sendfile() */
#undef HAVE_LINUX_SENDFILE

/* Define to 1 if you have the `lockf' function. */
#undef HAVE_LOCKF

/* Define to 1 if you have lua */
#undef HAVE_LUA

/* Define to 1 if you have the `luaL_setfuncs' function. */
#undef HAVE_LUAL_SETFUNCS

/* Define to 1 if you have the `luaL_setmetatable' function. */
#undef HAVE_LUAL_SETMETATABLE

/* Define to 1 if you have the `lua_isinteger' function. */
#undef HAVE_LUA_ISINTEGER

/* Define to 1 if you have the `lua_resume' function. */
#undef HAVE_LUA_RESUME

/* Define to 1 if you have the `lua_seti' function. */
#undef HAVE_LUA_SETI

/* Define to 1 if you have the `lua_tointegerx' function. */
#undef HAVE_LUA_TOINTEGERX

/* Define to 1 if you have the `lua_yieldk' function. */
#undef HAVE_LUA_YIELDK

/* Define if you have lz4 library */
#undef HAVE_LZ4

/* Define if you have LZ4_compress_default */
#undef HAVE_LZ4_COMPRESS_DEFAULT

/* Define if you have lzma library */
#undef HAVE_LZMA

/* Define to 1 if you have the `madvise' function. */
#undef HAVE_MADVISE

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

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

/* Define to 1 if you have the `malloc_usable_size' function. */
#undef HAVE_MALLOC_USABLE_SIZE

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

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

/* Define if you have dynamic module support */
#undef HAVE_MODULES

/* Build with MySQL support */
#undef HAVE_MYSQL

/* Define if your MySQL library has SSL functions */
#undef HAVE_MYSQL_SSL

/* Define if your MySQL library supports setting cipher */
#undef HAVE_MYSQL_SSL_CIPHER

/* Defineif your MySQL library supports verifying the name in the SSL
   certificate */
#undef HAVE_MYSQL_SSL_VERIFY_SERVER_CERT

/* Build with OBJ_length() support */
#undef HAVE_OBJ_LENGTH

/* Define if you don't have C99 compatible vsnprintf() call */
#undef HAVE_OLD_VSNPRINTF

/* Build with OpenSSL support */
#undef HAVE_OPENSSL

/* Define if OpenSSL performs thread cleanup automatically */
#undef HAVE_OPENSSL_AUTO_THREAD_DEINIT

/* OpenSSL supports OPENSSL_cleanup() */
#undef HAVE_OPENSSL_CLEANUP

/* Define to 1 if you have the <openssl/err.h> header file. */
#undef HAVE_OPENSSL_ERR_H

/* Define if you have ERR_remove_thread_state */
#undef HAVE_OPENSSL_ERR_REMOVE_THREAD_STATE

/* Define if you have openssl/rand.h */
#undef HAVE_OPENSSL_RAND_H

/* Define to 1 if you have the <openssl/ssl.h> header file. */
#undef HAVE_OPENSSL_SSL_H

/* Define if you have pam/pam_appl.h */
#undef HAVE_PAM_PAM_APPL_H

/* Define if you have pam_setcred() */
#undef HAVE_PAM_SETCRED

/* Build with PostgreSQL support */
#undef HAVE_PGSQL

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

/* Define if you have a working posix_fallocate() */
#undef HAVE_POSIX_FALLOCATE

/* Define if libpq has PQescapeStringConn function */
#undef HAVE_PQESCAPE_STRING_CONN

/* Define to 1 if you have the `pread' function. */
#undef HAVE_PREAD

/* Define if you have prctl(PR_SET_DUMPABLE) */
#undef HAVE_PR_SET_DUMPABLE

/* Define to 1 if you have the `quotactl' function. */
#undef HAVE_QUOTACTL

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

/* Define if you have quota_open() */
#undef HAVE_QUOTA_OPEN

/* Define if Q_QUOTACTL exists */
#undef HAVE_Q_QUOTACTL

/* Define if you have RLIMIT_AS for setrlimit() */
#undef HAVE_RLIMIT_AS

/* Define if you have RLIMIT_CORE for getrlimit() */
#undef HAVE_RLIMIT_CORE

/* Define if you have RLIMIT_NPROC for setrlimit() */
#undef HAVE_RLIMIT_NPROC

/* Define if you wish to retrieve quota of NFS mounted mailboxes */
#undef HAVE_RQUOTA

/* Build with RSA_generate_key_ex() support */
#undef HAVE_RSA_GENERATE_KEY_EX

/* Build with RSA_set0_crt_params support */
#undef HAVE_RSA_SET0_CRT_PARAMS

/* Build with RSA_set0_factors support */
#undef HAVE_RSA_SET0_FACTORS

/* Build with RSA_set0_key support */
#undef HAVE_RSA_SET0_KEY

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

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

/* Define if you have security/pam_appl.h */
#undef HAVE_SECURITY_PAM_APPL_H

/* Define to 1 if you have the `setegid' function. */
#undef HAVE_SETEGID

/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID

/* Define to 1 if you have the `setpriority' function. */
#undef HAVE_SETPRIORITY

/* Define to 1 if you have the `setproctitle' function. */
#undef HAVE_SETPROCTITLE

/* Define to 1 if you have the `setresgid' function. */
#undef HAVE_SETRESGID

/* Define to 1 if you have the `setreuid' function. */
#undef HAVE_SETREUID

/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT

/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION

/* Define to 'int' if you don't have socklen_t */
#undef HAVE_SOCKLEN_T

/* Define if you have Solaris-compatible sendfile() */
#undef HAVE_SOLARIS_SENDFILE

/* Build with SQLite3 support */
#undef HAVE_SQLITE

/* Build with SSL/TLS support */
#undef HAVE_SSL

/* Define if you have SSL_CIPHER_get_kx_nid */
#undef HAVE_SSL_CIPHER_get_kx_nid

/* Define if you have SSL_clear_options */
#undef HAVE_SSL_CLEAR_OPTIONS

/* Build with OpenSSL compression */
#undef HAVE_SSL_COMPRESSION

/* Build with SSL_COMP_free_compression_methods() support */
#undef HAVE_SSL_COMP_FREE_COMPRESSION_METHODS

/* Define if you have SSL_CTX_add0_chain_cert */
#undef HAVE_SSL_CTX_ADD0_CHAIN_CERT

/* Define if you have SSL_CTX_set1_curves_list */
#undef HAVE_SSL_CTX_SET1_CURVES_LIST

/* Build with SSL_CTX_set_ciphersuites() support */
#undef HAVE_SSL_CTX_SET_CIPHERSUITES

/* Define if you have SSL_CTX_set_current_cert */
#undef HAVE_SSL_CTX_SET_CURRENT_CERT

/* Define if you have SSL_CTX_set_min_proto_version */
#undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION

/* Build with TLS hostname support */
#undef HAVE_SSL_GET_SERVERNAME

/* Define if CRYPTO_set_mem_functions has new style parameters */
#undef HAVE_SSL_NEW_MEM_FUNCS

/* Define if you have statfs.f_mntfromname */
#undef HAVE_STATFS_MNTFROMNAME

/* Define if you have statvfs.f_mntfromname */
#undef HAVE_STATVFS_MNTFROMNAME

/* Define if you have st_?tim timespec fields in struct stat */
#undef HAVE_STAT_XTIM

/* Define if you have st_?timespec fields in struct stat */
#undef HAVE_STAT_XTIMESPEC

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

/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP

/* we have strict bool */
#undef HAVE_STRICT_BOOL

/* 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 if struct sqblk.dqb_curblocks exists */
#undef HAVE_STRUCT_DQBLK_CURBLOCKS

/* Define if struct sqblk.dqb_curspace exists */
#undef HAVE_STRUCT_DQBLK_CURSPACE

/* Define if you have struct iovec */
#undef HAVE_STRUCT_IOVEC

/* Define to 1 if the system has the type `struct sockpeercred'. */
#undef HAVE_STRUCT_SOCKPEERCRED

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

/* Define to 1 if you have the <sys/fs/quota_common.h> header file. */
#undef HAVE_SYS_FS_QUOTA_COMMON_H

/* Define to 1 if you have the <sys/fs/ufs_quota.h> header file. */
#undef HAVE_SYS_FS_UFS_QUOTA_H

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

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

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

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

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_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/sysmacros.h> header file. */
#undef HAVE_SYS_SYSMACROS_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/ucred.h> header file. */
#undef HAVE_SYS_UCRED_H

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

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

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

/* Define to 1 if you have the `timegm' function. */
#undef HAVE_TIMEGM

/* Define if you have struct tm->tm_gmtoff */
#undef HAVE_TM_GMTOFF

/* Define if you have typeof() */
#undef HAVE_TYPEOF

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

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

/* Define to 1 if you have the <ufs/ufs/quota.h> header file. */
#undef HAVE_UFS_UFS_QUOTA_H

/* Define if you have uintmax_t (C99 type) */
#undef HAVE_UINTMAX_T

/* Define if you have uint_fast32_t (C99 type) */
#undef HAVE_UINT_FAST32_T

/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME

/* Define if your compiler supports undefined sanitizers */
#undef HAVE_UNDEFINED_SANITIZER

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

/* Define if you have a native uoff_t type */
#undef HAVE_UOFF_T

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

/* Define to 1 if you have the `walkcontext' function. */
#undef HAVE_WALKCONTEXT

/* Define to 1 if you have the `writev' function. */
#undef HAVE_WRITEV

/* OpenSSL supports X509_check_host() */
#undef HAVE_X509_CHECK_HOST

/* OpenSSL supports X509_check_ip() */
#undef HAVE_X509_CHECK_IP

/* OpenSSL supports X509_check_ip_asc() */
#undef HAVE_X509_CHECK_IP_ASC

/* Define to 1 if you have the <xfs/xqm.h> header file. */
#undef HAVE_XFS_XQM_H

/* Define if you have zlib library */
#undef HAVE_ZLIB

/* Define if you have ZSTD library */
#undef HAVE_ZSTD

/* Whether zstd has ZSTD_getErrorCode */
#undef HAVE_ZSTD_GETERRORCODE

/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL

/* Define if you have __gss_userok() */
#undef HAVE___GSS_USEROK

/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST

/* Implement I/O loop with Linux 2.6 epoll() */
#undef IOLOOP_EPOLL

/* Implement I/O loop with BSD kqueue() */
#undef IOLOOP_KQUEUE

/* Use Linux inotify */
#undef IOLOOP_NOTIFY_INOTIFY

/* Use BSD kqueue directory changes notification */
#undef IOLOOP_NOTIFY_KQUEUE

/* No special notify support */
#undef IOLOOP_NOTIFY_NONE

/* Implement I/O loop with poll() */
#undef IOLOOP_POLL

/* Implement I/O loop with select() */
#undef IOLOOP_SELECT

/* Define if you have ldap_initialize */
#undef LDAP_HAVE_INITIALIZE

/* Define if you have ldap_start_tls_s */
#undef LDAP_HAVE_START_TLS_S

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Required memory alignment */
#undef MEM_ALIGN_SIZE

/* Define if shared mmaps don't get updated by write()s */
#undef MMAP_CONFLICTS_WRITE

/* Dynamic module suffix */
#undef MODULE_SUFFIX

/* Maximum value of off_t */
#undef OFF_T_MAX

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

/* Support URL */
#undef PACKAGE_WEBPAGE

/* Build with BSD authentication support */
#undef PASSDB_BSDAUTH

/* Build with checkpassword passdb support */
#undef PASSDB_CHECKPASSWORD

/* Build with LDAP support */
#undef PASSDB_LDAP

/* Build with PAM support */
#undef PASSDB_PAM

/* Build with passwd support */
#undef PASSDB_PASSWD

/* Build with passwd-file support */
#undef PASSDB_PASSWD_FILE

/* Build with shadow support */
#undef PASSDB_SHADOW

/* Build with SQL support */
#undef PASSDB_SQL

/* Define if pread/pwrite implementation is broken */
#undef PREAD_BROKEN

/* Define if pread/pwrite needs _XOPEN_SOURCE 500 */
#undef PREAD_WRAPPERS

/* printf() fmt for dec time_t */
#undef PRIdTIME_T

/* printf() format for uoff_t */
#undef PRIuUOFF_T

/* printf() fmt for hex time_t */
#undef PRIxTIME_T

/* Define if process title can be changed by modifying argv */
#undef PROCTITLE_HACK

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

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

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

/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P

/* Build SQL drivers as plugins */
#undef SQL_DRIVER_PLUGINS

/* Maximum value of ssize_t */
#undef SSIZE_T_MAX

/* C99 static array */
#undef STATIC_ARRAY

/* Building with static code analyzer */
#undef STATIC_CHECKER

/* reasonable mntctl buffer size */
#undef STATIC_MTAB_SIZE

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

/* Points to textcat pkgdatadir containing the language files */
#undef TEXTCAT_DATADIR

/* max. time_t bits gmtime() can handle */
#undef TIME_T_MAX_BITS

/* Define if your time_t is signed */
#undef TIME_T_SIGNED

/* Define if off_t is int */
#undef UOFF_T_INT

/* Define if off_t is long */
#undef UOFF_T_LONG

/* Define if off_t is long long */
#undef UOFF_T_LONG_LONG

/* Maximum value of uoff_t */
#undef UOFF_T_MAX

/* Build with checkpassword userdb support */
#undef USERDB_CHECKPASSWORD

/* Build with LDAP support */
#undef USERDB_LDAP

/* Build with passwd support */
#undef USERDB_PASSWD

/* Build with passwd-file support */
#undef USERDB_PASSWD_FILE

/* Build with prefetch userdb support */
#undef USERDB_PREFETCH

/* Build with SQL support */
#undef USERDB_SQL

/* A 'va_copy' style function */
#undef VA_COPY

/* 'va_lists' cannot be copied as values */
#undef VA_COPY_AS_ARRAY

/* Version number of package */
#undef VERSION

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

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* 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
#undef inline
#endif

/* Define to 'unsigned int' if you don't have it */
#undef size_t

/* Define to 'int' if you don't have it */
#undef ssize_t