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
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* Absolute path to the build directory */
#undef ABS_BUILD_DIR
/* Absolute path to the source directory */
#undef ABS_SRC_DIR
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* "The default enforcing level for AD GPO access-control" */
#undef AD_GPO_ACCESS_MODE_DEFAULT
/* whether to use GSS-SPNEGO if maxssf is 0 (zero) */
#undef ALLOW_GSS_SPNEGO_FOR_ZERO_MAXSSF
/* Path to the 3rd party modules */
#undef APP_MODULES_PATH
/* Whether to build support of deprecated ad_allow_remote_domain_local_groups
sssd.conf option */
#undef BUILD_ALLOW_REMOTE_DOMAIN_LOCAL_GROUPS
/* whether to build with AUTOFS support */
#undef BUILD_AUTOFS
/* Build chain id */
#undef BUILD_CHAIN_ID
/* Whether to build extended enumeration support */
#undef BUILD_EXTENDED_ENUMERATION_SUPPORT
/* whether to build with IdP id provider */
#undef BUILD_ID_PROVIDER_IDP
/* whether to build with KCM server support */
#undef BUILD_KCM
/* whether to build with NFSv4 IDMAP support */
#undef BUILD_NFS_IDMAP
/* whether to build with oidc_child support */
#undef BUILD_OIDC_CHILD
/* whether to build with passkey support */
#undef BUILD_PASSKEY
/* whether to build with samba support */
#undef BUILD_SAMBA
/* whether to build with SSH support */
#undef BUILD_SSH
/* whether to build with SUBID ranges support */
#undef BUILD_SUBID
/* whether to build with SUDO support */
#undef BUILD_SUDO
/* whether to install the systemd-sysusers configuration */
#undef BUILD_SYSTEMD_SYSUSERS
/* whether to install tmpfiles configuration */
#undef BUILD_TMPFILES
/* whether to install the udev rules */
#undef BUILD_UDEV_RULES
/* Path to the SSSD data provider plugins */
#undef DATA_PROVIDER_PLUGINS_PATH
/* Path to the SSSD databases */
#undef DB_PATH
/* The default value of krb5_ccachedir */
#undef DEFAULT_CCACHE_DIR
/* The default value of krb5_ccname_template */
#undef DEFAULT_CCNAME_TEMPLATE
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* Where to store GPO policy files */
#undef GPO_CACHE_PATH
/* Define to 1 if you have the <ares.h> header file. */
#undef HAVE_ARES_H
/* whether platform is big endian */
#undef HAVE_BIG_ENDIAN
/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define to 1 if you have the <check.h> header file. */
#undef HAVE_CHECK_H
/* Build with cifs idmap plugin */
#undef HAVE_CIFS_IDMAP_PLUGIN
/* CURLOPT_PROTOCOLS_STR available */
#undef HAVE_CURLOPT_PROTOCOLS_STR
/* Define to 1 if the system has the type 'DBusBasicValue'. */
#undef HAVE_DBUSBASICVALUE
/* Define if dbus_watch_get_unix_fd exists */
#undef HAVE_DBUS_WATCH_GET_UNIX_FD
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Build with debian config */
#undef HAVE_DEBIAN
/* Define to 1 if you have the declaration of 'cygwin_conv_path', and to 0 if
you don't. */
#undef HAVE_DECL_CYGWIN_CONV_PATH
/* Define if you have the GNU dld library. */
#undef HAVE_DLD
/* Define to 1 if you have the 'dlerror' function. */
#undef HAVE_DLERROR
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the _dyld_func_lookup function. */
#undef HAVE_DYLD
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
/* Define to 1 if the system has the type 'errno_t'. */
#undef HAVE_ERRNO_T
/* Define to 1 if you have the 'explicit_bzero' function. */
#undef HAVE_EXPLICIT_BZERO
/* Using faketime for some tests */
#undef HAVE_FAKETIME
/* Build with fedora config */
#undef HAVE_FEDORA
/* whether compiler supports __attribute__((destructor)) */
#undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR
/* whether compiler supports __attribute__((format)) */
#undef HAVE_FUNCTION_ATTRIBUTE_FORMAT
/* whether compiler supports __attribute__((warn_unused_result)) */
#undef HAVE_FUNCTION_ATTRIBUTE_WARN_UNUSED_RESULT
/* Build with gdm-pam-extensions support */
#undef HAVE_GDM_PAM_EXTENSIONS
/* Build with gentoo config */
#undef HAVE_GENTOO
/* Define to 1 if you have the 'getpgrp' function. */
#undef HAVE_GETPGRP
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define if you have the iconv() function. */
#undef HAVE_ICONV
/* Inotify works */
#undef HAVE_INOTIFY
/* Define to 1 if the system has the type 'intptr_t'. */
#undef HAVE_INTPTR_T
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <jansson.h> header file. */
#undef HAVE_JANSSON_H
/* Build with kcm renewals */
#undef HAVE_KCM_RENEWAL
/* Define to 1 if you have the <keyutils.h> header file. */
#undef HAVE_KEYUTILS_H
/* Define to 1 if you have the 'krb5_cc_cache_match' function. */
#undef HAVE_KRB5_CC_CACHE_MATCH
/* Define to 1 if you have the 'krb5_cc_get_full_name' function. */
#undef HAVE_KRB5_CC_GET_FULL_NAME
/* Define to 1 if you have the 'krb5_find_authdata' function. */
#undef HAVE_KRB5_FIND_AUTHDATA
/* Define to 1 if you have the 'krb5_free_keytab_entry_contents' function. */
#undef HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS
/* Define to 1 if you have the 'krb5_free_unparsed_name' function. */
#undef HAVE_KRB5_FREE_UNPARSED_NAME
/* Define to 1 if you have the 'krb5_get_error_message' function. */
#undef HAVE_KRB5_GET_ERROR_MESSAGE
/* Define to 1 if you have the 'krb5_get_init_creds_opt_alloc' function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
/* Define to 1 if you have the 'krb5_get_init_creds_opt_set_canonicalize'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_CANONICALIZE
/* Define to 1 if you have the
'krb5_get_init_creds_opt_set_change_password_prompt' function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_CHANGE_PASSWORD_PROMPT
/* Define to 1 if you have the 'krb5_get_init_creds_opt_set_expire_callback'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_EXPIRE_CALLBACK
/* Define to 1 if you have the 'krb5_get_init_creds_opt_set_fast_ccache_name'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_FAST_CCACHE_NAME
/* Define to 1 if you have the 'krb5_get_init_creds_opt_set_fast_flags'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_FAST_FLAGS
/* Define to 1 if you have the 'krb5_get_init_creds_opt_set_responder'
function. */
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_RESPONDER
/* Define to 1 if you have the 'krb5_get_time_offsets' function. */
#undef HAVE_KRB5_GET_TIME_OFFSETS
/* Define to 1 if you have the <krb5.h> header file. */
#undef HAVE_KRB5_H
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#undef HAVE_KRB5_KRB5_H
/* Define to 1 if you have the 'krb5_kt_free_entry' function. */
#undef HAVE_KRB5_KT_FREE_ENTRY
/* Define to 1 if you have the 'krb5_kt_have_content' function. */
#undef HAVE_KRB5_KT_HAVE_CONTENT
/* Build with krb5 localauth plugin */
#undef HAVE_KRB5_LOCALAUTH_PLUGIN
/* Build with krb5 locator plugin */
#undef HAVE_KRB5_LOCATOR_PLUGIN
/* Define to 1 if you have the 'krb5_parse_name_flags' function. */
#undef HAVE_KRB5_PARSE_NAME_FLAGS
/* Define to 1 if you have the 'krb5_principal_get_realm' function. */
#undef HAVE_KRB5_PRINCIPAL_GET_REALM
/* Define to 1 if you have the 'krb5_princ_realm' function. */
#undef HAVE_KRB5_PRINC_REALM
/* Define to 1 if you have the 'krb5_set_trace_callback' function. */
#undef HAVE_KRB5_SET_TRACE_CALLBACK
/* Define to 1 if the system has the type 'krb5_ticket_times'. */
#undef HAVE_KRB5_TICKET_TIMES
/* Define to 1 if the system has the type 'krb5_times'. */
#undef HAVE_KRB5_TIMES
/* Define to 1 if you have the 'krb5_timestamp_to_sfstring' function. */
#undef HAVE_KRB5_TIMESTAMP_TO_SFSTRING
/* Define to 1 if the system has the type 'krb5_trace_info'. */
#undef HAVE_KRB5_TRACE_INFO
/* Define to 1 if you have the 'krb5_unmarshal_credentials' function. */
#undef HAVE_KRB5_UNMARSHAL_CREDENTIALS
/* Define to 1 if you have the 'krb5_unparse_name_flags' function. */
#undef HAVE_KRB5_UNPARSE_NAME_FLAGS
/* Define if LDAP connection callbacks are available, always set when
cross-compiling */
#undef HAVE_LDAP_CONNCB
/* Define to 1 if you have the 'ldap_control_create' function. */
#undef HAVE_LDAP_CONTROL_CREATE
/* Define to 1 if you have the 'ldap_create_deref_control_value' function. */
#undef HAVE_LDAP_CREATE_DEREF_CONTROL_VALUE
/* Define to 1 if you have the 'ldap_derefresponse_free' function. */
#undef HAVE_LDAP_DEREFRESPONSE_FREE
/* Define to 1 if you have the 'ldap_init_fd' function. */
#undef HAVE_LDAP_INIT_FD
/* Define to 1 if you have the 'ldap_is_ldapc_url' function. */
#undef HAVE_LDAP_IS_LDAPC_URL
/* Define to 1 if you have the 'ldap_parse_derefresponse_control' function. */
#undef HAVE_LDAP_PARSE_DEREFRESPONSE_CONTROL
/* Define to 1 if you have the <ldb.h> header file. */
#undef HAVE_LDB_H
/* Define to 1 if you have the <ldb_module.h> header file. */
#undef HAVE_LDB_MODULE_H
/* Define if you have the libdl library or equivalent. */
#undef HAVE_LIBDL
/* Define if libdlloader will be built on this platform */
#undef HAVE_LIBDLLOADER
/* Build with libnetlink support */
#undef HAVE_LIBNL
/* Libnetlink version = 1 */
#undef HAVE_LIBNL1
/* Libnetlink version = 3 */
#undef HAVE_LIBNL3
/* Define if you have the librt library or equivalent. */
#undef HAVE_LIBRT
/* whether platform is little endian */
#undef HAVE_LITTLE_ENDIAN
/* Define to 1 if the system has the type 'long long'. */
#undef HAVE_LONG_LONG
/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H
/* Define to 1 if you have the <netlink.h> header file. */
#undef HAVE_NETLINK_H
/* Define to 1 if you have the <nfsidmap_plugin.h> header file. */
#undef HAVE_NFSIDMAP_PLUGIN_H
/* Does libnl have nl_set_passcred? */
#undef HAVE_NL_SET_PASSCRED
/* Does libnl have nl_socket_add_membership? */
#undef HAVE_NL_SOCKET_ADD_MEMBERSHIP
/* Does libnl have nl_socket_modify_cb? */
#undef HAVE_NL_SOCKET_MODIFY_CB
/* Does libnl have nl_socket_set_passcred? */
#undef HAVE_NL_SOCKET_SET_PASSCRED
/* Build with the PAC responder */
#undef HAVE_PAC_RESPONDER
/* Define to 1 if you have the 'pam_modutil_getlogin' function. */
#undef HAVE_PAM_MODUTIL_GETLOGIN
/* Define to 1 if you have the 'pam_syslog' function. */
#undef HAVE_PAM_SYSLOG
/* Define to 1 if you have the 'pam_vsyslog' function. */
#undef HAVE_PAM_VSYSLOG
/* Define to 1 if you have the <pcre2.h> header file. */
#undef HAVE_PCRE2_H
/* Define to 1 if you have the <popt.h> header file. */
#undef HAVE_POPT_H
/* Define to 1 if you have the 'prctl' function. */
#undef HAVE_PRCTL
/* Define to 1 if you have the 'procctl' function. */
#undef HAVE_PROCCTL
/* Pthread mutexes available. */
#undef HAVE_PTHREAD
/* Extended pthread functionality is available. */
#undef HAVE_PTHREAD_EXT
/* Build with python2 bindings */
#undef HAVE_PYTHON2_BINDINGS
/* Build with python3 bindings */
#undef HAVE_PYTHON3_BINDINGS
/* Build with redhat config */
#undef HAVE_REDHAT
/* Does libnl have rtnl_route_get_oif? */
#undef HAVE_RTNL_ROUTE_GET_OIF
/* Define to 1 if you have the <sasl/sasl.h> header file. */
#undef HAVE_SASL_SASL_H
/* Define to 1 if you have the <security/openpam.h> header file. */
#undef HAVE_SECURITY_OPENPAM_H
/* Define to 1 if you have the <security/pam_appl.h> header file. */
#undef HAVE_SECURITY_PAM_APPL_H
/* Define to 1 if you have the <security/pam_ext.h> header file. */
#undef HAVE_SECURITY_PAM_EXT_H
/* Define to 1 if you have the <security/pam_misc.h> header file. */
#undef HAVE_SECURITY_PAM_MISC_H
/* Define to 1 if you have the <security/pam_modules.h> header file. */
#undef HAVE_SECURITY_PAM_MODULES_H
/* Define to 1 if you have the <security/pam_modutil.h> header file. */
#undef HAVE_SECURITY_PAM_MODUTIL_H
/* Define to 1 if you have the <security/_pam_macros.h> header file. */
#undef HAVE_SECURITY__PAM_MACROS_H
/* Build with SELinux support */
#undef HAVE_SELINUX
/* Define to 1 if you have the <selinux/selinux.h> header file. */
#undef HAVE_SELINUX_SELINUX_H
/* Define to 1 if you have the <semanage/semanage.h> header file. */
#undef HAVE_SEMANAGE_SEMANAGE_H
/* Whether the service command is available */
#undef HAVE_SERVICE
/* Define to 1 if you have the <setjmp.h> header file. */
#undef HAVE_SETJMP_H
/* Define if you have the shl_load function. */
#undef HAVE_SHL_LOAD
/* Define to 1 if you have the 'sigaction' function. */
#undef HAVE_SIGACTION
/* Define to 1 if you have the 'sigblock' function. */
#undef HAVE_SIGBLOCK
/* Define to 1 if you have the 'sigprocmask' function. */
#undef HAVE_SIGPROCMASK
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define to 1 if you have the <stdatomic.h> header file. */
#undef HAVE_STDATOMIC_H
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_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 <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 'lc_arg' is a member of 'struct ldap_conncb'. */
#undef HAVE_STRUCT_LDAP_CONNCB_LC_ARG
/* Define to 1 if 'resource_groups' is a member of 'struct PAC_LOGON_INFO'. */
#undef HAVE_STRUCT_PAC_LOGON_INFO_RESOURCE_GROUPS
/* Define to 1 if 'ex' is a member of 'struct PAC_UPN_DNS_INFO'. */
#undef HAVE_STRUCT_PAC_UPN_DNS_INFO_EX
/* Define to 1 if 'gid' is a member of 'struct ucred'. */
#undef HAVE_STRUCT_UCRED_GID
/* Define to 1 if 'pid' is a member of 'struct ucred'. */
#undef HAVE_STRUCT_UCRED_PID
/* Define to 1 if 'uid' is a member of 'struct ucred'. */
#undef HAVE_STRUCT_UCRED_UID
/* Define to 1 if 'cr_groups' is a member of 'struct xucred'. */
#undef HAVE_STRUCT_XUCRED_CR_GROUPS
/* Define to 1 if 'cr_pid' is a member of 'struct xucred'. */
#undef HAVE_STRUCT_XUCRED_CR_PID
/* Define to 1 if 'cr_uid' is a member of 'struct xucred'. */
#undef HAVE_STRUCT_XUCRED_CR_UID
/* Build with suse config */
#undef HAVE_SUSE
/* Build with systemd support */
#undef HAVE_SYSTEMD
/* Build with $daemon_lib_name support */
#undef HAVE_SYSTEMD_DAEMON
/* Build with $login_lib_name support */
#undef HAVE_SYSTEMD_LOGIN
/* Define to 1 if systemtap is enabled */
#undef HAVE_SYSTEMTAP
/* Define to 1 if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H
/* Define to 1 if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H
/* Define to 1 if you have the <sys/inotify.h> header file. */
#undef HAVE_SYS_INOTIFY_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 you have the <tdb.h> header file. */
#undef HAVE_TDB_H
/* Build with certificates from test CA */
#undef HAVE_TEST_CA
/* Define to 1 if you have the 'tevent_fd_get_tag' function. */
#undef HAVE_TEVENT_FD_GET_TAG
/* Define to 1 if you have the 'tevent_fd_set_tag' function. */
#undef HAVE_TEVENT_FD_SET_TAG
/* Define to 1 if you have the 'tevent_immediate_get_tag' function. */
#undef HAVE_TEVENT_IMMEDIATE_GET_TAG
/* Define to 1 if you have the 'tevent_immediate_set_tag' function. */
#undef HAVE_TEVENT_IMMEDIATE_SET_TAG
/* Define to 1 if you have the 'tevent_set_trace_fd_callback' function. */
#undef HAVE_TEVENT_SET_TRACE_FD_CALLBACK
/* Define to 1 if you have the 'tevent_set_trace_immediate_callback' function.
*/
#undef HAVE_TEVENT_SET_TRACE_IMMEDIATE_CALLBACK
/* Define to 1 if you have the 'tevent_set_trace_signal_callback' function. */
#undef HAVE_TEVENT_SET_TRACE_SIGNAL_CALLBACK
/* Define to 1 if you have the 'tevent_set_trace_timer_callback' function. */
#undef HAVE_TEVENT_SET_TRACE_TIMER_CALLBACK
/* Define to 1 if you have the 'tevent_signal_get_tag' function. */
#undef HAVE_TEVENT_SIGNAL_GET_TAG
/* Define to 1 if you have the 'tevent_signal_set_tag' function. */
#undef HAVE_TEVENT_SIGNAL_SET_TAG
/* Define to 1 if you have the 'tevent_timer_get_tag' function. */
#undef HAVE_TEVENT_TIMER_GET_TAG
/* Define to 1 if you have the 'tevent_timer_set_tag' function. */
#undef HAVE_TEVENT_TIMER_SET_TAG
/* Define if struct ucred is available */
#undef HAVE_UCRED
/* Define to 1 if you have the <unicase.h> header file. */
#undef HAVE_UNICASE_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <unistr.h> header file. */
#undef HAVE_UNISTR_H
/* Define to 1 if you have the <uuid/uuid.h> header file. */
#undef HAVE_UUID_UUID_H
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
/* whether OpenSSL's x400Address is ASN1_STRING */
#undef HAVE_X400ADDRESS_STRING
/* Define if struct xucred is available */
#undef HAVE_XUCRED
/* The path to the ipa-getkeytab utility */
#undef IPA_GETKEYTAB_PATH
/* KRB5 configuration file */
#undef KRB5_CONF_PATH
/* Path to KRB5 KDC run directory */
#undef KRB5_KDC_RUNDIR
/* Directory used for storing Kerberos replay caches */
#undef KRB5_RCACHE_DIR
/* Where to store log files for the SSSD */
#undef LOG_PATH
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Where to store mmap cache files for the SSSD interconnects */
#undef MCACHE_PATH
/* The shell used to deny access to users */
#undef NOLOGIN_SHELL
/* whether to build sssd nss plugin with nonstandard glibc behaviour */
#undef NONSTANDARD_SSS_NSS_BEHAVIOUR
/* The path to nsupdate */
#undef NSUPDATE_PATH
/* 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
/* Define libpcre2 unit size */
#undef PCRE2_CODE_UNIT_WIDTH
/* Where to store pid files for the SSSD */
#undef PID_PATH
/* Where to store pipe files for the SSSD interconnects */
#undef PIPE_PATH
/* Prerelease version number of package */
#undef PRERELEASE_VERSION
/* Where to store pubconf files for the SSSD */
#undef PUBCONF_PATH
/* The path of libpython for dlopen-tests */
#undef PYTHON_DLOPEN_LIB
/* The path to the adcli utility */
#undef RENEWAL_PROG_PATH_ADCLI
/* The path to the realm utility */
#undef RENEWAL_PROG_PATH_REALM
/* Path to the SSSD Secrets databases */
#undef SECRETS_DB_PATH
/* The path to service */
#undef SERVICE_PATH
/* The shell used to record user sessions */
#undef SESSION_RECORDING_SHELL
/* The size of 'char', as computed by sizeof. */
#undef SIZEOF_CHAR
/* The size of 'gid_t', as computed by sizeof. */
#undef SIZEOF_GID_T
/* The size of 'id_t', as computed by sizeof. */
#undef SIZEOF_ID_T
/* 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 'off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
/* The size of 'short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* The size of 'size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
/* The size of 'ssize_t', as computed by sizeof. */
#undef SIZEOF_SSIZE_T
/* The size of 'time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T
/* The size of 'uid_t', as computed by sizeof. */
#undef SIZEOF_UID_T
/* Samba's new push/pull switch functions */
#undef SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH
/* Samba's struct idmap_domain has dom_sid member */
#undef SMB_IDMAP_DOMAIN_HAS_DOM_SID
/* Detected version of Samba's idmap plugin interface */
#undef SMB_IDMAP_INTERFACE_VERSION
/* Path to softhsm2 PKCS#11 module */
#undef SOFTHSM2_PATH
/* whether support of non root user configured */
#undef SSSD_NON_ROOT_USER
/* "Supported non-root user to run SSSD as" */
#undef SSSD_USER
/* __attribute__((fallthrough)) if supported */
#undef SSS_ATTRIBUTE_FALLTHROUGH
/* Define to 1 if you want ldb version check. */
#undef SSS_LDB_VERSION_CHECK
/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Directory used for 'make check' temporary files */
#undef TEST_DIR
/* Define if the keyring should be used */
#undef USE_KEYRING
/* Enable extensions on AIX, Interix, z/OS. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable general extensions on macOS. */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable X/Open compliant socket functions that do not require linking
with -lxnet on HP-UX 11.11. */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Identify the host operating system as Minix.
This macro does not affect the system headers' behavior.
A future release of Autoconf may stop defining this macro. */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
Enable NetBSD compatibility extensions on Minix. */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
Oddly enough, this does nothing on OpenBSD. */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by C23 Annex F. */
#ifndef __STDC_WANT_IEC_60559_EXT__
# undef __STDC_WANT_IEC_60559_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
#endif
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
#ifndef __STDC_WANT_LIB_EXT2__
# undef __STDC_WANT_LIB_EXT2__
#endif
/* Enable extensions specified by ISO/IEC 24747:2009. */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# undef __STDC_WANT_MATH_SPEC_FUNCS__
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable X/Open extensions. Define to 500 only if necessary
to make mbstate_t available. */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif
/* Version number of package */
#undef VERSION
/* journald is available */
#undef WITH_JOURNALD
/* Send syslog to stderr */
#undef WITH_STDERR_SYSLOG
/* 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 'short' if <sys/types.h> does not define. */
#undef int16_t
/* Define to 'long' if <sys/types.h> does not define. */
#undef int32_t
/* Define to 'long long' if <sys/types.h> does not define. */
#undef int64_t
/* Define to 'char' if <sys/types.h> does not define. */
#undef int8_t
/* Define to `long long' if <stdint.h> does not define. */
#undef intptr_t
/* Define to 'unsigned long long' if <sys/types.h> does not define. */
#undef ptrdiff_t
/* Define to 'unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to 'int' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to 'unsigned short' if <sys/types.h> does not define. */
#undef uint16_t
/* Define to 'unsigned long' if <sys/types.h> does not define. */
#undef uint32_t
/* Define to 'unsigned long long' if <sys/types.h> does not define. */
#undef uint64_t
/* Define to 'unsigned char' if <sys/types.h> does not define. */
#undef uint8_t
/* Define to 'unsigned int' if <sys/types.h> does not define. */
#undef uint_t
/* Define to 'unsigned long long' if <sys/types.h> does not define. */
#undef uintptr_t
|