Codebase list libvirt / upstream/6.2.0 config.h.in
upstream/6.2.0

Tree @upstream/6.2.0 (Download .tar.gz)

config.h.in @upstream/6.2.0raw · history · blame

   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
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Location of addr2line program */
#undef ADDR2LINE

/* path to apparmor directory */
#undef APPARMOR_DIR

/* path to kernel profiles */
#undef APPARMOR_PROFILES_PATH

/* Location of the bhyve tool */
#undef BHYVE

/* Location of the bhyvectl tool */
#undef BHYVECTL

/* Location of the bhyveload tool */
#undef BHYVELOAD

/* Define to 1 if gcc -Wlogical-op reports false positive 'or' equal expr */
#undef BROKEN_GCC_WLOGICALOP_EQUAL_EXPR

/* Default editor to use */
#undef DEFAULT_EDITOR

/* List of loader:nvram pairs */
#undef DEFAULT_LOADER_NVRAM

/* Location or name of the dmidecode program */
#undef DMIDECODE

/* Location or name of the dnsmasq program */
#undef DNSMASQ

/* path to ebtables binary */
#undef EBTABLES_PATH

/* whether debugging is enabled */
#undef ENABLE_DEBUG

/* Enable compile-time and run-time bounds-checking, and some warnings,
        without upsetting newer glibc. */
     #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
     # define _FORTIFY_SOURCE 2
     #endif
    

/* Define to 1 if pthread_sigmask is not a real function */
#undef FUNC_PTHREAD_SIGMASK_BROKEN

/* whether BSD style bridge management is available */
#undef HAVE_BSD_BRIDGE_MGMT

/* whether BSD CPU affinity management is available */
#undef HAVE_BSD_CPU_AFFINITY

/* whether using BSD style NSS */
#undef HAVE_BSD_NSS

/* Define to 1 if the system has the type `DBusBasicValue'. */
#undef HAVE_DBUSBASICVALUE

/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
#undef HAVE_DBUS_WATCH_GET_UNIX_FD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* whether link_addr is available */
#undef HAVE_DECL_LINK_ADDR

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

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

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

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

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

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

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

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

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

/* Define to 1 if you have the `getegid' function. */
#undef HAVE_GETEGID

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `getgid' function. */
#undef HAVE_GETGID

/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS

/* Define to 1 if you have the `getmntent_r' function. */
#undef HAVE_GETMNTENT_R

/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R

/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT

/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID

/* Define to 1 if you have the `getutxid' function. */
#undef HAVE_GETUTXID

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

/* Define to 1 if you have the `if_indextoname' function. */
#undef HAVE_IF_INDEXTONAME

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

/* Define to 1 if you have the `apparmor' library (-lapparmor). */
#undef HAVE_LIBAPPARMOR

/* Define to 1 if you have the `attr' library (-lattr). */
#undef HAVE_LIBATTR

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

/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
#undef HAVE_LIBCAP_NG

/* Define to 1 if you have the `devmapper' library (-ldevmapper). */
#undef HAVE_LIBDEVMAPPER

/* Define to 1 if you have the `intl' library (-lintl). */
#undef HAVE_LIBINTL

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

/* Define to 1 if you have the `kvm' library (-lkvm). */
#undef HAVE_LIBKVM

/* whether the netlink library is available */
#undef HAVE_LIBNL

/* Define to 1 if you have the `numa' library (-lnuma). */
#undef HAVE_LIBNUMA

/* whether libpcap can be used */
#undef HAVE_LIBPCAP

/* Define to 1 if you have the `portablexdr' library (-lportablexdr). */
#undef HAVE_LIBPORTABLEXDR

/* Define to 1 if you have the `readline' library (-lreadline). */
#undef HAVE_LIBREADLINE

/* Define to 1 if you have the `sanlock_client' library (-lsanlock_client). */
#undef HAVE_LIBSANLOCK_CLIENT

/* Define to 1 if you have the `selinux' library (-lselinux). */
#undef HAVE_LIBSELINUX

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

/* Define to 1 if you have the `util' library (-lutil). */
#undef HAVE_LIBUTIL

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

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

/* Define to 1 if you have the `yajl' library (-lyajl). */
#undef HAVE_LIBYAJL

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

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

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

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

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

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

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

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

/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT

/* Define to 1 if you have the `lstat64' function. */
#undef HAVE_LSTAT64

/* whether Mach clock routines are available */
#undef HAVE_MACH_CLOCK_ROUTINES

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

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

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

/* Define to 1 if you have the <net/ethernet.h> header file. */
#undef HAVE_NET_ETHERNET_H

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

/* Define to 1 if you have the `newlocale' function. */
#undef HAVE_NEWLOCALE

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

/* Define to 1 if the system has the type `nss_module_unregister_fn'. */
#undef HAVE_NSS_MODULE_UNREGISTER_FN

/* Define to 1 if the system has the type `ns_mtab'. */
#undef HAVE_NS_MTAB

/* whether numad is available */
#undef HAVE_NUMAD

/* whether numa_bitmask_isbitset is available */
#undef HAVE_NUMA_BITMASK_ISBITSET

/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2

/* Define to 1 if you have the `posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE

/* Define to 1 if you have the `posix_memalign' function. */
#undef HAVE_POSIX_MEMALIGN

/* Define to 1 if you have the `prlimit' function. */
#undef HAVE_PRLIMIT

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

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

/* Define to 1 if you have the `rbd_get_features' function. */
#undef HAVE_RBD_GET_FEATURES

/* Define to 1 if you have the `rbd_list2' function. */
#undef HAVE_RBD_LIST2

/* whether sanlock supports sanlock_inq_lockspace */
#undef HAVE_SANLOCK_INQ_LOCKSPACE

/* whether sanlock supports sanlock_write_lockspace */
#undef HAVE_SANLOCK_IO_TIMEOUT

/* whether Sanlock supports sanlock_killpath */
#undef HAVE_SANLOCK_KILLPATH

/* whether sanlock supports sanlock_strerror */
#undef HAVE_SANLOCK_STRERROR

/* Define to 1 if you have the `sched_getaffinity' function. */
#undef HAVE_SCHED_GETAFFINITY

/* Define to 1 if you have the `sched_setscheduler' function. */
#undef HAVE_SCHED_SETSCHEDULER

/* Define to 1 if you have the `selinux_lxc_contexts_path' function. */
#undef HAVE_SELINUX_LXC_CONTEXTS_PATH

/* Define to 1 if you have the `setgroups' function. */
#undef HAVE_SETGROUPS

/* Define to 1 if you have the `setns' function. */
#undef HAVE_SETNS

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

/* Define to 1 if you have the `stat' function. */
#undef HAVE_STAT

/* Define to 1 if you have the `stat64' function. */
#undef HAVE_STAT64

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

/* Defined if struct gaih_addrtuple exists in nss.h */
#undef HAVE_STRUCT_GAIH_ADDRTUPLE

/* Defined if struct ifreq exists in net/if.h */
#undef HAVE_STRUCT_IFREQ

/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_HWADDR

/* Define to 1 if `ifr_ifindex' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_IFINDEX

/* Define to 1 if `ifr_index' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_INDEX

/* Define to 1 if `ifr_newname' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_NEWNAME

/* Define to 1 if `ifi_oqdrops' is a member of `struct if_data'. */
#undef HAVE_STRUCT_IF_DATA_IFI_OQDROPS

/* Defined if struct sockpeercred is available */
#undef HAVE_STRUCT_SOCKPEERCRED

/* Whether -Wsuggest-attribute=format works */
#undef HAVE_SUGGEST_ATTRIBUTE_FORMAT

/* Define to 1 if you have the `symlink' function. */
#undef HAVE_SYMLINK

/* Define to 1 if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME

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

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

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

/* Define to 1 if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_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/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H

/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_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 <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unshare' function. */
#undef HAVE_UNSHARE

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

/* Define to 1 if Xen has PVH support. */
#undef HAVE_XEN_PVH

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

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

/* Define to 1 if you have the `__lxstat' function. */
#undef HAVE___LXSTAT

/* Define to 1 if you have the `__lxstat64' function. */
#undef HAVE___LXSTAT64

/* Define to 1 if you have the `__xstat' function. */
#undef HAVE___XSTAT

/* Define to 1 if you have the `__xstat64' function. */
#undef HAVE___XSTAT64

/* path to ifconfig binary */
#undef IFCONFIG_PATH

/* path to ip6tables binary */
#undef IP6TABLES_PATH

/* path to iptables binary */
#undef IPTABLES_PATH

/* path to ip binary */
#undef IP_PATH

/* Location of iscsiadm program */
#undef ISCSIADM

/* directory containing Xen libexec binaries */
#undef LIBXL_EXECBIN_DIR

/* directory containing Xen firmware blobs */
#undef LIBXL_FIRMWARE_DIR

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

/* Location of lvchange program */
#undef LVCHANGE

/* Location of lvcreate program */
#undef LVCREATE

/* Location of lvremove program */
#undef LVREMOVE

/* Location of lvs program */
#undef LVS

/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
   */
#undef MAJOR_IN_MKDEV

/* Define to 1 if `major', `minor', and `makedev' are declared in
   <sysmacros.h>. */
#undef MAJOR_IN_SYSMACROS

/* Location or name of the mkfs program */
#undef MKFS

/* Location or name of the mm-ctl program */
#undef MMCTL

/* Location or name of the modprobe program */
#undef MODPROBE

/* Location or name of the mount program */
#undef MOUNT

/* define to 1 if Linux kernel headers require a workaround to avoid
   compilation errors when mixed with glibc netinet headers */
#undef NETINET_LINUX_WORKAROUND

/* whether nss plugin is enabled */
#undef NSS

/* Location or name of the numad program */
#undef NUMAD

/* Location or name of the ovs-vsctl program */
#undef OVSVSCTL

/* Name of package */
#undef PACKAGE

/* Extra package name */
#undef PACKAGER

/* Extra package version */
#undef PACKAGER_VERSION

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

/* Location or name of the parted program */
#undef PARTED

/* Location of pvcreate program */
#undef PVCREATE

/* Location of pvremove program */
#undef PVREMOVE

/* Location of pvs program */
#undef PVS

/* path to python binary */
#undef PYTHON

/* QEMU bridge helper */
#undef QEMU_BRIDGE_HELPER

/* QEMU dbus daemon */
#undef QEMU_DBUS_DAEMON

/* QEMU group account */
#undef QEMU_GROUP

/* QEMU PR helper */
#undef QEMU_PR_HELPER

/* QEMU slirp helper */
#undef QEMU_SLIRP_HELPER

/* QEMU user account */
#undef QEMU_USER

/* Location or name of the radvd program */
#undef RADVD

/* Default remote driver mode */
#undef REMOTE_DRIVER_MODE_DEFAULT

/* Location or name of the rmmod program */
#undef RMMOD

/* Location or name of the scrub program (for wiping algorithms) */
#undef SCRUB

/* SELinux mount point */
#undef SELINUX_MOUNT

/* Location of sheepdog client program */
#undef SHEEPDOGCLI

/* Location or name of the showmount program */
#undef SHOWMOUNT

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

/* Define to 1 when performing static analysis. */
#undef STATIC_ANALYSIS

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

/* Location or name of the tc program (see iproute2) */
#undef TC

/* TLS default priority string */
#undef TLS_PRIORITY

/* Location or name of the udevadm program */
#undef UDEVADM

/* Location or name of the umount programm */
#undef UMOUNT

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable general extensions on macOS.  */
#ifndef _DARWIN_C_SOURCE
# undef _DARWIN_C_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable NetBSD extensions on NetBSD.  */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD extensions on NetBSD.  */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Enable threading extensions 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 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 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 if necessary.  HP-UX 11.11 defines
   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_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
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


/* Location of directory containing VirtualBox XPCOMC library */
#undef VBOX_XPCOMC_DIR

/* Version number of package */
#undef VERSION

/* Location of vgchange program */
#undef VGCHANGE

/* Location of vgcreate program */
#undef VGCREATE

/* Location of vgremove program */
#undef VGREMOVE

/* Location of vgs program */
#undef VGS

/* Location of vgscan program */
#undef VGSCAN

/* path to directory containing UUCP device lock files */
#undef VIR_CHRDEV_LOCK_FILE_PATH

/* Define to empty or 'const' depending on how SELinux qualifies its
   selabel_open parameter */
#undef VIR_SELINUX_OPEN_CONST

/* Location or name of the vstorage client tool */
#undef VSTORAGE

/* Location or name of the vstorage mount tool */
#undef VSTORAGE_MOUNT

/* Win Vista / Server 2008 */
#undef WINVER

/* whether libapparmor is available */
#undef WITH_APPARMOR

/* whether libattr is available */
#undef WITH_ATTR

/* whether libaudit is available */
#undef WITH_AUDIT

/* whether bash-completion >= 2.0 is available */
#undef WITH_BASH_COMPLETION

/* whether bhyve driver is enabled */
#undef WITH_BHYVE

/* whether blkid >= 2.17 is available */
#undef WITH_BLKID

/* whether bridge code is needed */
#undef WITH_BRIDGE

/* whether libcap-ng is available */
#undef WITH_CAPNG

/* whether libcurl >= 7.18.0 is available */
#undef WITH_CURL

/* whether dbus-1 >= 1.0.0 is available */
#undef WITH_DBUS

/* whether libdevmapper is available */
#undef WITH_DEVMAPPER

/* whether DTrace static probes are available */
#undef WITH_DTRACE_PROBES

/* whether ESX driver is enabled */
#undef WITH_ESX

/* whether firewalld support is enabled */
#undef WITH_FIREWALLD

/* whether firewalld libvirt zone is installed */
#undef WITH_FIREWALLD_ZONE

/* whether fuse >= 2.8.6 is available */
#undef WITH_FUSE

/* whether glib-2.0 gobject-2.0 gio-2.0 >= $GLIB_REQUIRED is available */
#undef WITH_GLIB

/* whether glusterfs-api >= 3.4.1 is available */
#undef WITH_GLUSTERFS

/* whether gnutls >= 3.2.0 is available */
#undef WITH_GNUTLS

/* whether hal >= 0.5.0 is available */
#undef WITH_HAL

/* whether virt-host-validate is built */
#undef WITH_HOST_VALIDATE

/* whether Hyper-V driver is enabled */
#undef WITH_HYPERV

/* whether the interface driver is enabled */
#undef WITH_INTERFACE

/* whether libiscsi >= 1.18.0 is available */
#undef WITH_LIBISCSI

/* whether libparted >= $PARTED_REQUIRED is available */
#undef WITH_LIBPARTED

/* whether libssh >= 0.7 is available */
#undef WITH_LIBSSH

/* whether libvirtd daemon is enabled */
#undef WITH_LIBVIRTD

/* whether xenlight >= 4.6.0 is available */
#undef WITH_LIBXL

/* whether libxml-2.0 >= $LIBXML_REQUIRED is available */
#undef WITH_LIBXML

/* whether virt-login-shell is built */
#undef WITH_LOGIN_SHELL

/* whether LXC driver is enabled */
#undef WITH_LXC

/* whether macvtap support is enabled */
#undef WITH_MACVTAP

/* whether netcf >= 0.1.8 is available */
#undef WITH_NETCF

/* whether network driver is enabled */
#undef WITH_NETWORK

/* with node device driver */
#undef WITH_NODE_DEVICES

/* whether libnuma is available */
#undef WITH_NUMACTL

/* whether local network filter management driver is available */
#undef WITH_NWFILTER

/* whether OpenVZ driver is enabled */
#undef WITH_OPENVZ

/* whether openwsman >= 2.2.3 is available */
#undef WITH_OPENWSMAN

/* whether pciaccess >= 0.10.0 is available */
#undef WITH_PCIACCESS

/* whether to use pm-utils */
#undef WITH_PM_UTILS

/* use PolicyKit for UNIX socket access checks */
#undef WITH_POLKIT

/* whether QEMU driver is enabled */
#undef WITH_QEMU

/* whether libreadline is available */
#undef WITH_READLINE

/* whether Remote driver is enabled */
#undef WITH_REMOTE

/* whether libsanlock_client is available */
#undef WITH_SANLOCK

/* whether libsasl2 >= 2.1.26 is available */
#undef WITH_SASL

/* whether AppArmor security driver is available */
#undef WITH_SECDRIVER_APPARMOR

/* whether SELinux security driver is available */
#undef WITH_SECDRIVER_SELINUX

/* whether local secrets management driver is available */
#undef WITH_SECRETS

/* whether libselinux is available */
#undef WITH_SELINUX

/* whether libssh2 >= 1.3 is available */
#undef WITH_SSH2

/* Define to 1 if at least one storage backend is in use */
#undef WITH_STORAGE

/* whether directory backend for storage driver is enabled */
#undef WITH_STORAGE_DIR

/* whether Disk backend for storage driver is enabled */
#undef WITH_STORAGE_DISK

/* whether FS backend for storage driver is enabled */
#undef WITH_STORAGE_FS

/* whether Gluster backend for storage driver is enabled */
#undef WITH_STORAGE_GLUSTER

/* whether iSCSI backend for storage driver is enabled */
#undef WITH_STORAGE_ISCSI

/* whether iSCSI backend for storage driver is enabled */
#undef WITH_STORAGE_ISCSI_DIRECT

/* whether LVM backend for storage driver is enabled */
#undef WITH_STORAGE_LVM

/* whether mpath backend for storage driver is enabled */
#undef WITH_STORAGE_MPATH

/* whether RBD backend for storage driver is enabled */
#undef WITH_STORAGE_RBD

/* whether SCSI backend for storage driver is enabled */
#undef WITH_STORAGE_SCSI

/* whether Sheepdog backend for storage driver is enabled */
#undef WITH_STORAGE_SHEEPDOG

/* whether Vstorage backend for storage driver is enabled */
#undef WITH_STORAGE_VSTORAGE

/* whether ZFS backend for storage driver is enabled */
#undef WITH_STORAGE_ZFS

/* whether Test driver is enabled */
#undef WITH_TEST

/* whether libudev >= 219 is available */
#undef WITH_UDEV

/* whether VirtualBox driver is enabled */
#undef WITH_VBOX

/* whether vsi vepa support is enabled */
#undef WITH_VIRTUALPORT

/* whether VMware driver is enabled */
#undef WITH_VMWARE

/* whether VMware VMX config handling is enabled */
#undef WITH_VMX

/* whether vz driver is enabled */
#undef WITH_VZ

/* whether wireshark >= 2.4.0 is available */
#undef WITH_WIRESHARK_DISSECTOR

/* whether libyajl is available */
#undef WITH_YAJL

/* Location of zfs program */
#undef ZFS

/* Location of zpool program */
#undef ZPOOL

/* Enable large inode numbers on Mac OS X 10.5. */
#undef _DARWIN_USE_64_BIT_INODE

/* 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 1 if on MINIX. */
#undef _MINIX

/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
#undef _NETBSD_SOURCE

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for 'stat' and other things to work. */
#undef _POSIX_SOURCE

/* Win Vista / Server 2008 */
#undef _WIN32_WINNT

/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t

/* ssh_get_publickey is deprecated and replaced by ssh_get_server_publickey.
   */
#undef ssh_get_server_publickey

/* ssh_is_server_known is deprecated and replaced by
   ssh_session_is_known_server. */
#undef ssh_session_is_known_server

/* ssh_write_knownhost is deprecated and replaced by
   ssh_session_update_known_hosts. */
#undef ssh_session_update_known_hosts

/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t

#include <config-post.h>