This file is indexed.

/usr/include/libexplain/public_config.h is in libexplain-dev 1.4.D001-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
#ifndef LIBEXPLAIN_PUBLIC_CONFIG_H
#define LIBEXPLAIN_PUBLIC_CONFIG_H

/* libexplain/config.h.  Generated from config.h.in by configure.  */
/* ../libexplain/config.h.in.  Generated from configure.ac by autoheader.  */

/*
 * libexplain - Explain errno values returned by libc functions
 * Copyright (C) 2008-2014 Peter Miller
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */



/* Define this symbol if your system has <sys/types.h> and <linux/types.h> AND
   they can both be included in the same compilation unit in that order. */
#define LIBEXPLAIN_CAN_INLUDE_BOTH_sys_types_h_AND_linux_types_h 1

/* Define this symbol to the value of pathconf("/", _PC_NAME_MAX) if your
   system does not have a native NAME_MAX symbol defined in the <limits.h> or
   <sys/param.h> system include files. */
#define LIBEXPLAIN_CONF_NAME_MAX 255

/* Set this to be the absolute path of a Bourne shell which understands
   functions. */
#define LIBEXPLAIN_CONF_SHELL "/bin/sh"

/* Define this symbol to be the number of arguments required by the getmntent
   function. */
#define LIBEXPLAIN_GETMNTENT_NARGS 1

/* Define this symbol to be the number of arguments required by the getpgrp
   function. */
#define LIBEXPLAIN_GETPGRP_NARGS 0

/* Define to 1 if you have the `accept4' function. */
#define LIBEXPLAIN_HAVE_ACCEPT4 1

/* Define to 1 if you have the `acl_entries' function. */
#define LIBEXPLAIN_HAVE_ACL_ENTRIES 1

/* Define to 1 if you have the `acl_from_text' function. */
#define LIBEXPLAIN_HAVE_ACL_FROM_TEXT 1

/* Define to 1 if you have the `acl_get_fd' function. */
#define LIBEXPLAIN_HAVE_ACL_GET_FD 1

/* Define to 1 if you have the `acl_get_file' function. */
#define LIBEXPLAIN_HAVE_ACL_GET_FILE 1

/* Define to 1 if you have the <acl/libacl.h> header file. */
#define LIBEXPLAIN_HAVE_ACL_LIBACL_H 1

/* Define to 1 if you have the `acl_set_fd' function. */
#define LIBEXPLAIN_HAVE_ACL_SET_FD 1

/* Define to 1 if you have the `acl_set_file' function. */
#define LIBEXPLAIN_HAVE_ACL_SET_FILE 1

/* Define to 1 if you have the `acl_to_any_text' function. */
#define LIBEXPLAIN_HAVE_ACL_TO_ANY_TEXT 1

/* Define to 1 if you have the `acl_to_text' function. */
#define LIBEXPLAIN_HAVE_ACL_TO_TEXT 1

/* Define to 1 if you have the `adjtimex' function. */
#define LIBEXPLAIN_HAVE_ADJTIMEX 1

/* Define to 1 if you have the <arpa/inet.h> header file. */
#define LIBEXPLAIN_HAVE_ARPA_INET_H 1

/* Define to 1 if you have the `asprintf' function. */
#define LIBEXPLAIN_HAVE_ASPRINTF 1

/* Define to 1 if you have the `atexit' function. */
#define LIBEXPLAIN_HAVE_ATEXIT 1

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

/* Define to 1 if you have the <bluetooth/bnep.h> header file. */
/* #undef LIBEXPLAIN_HAVE_BLUETOOTH_BNEP_H */

/* Define to 1 if you have the <bluetooth/cmtp.h> header file. */
/* #undef LIBEXPLAIN_HAVE_BLUETOOTH_CMTP_H */

/* Define to 1 if you have the <bluetooth/hci.h> header file. */
/* #undef LIBEXPLAIN_HAVE_BLUETOOTH_HCI_H */

/* Define to 1 if you have the <bluetooth/hidp.h> header file. */
/* #undef LIBEXPLAIN_HAVE_BLUETOOTH_HIDP_H */

/* Define to 1 if you have the <bluetooth/rfcomm.h> header file. */
/* #undef LIBEXPLAIN_HAVE_BLUETOOTH_RFCOMM_H */

/* Define to 1 if you have the `capget' function. */
#define LIBEXPLAIN_HAVE_CAPGET 1

/* Define to 1 if you have the `cap_get_proc' function. */
#define LIBEXPLAIN_HAVE_CAP_GET_PROC 1

/* Define to 1 if you have the `cfmakeraw' function. */
#define LIBEXPLAIN_HAVE_CFMAKERAW 1

/* Define to 1 if you have the `chmod' function. */
#define LIBEXPLAIN_HAVE_CHMOD 1

/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
   don't. */
#define LIBEXPLAIN_HAVE_DECL_STRERROR_R 1

/* Define to 1 if you have the declaration of `strsignal', and to 0 if you
   don't. */
#define LIBEXPLAIN_HAVE_DECL_STRSIGNAL 1

/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
   don't. */
#define LIBEXPLAIN_HAVE_DECL_STRVERSCMP 1

/* Define to 1 if you have the declaration of `ustat', and to 0 if you don't.
   */
#define LIBEXPLAIN_HAVE_DECL_USTAT 1

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#define LIBEXPLAIN_HAVE_DIRENT_H 1

/* Define to 1 if you have the `dirfd' function. */
#define LIBEXPLAIN_HAVE_DIRFD 1

/* Define to 1 if you have the `dladdr' function. */
#define LIBEXPLAIN_HAVE_DLADDR 1

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

/* Define to 1 if you have the `dlsym' function. */
#define LIBEXPLAIN_HAVE_DLSYM 1

/* Define to 1 if you have the `endgrent' function. */
#define LIBEXPLAIN_HAVE_ENDGRENT 1

/* Define to 1 if you have the `endmntent' function. */
#define LIBEXPLAIN_HAVE_ENDMNTENT 1

/* Define to 1 if you have the `eventfd' function. */
#define LIBEXPLAIN_HAVE_EVENTFD 1

/* Define to 1 if you have the `fchmod' function. */
#define LIBEXPLAIN_HAVE_FCHMOD 1

/* Define to 1 if you have the `fchmodat' function. */
#define LIBEXPLAIN_HAVE_FCHMODAT 1

/* Define to 1 if you have the `fchown' function. */
#define LIBEXPLAIN_HAVE_FCHOWN 1

/* Define to 1 if you have the `fchownat' function. */
#define LIBEXPLAIN_HAVE_FCHOWNAT 1

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

/* Define to 1 if you have the `fdopendir' function. */
#define LIBEXPLAIN_HAVE_FDOPENDIR 1

/* Define to 1 if you have the <float.h> header file. */
#define LIBEXPLAIN_HAVE_FLOAT_H 1

/* Define to 1 if you have the `flock' function. */
#define LIBEXPLAIN_HAVE_FLOCK 1

/* Define to 1 if you have the `fseeko' function. */
#define LIBEXPLAIN_HAVE_FSEEKO 1

/* Define to 1 if you have the `fstatat' function. */
#define LIBEXPLAIN_HAVE_FSTATAT 1

/* Define to 1 if you have the `fstatfs' function. */
#define LIBEXPLAIN_HAVE_FSTATFS 1

/* Define to 1 if you have the `ftello' function. */
#define LIBEXPLAIN_HAVE_FTELLO 1

/* Define to 1 if you have the `ftime' function. */
#define LIBEXPLAIN_HAVE_FTIME 1

/* Define to 1 if you have the <ftw.h> header file. */
#define LIBEXPLAIN_HAVE_FTW_H 1

/* Define to 1 if you have the `futimens' function. */
#define LIBEXPLAIN_HAVE_FUTIMENS 1

/* Define to 1 if you have the `futimes' function. */
#define LIBEXPLAIN_HAVE_FUTIMES 1

/* Define to 1 if you have the `futimesat' function. */
#define LIBEXPLAIN_HAVE_FUTIMESAT 1

/* Define to 1 if you have the `getdomainname' function. */
#define LIBEXPLAIN_HAVE_GETDOMAINNAME 1

/* Define to 1 if you have the `getgrent' function. */
#define LIBEXPLAIN_HAVE_GETGRENT 1

/* Define to 1 if you have the `getgrouplist' function. */
#define LIBEXPLAIN_HAVE_GETGROUPLIST 1

/* Define to 1 if you have the `gethostbyname' function. */
#define LIBEXPLAIN_HAVE_GETHOSTBYNAME 1

/* Define to 1 if you have the `gethostid' function. */
#define LIBEXPLAIN_HAVE_GETHOSTID 1

/* Define to 1 if you have the `gethostname' function. */
#define LIBEXPLAIN_HAVE_GETHOSTNAME 1

/* Define to 1 if you have the `getmntent' function. */
#define LIBEXPLAIN_HAVE_GETMNTENT 1

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

/* Define to 1 if you have the <getopt.h> header file. */
#define LIBEXPLAIN_HAVE_GETOPT_H 1

/* Define to 1 if you have the `getopt_long' function. */
#define LIBEXPLAIN_HAVE_GETOPT_LONG 1

/* Define to 1 if you have the `getpagesize' function. */
#define LIBEXPLAIN_HAVE_GETPAGESIZE 1

/* Define to 1 if you have the `getpriority' function. */
#define LIBEXPLAIN_HAVE_GETPRIORITY 1

/* Define to 1 if you have the `getregid' function. */
/* #undef LIBEXPLAIN_HAVE_GETREGID */

/* Define to 1 if you have the `getresgid' function. */
#define LIBEXPLAIN_HAVE_GETRESGID 1

/* Define to 1 if you have the `getresuid' function. */
#define LIBEXPLAIN_HAVE_GETRESUID 1

/* Define to 1 if you have the `getreuid' function. */
/* #undef LIBEXPLAIN_HAVE_GETREUID */

/* Define to 1 if you have the `getrusage' function. */
#define LIBEXPLAIN_HAVE_GETRUSAGE 1

/* Define to 1 if you have the `gettext' function. */
#define LIBEXPLAIN_HAVE_GETTEXT 1

/* Define to 1 if you have the `hasmntopt' function. */
#define LIBEXPLAIN_HAVE_HASMNTOPT 1

/* Define to 1 if you have the `iconv_close' function. */
#define LIBEXPLAIN_HAVE_ICONV_CLOSE 1

/* Define to 1 if you have the <iconv.h> header file. */
#define LIBEXPLAIN_HAVE_ICONV_H 1

/* Define to 1 if you have the `iconv_open' function. */
#define LIBEXPLAIN_HAVE_ICONV_OPEN 1

/* Define this symbol if your C compiler has the inline keyword */
#define LIBEXPLAIN_HAVE_INLINE 1

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

/* Define to 1 if you have the `lchmod' function. */
/* #undef LIBEXPLAIN_HAVE_LCHMOD */

/* Define to 1 if you have the `lchown' function. */
#define LIBEXPLAIN_HAVE_LCHOWN 1

/* Define to 1 if you have the `lchownat' function. */
/* #undef LIBEXPLAIN_HAVE_LCHOWNAT */

/* Define to 1 if you have the `gettext' library (-lgettext). */
/* #undef LIBEXPLAIN_HAVE_LIBGETTEXT */

/* Define to 1 if you have the `iconv' library (-liconv). */
/* #undef LIBEXPLAIN_HAVE_LIBICONV */

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

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

/* Define to 1 if you have the <libio.h> header file. */
#define LIBEXPLAIN_HAVE_LIBIO_H 1

/* Define to 1 if you have the `m' library (-lm). */
#define LIBEXPLAIN_HAVE_LIBM 1

/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef LIBEXPLAIN_HAVE_LIBSOCKET */

/* Define to 1 if you have the <libv4l1-videodev.h> header file. */
/* #undef LIBEXPLAIN_HAVE_LIBV4L1_VIDEODEV_H */

/* Define to 1 if you have the <limits.h> header file. */
#define LIBEXPLAIN_HAVE_LIMITS_H 1

/* Define to 1 if you have the `linkat' function. */
#define LIBEXPLAIN_HAVE_LINKAT 1

/* Define to 1 if you have the <linux/apm_bios.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_APM_BIOS_H 1

/* Define to 1 if you have the <linux/arcfb.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ARCFB_H 1

/* Define to 1 if you have the <linux/atalk.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATALK_H 1

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

/* Define to 1 if you have the <linux/atmarp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMARP_H 1

/* Define to 1 if you have the <linux/atmbr2684.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMBR2684_H 1

/* Define to 1 if you have the <linux/atmclip.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMCLIP_H 1

/* Define to 1 if you have the <linux/atmdev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMDEV_H 1

/* Define to 1 if you have the <linux/atmlec.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMLEC_H 1

/* Define to 1 if you have the <linux/atmmpc.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMMPC_H 1

/* Define to 1 if you have the <linux/atmsvc.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATMSVC_H 1

/* Define to 1 if you have the <linux/atm_eni.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_ENI_H 1

/* Define to 1 if you have the <linux/atm.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_H 1

/* Define to 1 if you have the <linux/atm_he.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_HE_H 1

/* Define to 1 if you have the <linux/atm_idt77105.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_IDT77105_H 1

/* Define to 1 if you have the <linux/atm_nicstar.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_NICSTAR_H 1

/* Define to 1 if you have the <linux/atm_tcp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_TCP_H 1

/* Define to 1 if you have the <linux/atm_zatm.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ATM_ZATM_H 1

/* Define to 1 if you have the <linux/auto_fs4.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_AUTO_FS4_H 1

/* Define to 1 if you have the <linux/auto_fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_AUTO_FS_H 1

/* Define to 1 if you have the <linux/blkpg.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_BLKPG_H 1

/* Define to 1 if you have the <linux/blktrace_api.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_BLKTRACE_API_H 1

/* Define to 1 if you have the <linux/capi.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CAPI_H 1

/* Define to 1 if you have the <linux/cciss_ioctl.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CCISS_IOCTL_H 1

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

/* Define to 1 if you have the <linux/cdrom.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CDROM_H 1

/* Define to 1 if you have the <linux/chio.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CHIO_H 1

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

/* Define to 1 if you have the <linux/cm4000_cs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CM4000_CS_H 1

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

/* Define to 1 if you have the <linux/cyclades.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_CYCLADES_H 1

/* Define to 1 if you have the <linux/dn.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DN_H 1

/* Define to 1 if you have the <linux/dvb/audio.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_AUDIO_H 1

/* Define to 1 if you have the <linux/dvb/ca.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_CA_H 1

/* Define to 1 if you have the <linux/dvb/dmx.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_DMX_H 1

/* Define to 1 if you have the <linux/dvb/frontend.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_FRONTEND_H 1

/* Define to 1 if you have the <linux/dvb/net.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_NET_H 1

/* Define to 1 if you have the <linux/dvb/osd.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_OSD_H 1

/* Define to 1 if you have the <linux/dvb/video.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_DVB_VIDEO_H 1

/* Define to 1 if you have the <linux/ethtool.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ETHTOOL_H 1

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

/* Define to 1 if you have the <linux/fb.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FB_H 1

/* Define to 1 if you have the <linux/fcntl.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FCNTL_H 1

/* Define to 1 if you have the <linux/fd.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FD_H 1

/* Define to 1 if you have the <linux/fiemap.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FIEMAP_H 1

/* Define to 1 if you have the <linux/filter.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FILTER_H 1

/* Define to 1 if you have the <linux/firewire-cdev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FIREWIRE_CDEV_H 1

/* Define to 1 if you have the <linux/fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_FS_H 1

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

/* Define to 1 if you have the <linux/hdreg.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_HDREG_H 1

/* Define to 1 if you have the <linux/hiddev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_HIDDEV_H 1

/* Define to 1 if you have the <linux/hidraw.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_HIDRAW_H 1

/* Define to 1 if you have the <linux/hpet.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_HPET_H 1

/* Define to 1 if you have the <linux/i2o-dev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_I2O_DEV_H 1

/* Define to 1 if you have the <linux/if_bonding.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IF_BONDING_H 1

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

/* Define to 1 if you have the <linux/if_eql.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IF_EQL_H 1

/* Define to 1 if you have the <linux/if_frad.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IF_FRAD_H 1

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

/* Define to 1 if you have the <linux/if_pppox.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IF_PPPOX_H 1

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

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

/* Define to 1 if you have the <linux/if_vlan.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IF_VLAN_H 1

/* Define to 1 if you have the <linux/input.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_INPUT_H 1

/* Define to 1 if you have the <linux/ipmi.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IPMI_H 1

/* Define to 1 if you have the <linux/ipv6.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IPV6_H 1

/* Define to 1 if you have the <linux/irda.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IRDA_H 1

/* Define to 1 if you have the <linux/isdn.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ISDN_H 1

/* Define to 1 if you have the <linux/isdn_ppp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_ISDN_PPP_H 1

/* Define to 1 if you have the <linux/ivtvfb.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_IVTVFB_H 1

/* Define to 1 if you have the <linux/joystick.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_JOYSTICK_H 1

/* Define to 1 if you have the <linux/kdev_t.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_KDEV_T_H 1

/* Define to 1 if you have the <linux/kd.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_KD_H 1

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

/* Define to 1 if you have the <linux/lp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_LP_H 1

/* Define to 1 if you have the <linux/major.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MAJOR_H 1

/* Define to 1 if you have the <linux/matroxfb.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MATROXFB_H 1

/* Define to 1 if you have the <linux/mii.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MII_H 1

/* Define to 1 if you have the <linux/mmtimer.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MMTIMER_H 1

/* Define to 1 if you have the <linux/msdos_fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MSDOS_FS_H 1

/* Define to 1 if you have the <linux/mtio.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_MTIO_H 1

/* Define to 1 if you have the <linux/nbd.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_NBD_H 1

/* Define to 1 if you have the <linux/ncp_fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_NCP_FS_H 1

/* Define to 1 if you have the <linux/netlink.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_NETLINK_H 1

/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_NET_TSTAMP_H 1

/* Define to 1 if you have the <linux/nvram.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_NVRAM_H 1

/* Define to 1 if you have the <linux/phantom.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_PHANTOM_H 1

/* Define to 1 if you have the <linux/pmu.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_PMU_H 1

/* Define to 1 if you have the <linux/ppdev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_PPDEV_H 1

/* Define to 1 if you have the <linux/ppp-comp.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_PPP_COMP_H 1

/* Define to 1 if you have the <linux/ppp_defs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_PPP_DEFS_H 1

/* Define to 1 if you have the <linux/radeonfb.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_RADEONFB_H 1

/* Define to 1 if you have the <linux/random.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_RANDOM_H 1

/* Define to 1 if you have the <linux/raw.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_RAW_H 1

/* Define to 1 if you have the <linux/reiserfs_fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_REISERFS_FS_H 1

/* Define to 1 if you have the <linux/rtc.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_RTC_H 1

/* Define to 1 if you have the <linux/scc.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SCC_H 1

/* Define to 1 if you have the <linux/serial.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SERIAL_H 1

/* Define to 1 if you have the <linux/serio.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SERIO_H 1

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

/* Define to 1 if you have the <linux/socket.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SOCKET_H 1

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

/* Define to 1 if you have the <linux/sonet.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SONET_H 1

/* Define to 1 if you have the <linux/sonypi.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SONYPI_H 1

/* Define to 1 if you have the <linux/spi/spidev.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SPI_SPIDEV_H 1

/* Define to 1 if you have the <linux/suspend_ioctls.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SUSPEND_IOCTLS_H 1

/* Define to 1 if you have the <linux/synclink.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_SYNCLINK_H 1

/* Define to 1 if you have the <linux/termios.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_TERMIOS_H 1

/* Define to 1 if you have the <linux/tiocl.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_TIOCL_H 1

/* Define to 1 if you have the <linux/types.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_TYPES_H 1

/* Define to 1 if you have the <linux/udf_fs_i.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_UDF_FS_I_H 1

/* Define to 1 if you have the <linux/uinput.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_UINPUT_H 1

/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_USBDEVICE_FS_H 1

/* Define to 1 if you have the <linux/usb/gadgetfs.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_USB_GADGETFS_H 1

/* Define to 1 if you have the <linux/usb/g_printer.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_USB_G_PRINTER_H 1

/* Define to 1 if you have the <linux/videodev2.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_VIDEODEV2_H 1

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

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

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

/* Define to 1 if you have the <linux/vt.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_VT_H 1

/* Define to 1 if you have the <linux/watchdog.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_WATCHDOG_H 1

/* Define to 1 if you have the <linux/x25.h> header file. */
#define LIBEXPLAIN_HAVE_LINUX_X25_H 1

/* Define this symbol if your system has the locale-gen(8) program. */
/* #undef LIBEXPLAIN_HAVE_LOCALE_GEN_PROG */

/* Define to 1 if you have the <locale.h> header file. */
#define LIBEXPLAIN_HAVE_LOCALE_H 1

/* Define this symbol if your system has the locale(1) program. */
#define LIBEXPLAIN_HAVE_LOCALE_PROG 1

/* Define to 1 if the system has the type `loff_t'. */
#define LIBEXPLAIN_HAVE_LOFF_T 1

/* Define to 1 if you support file names longer than 14 characters. */
#define LIBEXPLAIN_HAVE_LONG_FILE_NAMES 1

/* Define to 1 if you have the `lutime' function. */
/* #undef LIBEXPLAIN_HAVE_LUTIME */

/* Define to 1 if you have the `lutimeat' function. */
/* #undef LIBEXPLAIN_HAVE_LUTIMEAT */

/* Define to 1 if you have the `lutimens' function. */
/* #undef LIBEXPLAIN_HAVE_LUTIMENS */

/* Define to 1 if you have the `lutimensat' function. */
/* #undef LIBEXPLAIN_HAVE_LUTIMENSAT */

/* Define to 1 if you have the `lutimes' function. */
#define LIBEXPLAIN_HAVE_LUTIMES 1

/* Define to 1 if you have the `lutimesat' function. */
/* #undef LIBEXPLAIN_HAVE_LUTIMESAT */

/* Define to 1 if you have the `mbrtowc' function. */
#define LIBEXPLAIN_HAVE_MBRTOWC 1

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

/* Define if mincore exists and also works for non-mmap memory. */
/* #undef LIBEXPLAIN_HAVE_MINCORE */

/* Define to 1 if you have the `mkdtemp' function. */
#define LIBEXPLAIN_HAVE_MKDTEMP 1

/* Define to 1 if you have the `mkostemp' function. */
#define LIBEXPLAIN_HAVE_MKOSTEMP 1

/* Define to 1 if you have the `mmap' function. */
#define LIBEXPLAIN_HAVE_MMAP 1

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

/* Define to 1 if you have the `mount' function. */
#define LIBEXPLAIN_HAVE_MOUNT 1

/* Define to 1 if you have the `munmap' function. */
#define LIBEXPLAIN_HAVE_MUNMAP 1

/* Define to 1 if you have the `nanosleep' function. */
#define LIBEXPLAIN_HAVE_NANOSLEEP 1

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef LIBEXPLAIN_HAVE_NDIR_H */

/* Define to 1 if you have the <netash/ash.h> header file. */
#define LIBEXPLAIN_HAVE_NETASH_ASH_H 1

/* Define to 1 if you have the <netax25/ax25.h> header file. */
#define LIBEXPLAIN_HAVE_NETAX25_AX25_H 1

/* Define to 1 if you have the <netdb.h> header file. */
#define LIBEXPLAIN_HAVE_NETDB_H 1

/* Define to 1 if you have the <neteconet/ec.h> header file. */
#define LIBEXPLAIN_HAVE_NETECONET_EC_H 1

/* Define to 1 if you have the <netinet/in.h> header file. */
#define LIBEXPLAIN_HAVE_NETINET_IN_H 1

/* Define to 1 if you have the <netinet/in_var.h> header file. */
/* #undef LIBEXPLAIN_HAVE_NETINET_IN_VAR_H */

/* Define to 1 if you have the <netipx/ipx.h> header file. */
#define LIBEXPLAIN_HAVE_NETIPX_IPX_H 1

/* Define to 1 if you have the <netiucv/iucv.h> header file. */
#define LIBEXPLAIN_HAVE_NETIUCV_IUCV_H 1

/* Define to 1 if you have the <netpacket/packet.h> header file. */
#define LIBEXPLAIN_HAVE_NETPACKET_PACKET_H 1

/* Define to 1 if you have the <netrom/netrom.h> header file. */
#define LIBEXPLAIN_HAVE_NETROM_NETROM_H 1

/* Define to 1 if you have the <netrose/rose.h> header file. */
#define LIBEXPLAIN_HAVE_NETROSE_ROSE_H 1

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

/* Define to 1 if you have the <net/if_arp.h> header file. */
#define LIBEXPLAIN_HAVE_NET_IF_ARP_H 1

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

/* Define to 1 if you have the <net/if_ppp.h> header file. */
#define LIBEXPLAIN_HAVE_NET_IF_PPP_H 1

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

/* Define to 1 if you have the <net/ppp-comp.h> header file. */
#define LIBEXPLAIN_HAVE_NET_PPP_COMP_H 1

/* Define to 1 if you have the <net/ppp_defs.h> header file. */
#define LIBEXPLAIN_HAVE_NET_PPP_DEFS_H 1

/* Define to 1 if you have the <net/route.h> header file. */
#define LIBEXPLAIN_HAVE_NET_ROUTE_H 1

/* Define to 1 if the system has the type `off_t'. */
#define LIBEXPLAIN_HAVE_OFF_T 1

/* Define to 1 if you have the `on_exit' function. */
#define LIBEXPLAIN_HAVE_ON_EXIT 1

/* Define to 1 if you have the `openat' function. */
#define LIBEXPLAIN_HAVE_OPENAT 1

/* Define to 1 if you have the `pipe2' function. */
#define LIBEXPLAIN_HAVE_PIPE2 1

/* Define to 1 if you have the `poll' function. */
#define LIBEXPLAIN_HAVE_POLL 1

/* Define to 1 if you have the <poll.h> header file. */
#define LIBEXPLAIN_HAVE_POLL_H 1

/* Define to 1 if you have the `ptrace' function. */
#define LIBEXPLAIN_HAVE_PTRACE 1

/* Define to 1 if you have the `putenv' function. */
#define LIBEXPLAIN_HAVE_PUTENV 1

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

/* Define to 1 if you have the `readv' function. */
#define LIBEXPLAIN_HAVE_READV 1

/* Define to 1 if you have the <regex.h> header file. */
#define LIBEXPLAIN_HAVE_REGEX_H 1

/* Define to 1 if you have the `remove' function. */
#define LIBEXPLAIN_HAVE_REMOVE 1

/* Define to 1 if you have the `setdomainname' function. */
#define LIBEXPLAIN_HAVE_SETDOMAINNAME 1

/* Define to 1 if you have the `setenv' function. */
#define LIBEXPLAIN_HAVE_SETENV 1

/* Define to 1 if you have the `setgrent' function. */
#define LIBEXPLAIN_HAVE_SETGRENT 1

/* Define to 1 if you have the `setlocale' function. */
#define LIBEXPLAIN_HAVE_SETLOCALE 1

/* Define to 1 if you have the `setmntent' function. */
#define LIBEXPLAIN_HAVE_SETMNTENT 1

/* Define to 1 if you have the `setpriority' function. */
#define LIBEXPLAIN_HAVE_SETPRIORITY 1

/* Define to 1 if you have the `setregid' function. */
#define LIBEXPLAIN_HAVE_SETREGID 1

/* Define to 1 if you have the `setresgid' function. */
#define LIBEXPLAIN_HAVE_SETRESGID 1

/* Define to 1 if you have the `setresuid' function. */
#define LIBEXPLAIN_HAVE_SETRESUID 1

/* Define to 1 if you have the `setreuid' function. */
#define LIBEXPLAIN_HAVE_SETREUID 1

/* Define to 1 if you have the `setsid' function. */
#define LIBEXPLAIN_HAVE_SETSID 1

/* Define to 1 if you have the `settimeofday' function. */
#define LIBEXPLAIN_HAVE_SETTIMEOFDAY 1

/* Define to 1 if you have the `shmat' function. */
#define LIBEXPLAIN_HAVE_SHMAT 1

/* Define to 1 if you have the `shmctl' function. */
#define LIBEXPLAIN_HAVE_SHMCTL 1

/* Define to 1 if you have the `signalfd' function. */
#define LIBEXPLAIN_HAVE_SIGNALFD 1

/* Define to 1 if the system has the type `sigset_t'. */
#define LIBEXPLAIN_HAVE_SIGSET_T 1

/* Define to 1 if you have the `sleep' function. */
#define LIBEXPLAIN_HAVE_SLEEP 1

/* Define to 1 if you have the `snprintf' function. */
#define LIBEXPLAIN_HAVE_SNPRINTF 1

/* Define to 1 if you have the `statfs' function. */
#define LIBEXPLAIN_HAVE_STATFS 1

/* Define to 1 if you have the <stddef.h> header file. */
#define LIBEXPLAIN_HAVE_STDDEF_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define LIBEXPLAIN_HAVE_STDINT_H 1

/* Define to 1 if you have the <stdio_ext.h> header file. */
#define LIBEXPLAIN_HAVE_STDIO_EXT_H 1

/* Define this symbol if your system <stdio.h> defines the off_t type. */
#define LIBEXPLAIN_HAVE_STDIO_OFF_T 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define LIBEXPLAIN_HAVE_STDLIB_H 1

/* Define to 1 if you have the `stime' function. */
#define LIBEXPLAIN_HAVE_STIME 1

/* Define to 1 if you have the `strcasecmp' function. */
#define LIBEXPLAIN_HAVE_STRCASECMP 1

/* Define to 1 if you have the `strcoll' function. */
#define LIBEXPLAIN_HAVE_STRCOLL 1

/* Define to 1 if you have the `strerror' function. */
#define LIBEXPLAIN_HAVE_STRERROR 1

/* Define to 1 if you have the `strerror_r' function. */
#define LIBEXPLAIN_HAVE_STRERROR_R 1

/* Define to 1 if you have the <strings.h> header file. */
#define LIBEXPLAIN_HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define LIBEXPLAIN_HAVE_STRING_H 1

/* Define to 1 if you have the `strncasecmp' function. */
#define LIBEXPLAIN_HAVE_STRNCASECMP 1

/* Define to 1 if you have the `strndup' function. */
#define LIBEXPLAIN_HAVE_STRNDUP 1

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

/* Define to 1 if you have the `strsignal' function. */
#define LIBEXPLAIN_HAVE_STRSIGNAL 1

/* Define to 1 if you have the `strtof' function. */
#define LIBEXPLAIN_HAVE_STRTOF 1

/* Define to 1 if you have the `strtold' function. */
#define LIBEXPLAIN_HAVE_STRTOLD 1

/* Define this symbol if your system has <linux/serial.h> AND it defines
   struct serial_rs485. */
#define LIBEXPLAIN_HAVE_STRUCT_SERIAL_RS485 1

/* Define this symbol if your system has <linux/serial.h> AND it defines
   struct serial_rs485. */
#define LIBEXPLAIN_HAVE_STRUCT_SERIAL_RS485_delay_rts_after_send 1

/* Define to 1 if you have the `strverscmp' function. */
#define LIBEXPLAIN_HAVE_STRVERSCMP 1

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

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

/* Define to 1 if you have the <sys/capability.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_CAPABILITY_H 1

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
/* #undef LIBEXPLAIN_HAVE_SYS_DIR_H */

/* Define to 1 if you have the <sys/eventfd.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_EVENTFD_H 1

/* Define to 1 if you have the <sys/file.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_FILE_H 1

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

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

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

/* Define to 1 if you have the <sys/mman.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_MMAN_H 1

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

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

/* Define to 1 if you have the <sys/mount.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_MOUNT_H 1

/* Define this symbol if your system <sys/mount.h> defines MS_MOVE. */
#define LIBEXPLAIN_HAVE_SYS_MOUNT_MS_MOVE 1

/* Define to 1 if you have the <sys/mtio.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_MTIO_H 1

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
/* #undef LIBEXPLAIN_HAVE_SYS_NDIR_H */

/* Define to 1 if you have the <sys/param.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_PARAM_H 1

/* Define to 1 if you have the <sys/ptrace.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_PTRACE_H 1

/* Define to 1 if you have the <sys/raw.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_RAW_H 1

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

/* Define to 1 if you have the <sys/select.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_SELECT_H 1

/* Define to 1 if you have the <sys/shm.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_SHM_H 1

/* Define to 1 if you have the <sys/signalfd.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_SIGNALFD_H 1

/* Define to 1 if you have the <sys/socket.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_SOCKET_H 1

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

/* Define to 1 if you have the <sys/statfs.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_STATFS_H 1

/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_STATVFS_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_SYSMACROS_H 1

/* Define to 1 if you have the <sys/termios.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TERMIOS_H 1

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

/* Define to 1 if you have the <sys/timeb.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TIMEB_H 1

/* Define to 1 if you have the <sys/timerfd.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TIMERFD_H 1

/* Define to 1 if you have the <sys/timex.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TIMEX_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TIME_H 1

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

/* Define to 1 if you have the <sys/types.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_TYPES_H 1

/* Define this symbol if your system <sys/types.h> defines the off_t type. */
#define LIBEXPLAIN_HAVE_SYS_TYPES_OFF_T 1

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

/* Define to 1 if you have the <sys/un.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_UN_H 1

/* Define to 1 if you have the <sys/user.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_USER_H 1

/* Define to 1 if you have the <sys/ustat.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_USTAT_H 1

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

/* Define to 1 if you have the <sys/vfs.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_VFS_H 1

/* Define to 1 if you have the <sys/wait.h> header file. */
#define LIBEXPLAIN_HAVE_SYS_WAIT_H 1

/* Define to 1 if you have the `tcdrain' function. */
#define LIBEXPLAIN_HAVE_TCDRAIN 1

/* Define to 1 if you have the `tcflow' function. */
#define LIBEXPLAIN_HAVE_TCFLOW 1

/* Define to 1 if you have the `tcflush' function. */
#define LIBEXPLAIN_HAVE_TCFLUSH 1

/* Define to 1 if you have the `tcgetattr' function. */
#define LIBEXPLAIN_HAVE_TCGETATTR 1

/* Define to 1 if you have the `tcsendbreak' function. */
#define LIBEXPLAIN_HAVE_TCSENDBREAK 1

/* Define to 1 if you have the `tcsetattr' function. */
#define LIBEXPLAIN_HAVE_TCSETATTR 1

/* Define to 1 if you have the <termios.h> header file. */
#define LIBEXPLAIN_HAVE_TERMIOS_H 1

/* Define to 1 if you have the <termio.h> header file. */
#define LIBEXPLAIN_HAVE_TERMIO_H 1

/* Define to 1 if you have the `timerfd_create' function. */
#define LIBEXPLAIN_HAVE_TIMERFD_CREATE 1

/* Define to 1 if you have the <time.h> header file. */
#define LIBEXPLAIN_HAVE_TIME_H 1

/* Define to 1 if you have the `uname' function. */
#define LIBEXPLAIN_HAVE_UNAME 1

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

/* Define to 1 if you have the `unsetenv' function. */
#define LIBEXPLAIN_HAVE_UNSETENV 1

/* Define to 1 if you have the `usleep' function. */
#define LIBEXPLAIN_HAVE_USLEEP 1

/* Define to 1 if you have the `ustat' function. */
#define LIBEXPLAIN_HAVE_USTAT 1

/* Define to 1 if you have the <ustat.h> header file. */
#define LIBEXPLAIN_HAVE_USTAT_H 1

/* Define to 1 if you have the `utimens' function. */
/* #undef LIBEXPLAIN_HAVE_UTIMENS */

/* Define to 1 if you have the `utimensat' function. */
#define LIBEXPLAIN_HAVE_UTIMENSAT 1

/* Define to 1 if you have the `utimes' function. */
#define LIBEXPLAIN_HAVE_UTIMES 1

/* Define to 1 if you have the <utime.h> header file. */
#define LIBEXPLAIN_HAVE_UTIME_H 1

/* Define this symbol to indicate the presence of the utsname domainname
   member. */
#define LIBEXPLAIN_HAVE_UTSNAME_DOMAINNAME 1

/* Define this symbol if your system as <linux/videodev2.h> AND it defines
   enum member V4L2_CTRL_TYPE_BITMASK. */
#define LIBEXPLAIN_HAVE_V4L2_CTRL_TYPE_BITMASK 1

/* Define this symbol if your system as <linux/videodev2.h> AND it defines
   enum member V4L2_CTRL_TYPE_STRING. */
#define LIBEXPLAIN_HAVE_V4L2_CTRL_TYPE_STRING 1

/* Define this symbol if your system as <linux/videodev2.h> AND it defines
   struct v4l2_dbg_register. */
#define LIBEXPLAIN_HAVE_V4L2_DBG_REGISTER 1

/* Define to 1 if you have the `vasprintf' function. */
#define LIBEXPLAIN_HAVE_VASPRINTF 1

/* Define to 1 if you have the `vsnprintf' function. */
#define LIBEXPLAIN_HAVE_VSNPRINTF 1

/* Define to 1 if you have the <wchar.h> header file. */
#define LIBEXPLAIN_HAVE_WCHAR_H 1

/* Define to 1 if you have the <wctype.h> header file. */
#define LIBEXPLAIN_HAVE_WCTYPE_H 1

/* Define to 1 if you have the `wcwidth' function. */
#define LIBEXPLAIN_HAVE_WCWIDTH 1

/* Define to 1 if you have the `writev' function. */
#define LIBEXPLAIN_HAVE_WRITEV 1

/* Define to 1 if you have the <_G_config.h> header file. */
#define LIBEXPLAIN_HAVE__G_CONFIG_H 1

/* Define to 1 if you have the `__fpurge' function. */
#define LIBEXPLAIN_HAVE___FPURGE 1

/* Define this symbol if your system as <linux/videodev2.h> AND it defines
   struct v4l2_hw_freq_seek to have a member called spacing. */
#define LIBEXPLAIN_HAVE_v4l2_hw_freq_seek_spacing 1

/* Define this symbol if your system has <linux/types.h> AND it defines struct
   ustat. */
/* #undef LIBEXPLAIN_LINUX_TYPES_H_STRUCT_USTAT */

/* Define this symbol if your system has <linux/videodev2.h> AND it defines
   struct v4l2_buffer AND it has an 'input' member. */
/* #undef LIBEXPLAIN_LINUX_VIDEODEV2_H_struct_v4l2_buffer_input */

/* Define this symbol if your system is able to include <net/if.h> and
   <linux/if.h> in the compilation unit. */
/* #undef LIBEXPLAIN_NET_IF_LINUX_IF_PLAY_NICE */

/* Define to the address where bug reports for this package should be sent. */
#define LIBEXPLAIN_PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define LIBEXPLAIN_PACKAGE_NAME ""

/* Define to the full name and version of this package. */
#define LIBEXPLAIN_PACKAGE_STRING ""

/* Define to the one symbol short name of this package. */
#define LIBEXPLAIN_PACKAGE_TARNAME ""

/* Define to the home page for this package. */
#define LIBEXPLAIN_PACKAGE_URL ""

/* Define to the version of this package. */
#define LIBEXPLAIN_PACKAGE_VERSION ""

/* Define this symbol if your system has files containing the command line
   each process in /proc/pid/cmdline */
#define LIBEXPLAIN_PROC_PID_CMDLINE 1

/* Define this symbol if your system has symbolic links containing the
   absolute path of the current directory of a process in /proc/pid/cwd */
#define LIBEXPLAIN_PROC_PID_CWD 1

/* Define this symbol if your system has symbolic links containing the
   absolute path of the executable of a process in /proc/pid/exe */
#define LIBEXPLAIN_PROC_PID_EXE 1

/* Define this symbol if your system has symbolic links containing the
   absolute path of open files in /proc/nnn/fd/nnn */
#define LIBEXPLAIN_PROC_PID_FD_N 1

/* Define this symbol if your system has symbolic links containing the
   absolute path of the executable of a process in /proc/pid/path/a.out */
/* #undef LIBEXPLAIN_PROC_PID_PATH_A_OUT */

/* Define this symbol if your system has symbolic links containing the
   absolute path of the current directory of a process in /proc/pid/path/cwd
   */
/* #undef LIBEXPLAIN_PROC_PID_PATH_CWD */

/* Define this symbol if your system has symbolic links containing the
   absolute path of open files in /proc/nnn/path/nnn */
/* #undef LIBEXPLAIN_PROC_PID_PATH_N */

/* Define this symbol if your system has symbolic links containing the
   absolute path of the root directory of a process in /proc/pid/path/root */
/* #undef LIBEXPLAIN_PROC_PID_PATH_ROOT */

/* Define this symbol if your system has symbolic links containing the
   absolute path of the root directory of a process in /proc/pid/root */
#define LIBEXPLAIN_PROC_PID_ROOT 1

/* Define this symbol if your system has symbolic link at /proc/self */
#define LIBEXPLAIN_PROC_SELF 1

/* Define as the return type of signal handlers (`int' or `void'). */
#define LIBEXPLAIN_RETSIGTYPE void

/* Define this symbol to be the number of arguments required by the setpgrp
   function. */
#define LIBEXPLAIN_SETPGRP_NARGS 0

/* The size of `int', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_INT 4

/* The size of `long', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_LONG 8

/* The size of `long long', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_LONG_LONG 8

/* The size of `off_t', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_OFF_T 8

/* The size of `ptrdiff_t', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_PTRDIFF_T 8

/* The size of `size_t', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_SIZE_T 8

/* The size of `ssize_t', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_SSIZE_T 8

/* The size of `time_t', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_TIME_T 8

/* The size of `void *', as computed by sizeof. */
#define LIBEXPLAIN_SIZEOF_VOID_P 8

/* Define to the number of arguments for the statfs function. */
#define LIBEXPLAIN_STATFS_NARGS 2

/* Define to 1 if you have the ANSI C header files. */
#define LIBEXPLAIN_STDC_HEADERS 1

/* Define to 1 if strerror_r returns char *. */
#define LIBEXPLAIN_STRERROR_R_CHAR_P 1

/* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND
   one of them defines struct user_fpregs_struct. */
#define LIBEXPLAIN_SYS_PTRACE_USER_FPREGS_STRUCT 1

/* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND
   one of them defines struct user_fpxregs_struct. */
/* #undef LIBEXPLAIN_SYS_PTRACE_USER_FPXREGS_STRUCT */

/* Define this symbol if your system has <sys/ptrace.h> or <sys/user.h> AND
   one of them defines struct user_regs_struct. */
#define LIBEXPLAIN_SYS_PTRACE_USER_REGS_STRUCT 1

/* Define this symbol if your system has <sys/shm.h> AND it defines struct
   ipc_perm AND it has a __key member. */
#define LIBEXPLAIN_SYS_SHM_H_struct_ipc_perm_underscore_key 1

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define LIBEXPLAIN_TIME_WITH_SYS_TIME 1

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif


/* Define this symbol as itself if your system has <linux/videodev2.h> and it
   defines V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE as an enum member. */
#define LIBEXPLAIN_V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE

/* Define this symbol as itself if your system has <linux/videodev2.h> and it
   defines V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE as an enum member. */
#define LIBEXPLAIN_V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE

/* Define this symbol to 1 if va_list type is compatible with const void *. */
#define LIBEXPLAIN_VA_LIST_VOID_STAR 1

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

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef LIBEXPLAIN__LARGEFILE_SOURCE */

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

/* Define to 1 if on MINIX. */
/* #undef LIBEXPLAIN__MINIX */

/* File listing canonical interesting mount points. */
#define LIBEXPLAIN__PATH_MNTTAB "/etc/fstab"

/* File listing currently active mount points. */
#define LIBEXPLAIN__PATH_MOUNTED "/etc/fstab"

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

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

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef LIBEXPLAIN_const */

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

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef LIBEXPLAIN_size_t */


/*
 * There is more to do, but we need to insulate it from config.status,
 * because it screws up the #undef LIBEXPLAIN_lines.  They are all implications of
 * the above information, so there is no need for you to edit the file,
 * if you are configuring libexplain manually.
 */
#include <libexplain/config.messy.h>


#endif /* LIBEXPLAIN_PUBLIC_CONFIG_H */