1 /* 2 Copyright (C) 2020, Dirk Krause. All rights reserved. 3 SPDX-License-Identifier: BSD-3-Clause 4 */ 5 6 /** @file dk4conf.h Fixed configure results. 7 */ 8 9 #ifndef DK4CONF_H_INCLUDED 10 /** Protection against multiple inclusion. 11 */ 12 #define DK4CONF_H_INCLUDED 1 13 14 #ifndef DK4_ON_WINDOWS 15 #if _WIN32 16 /** Define to 1 on Windows, 0 otherwise. 17 */ 18 #define DK4_ON_WINDOWS 1 19 #else 20 /** Define to 1 on Windows, 0 otherwise. 21 */ 22 #define DK4_ON_WINDOWS 0 23 #endif 24 #endif 25 26 /** DK4 version of HAVE_ALLOC_H. 27 */ 28 #define DK4_HAVE_ALLOC_H 0 29 30 /** DK4 version of HAVE_ARPA_INET_H. 31 */ 32 #define DK4_HAVE_ARPA_INET_H 1 33 34 /** DK4 version of HAVE_ASSERT_H. 35 */ 36 #define DK4_HAVE_ASSERT_H 1 37 38 /** DK4 version of HAVE_ATTRIBUTE_UNUSED. 39 */ 40 #define DK4_HAVE_ATTRIBUTE_UNUSED 1 41 42 /** DK4 version of HAVE_BACKSLASH_AS_SEP. 43 */ 44 #define DK4_HAVE_BACKSLASH_AS_SEP 0 45 46 /** DK4 version of HAVE_BCMP. 47 */ 48 #define DK4_HAVE_BCMP 1 49 50 /** DK4 version of HAVE_BCOPY. 51 */ 52 #define DK4_HAVE_BCOPY 1 53 54 /** DK4 version of HAVE_BIOS_H. 55 */ 56 #define DK4_HAVE_BIOS_H 0 57 58 /** DK4 version of HAVE_BLKCNT_T. 59 */ 60 #define DK4_HAVE_BLKCNT_T 1 61 62 /** DK4 version of HAVE_BLKSIZE_T. 63 */ 64 #define DK4_HAVE_BLKSIZE_T 1 65 66 /** DK4 version of HAVE_BSEARCH. 67 */ 68 #define DK4_HAVE_BSEARCH 1 69 70 /** DK4 version of HAVE_BZERO. 71 */ 72 #define DK4_HAVE_BZERO 1 73 74 /** DK4 version of HAVE_BZLIB_H. 75 */ 76 #define DK4_HAVE_BZLIB_H 1 77 78 /** DK4 version of HAVE_CALLOC. 79 */ 80 #define DK4_HAVE_CALLOC 1 81 82 /** DK4 version of HAVE_CASE_INSENSITIVE_PATHNAMES. 83 */ 84 #define DK4_HAVE_CASE_INSENSITIVE_PATHNAMES 0 85 86 /** DK4 version of HAVE_CASE_INSENSITIVE_USERNAMES. 87 */ 88 #define DK4_HAVE_CASE_INSENSITIVE_USERNAMES 0 89 90 /** DK4 version of HAVE_CHMOD. 91 */ 92 #define DK4_HAVE_CHMOD 1 93 94 /** DK4 version of HAVE_CHOWN. 95 */ 96 #define DK4_HAVE_CHOWN 1 97 98 /** DK4 version of HAVE_COMPATDKTOOLS3. 99 */ 100 #define DK4_HAVE_COMPATDKTOOLS3 1 101 102 /** DK4 version of HAVE_COMPLEX_H. 103 */ 104 #define DK4_HAVE_COMPLEX_H 1 105 106 /** DK4 version of HAVE_CTYPE_H. 107 */ 108 #define DK4_HAVE_CTYPE_H 1 109 110 /** DK4 version of HAVE_DB_CURSOR_C_GET. 111 */ 112 #define DK4_HAVE_DB_CURSOR_C_GET 1 113 114 /** DK4 version of HAVE_DB_H. 115 */ 116 #define DK4_HAVE_DB_H 1 117 118 /** DK4 version of HAVE_DEV_T. 119 */ 120 #define DK4_HAVE_DEV_T 1 121 122 /** DK4 version of HAVE_DIRECT_H. 123 */ 124 #define DK4_HAVE_DIRECT_H 0 125 126 /** DK4 version of HAVE_DIRENT_H. 127 */ 128 #define DK4_HAVE_DIRENT_H 1 129 130 /** DK4 version of HAVE_DOS_H. 131 */ 132 #define DK4_HAVE_DOS_H 0 133 134 /** DK4 version of HAVE_ENDGRENT. 135 */ 136 #define DK4_HAVE_ENDGRENT 1 137 138 /** DK4 version of HAVE_ENDPWENT. 139 */ 140 #define DK4_HAVE_ENDPWENT 1 141 142 /** DK4 version of HAVE_ERRNO_H. 143 */ 144 #define DK4_HAVE_ERRNO_H 1 145 146 /** DK4 version of HAVE_FCNTL_H. 147 */ 148 #define DK4_HAVE_FCNTL_H 1 149 150 /** DK4 version of HAVE_FENV_H. 151 */ 152 #define DK4_HAVE_FENV_H 1 153 154 /** DK4 version of HAVE_FILEMODE_BINARY. 155 */ 156 #define DK4_HAVE_FILEMODE_BINARY 0 157 158 /** DK4 version of HAVE_FILENO. 159 */ 160 #define DK4_HAVE_FILENO 1 161 162 /** DK4 version of HAVE_FILE_ATIMECTIME. 163 */ 164 #define DK4_HAVE_FILE_ATIMECTIME 1 165 166 /** DK4 version of HAVE_FILE_BLKSIZECNT. 167 */ 168 #define DK4_HAVE_FILE_BLKSIZECNT 1 169 170 /** DK4 version of HAVE_FILE_DEVINO. 171 */ 172 #define DK4_HAVE_FILE_DEVINO 1 173 174 /** DK4 version of HAVE_FILE_UIDGID. 175 */ 176 #define DK4_HAVE_FILE_UIDGID 1 177 178 /** DK4 version of HAVE_FLOAT_H. 179 */ 180 #define DK4_HAVE_FLOAT_H 1 181 182 /** DK4 version of HAVE_FOPEN64. 183 */ 184 #define DK4_HAVE_FOPEN64 1 185 186 /** DK4 version of HAVE_FOPEN_S. 187 */ 188 #define DK4_HAVE_FOPEN_S 0 189 190 /** DK4 version of HAVE_FPOS_T. 191 */ 192 #define DK4_HAVE_FPOS_T 1 193 194 /** DK4 version of HAVE_FPUTWC. 195 */ 196 #define DK4_HAVE_FPUTWC 1 197 198 /** DK4 version of HAVE_FPUTWS. 199 */ 200 #define DK4_HAVE_FPUTWS 1 201 202 /** DK4 version of HAVE_FREE. 203 */ 204 #define DK4_HAVE_FREE 1 205 206 /** DK4 version of HAVE_GETADDRINFO. 207 */ 208 #define DK4_HAVE_GETADDRINFO 1 209 210 /** DK4 version of HAVE_GETCWD. 211 */ 212 #define DK4_HAVE_GETCWD 1 213 214 /** DK4 version of HAVE_GETENV. 215 */ 216 #define DK4_HAVE_GETENV 1 217 218 /** DK4 version of HAVE_GETENV_S. 219 */ 220 #define DK4_HAVE_GETENV_S 0 221 222 /** DK4 version of HAVE_GETEUID. 223 */ 224 #define DK4_HAVE_GETEUID 1 225 226 /** DK4 version of HAVE_GETEXECNAME. 227 */ 228 #define DK4_HAVE_GETEXECNAME 0 229 230 /** DK4 version of HAVE_GETFINALPATHNAMEBYHANDLE. 231 */ 232 #define DK4_HAVE_GETFINALPATHNAMEBYHANDLE 0 233 234 /** DK4 version of HAVE_GETGRENT. 235 */ 236 #define DK4_HAVE_GETGRENT 1 237 238 /** DK4 version of HAVE_GETGRGID. 239 */ 240 #define DK4_HAVE_GETGRGID 1 241 242 /** DK4 version of HAVE_GETGRNAM. 243 */ 244 #define DK4_HAVE_GETGRNAM 1 245 246 /** DK4 version of HAVE_GETHOSTBYNAME. 247 */ 248 #define DK4_HAVE_GETHOSTBYNAME 1 249 250 /** DK4 version of HAVE_GETNAMEINFO. 251 */ 252 #define DK4_HAVE_GETNAMEINFO 1 253 254 /** DK4 version of HAVE_GETPID. 255 */ 256 #define DK4_HAVE_GETPID 1 257 258 /** DK4 version of HAVE_GETPWENT. 259 */ 260 #define DK4_HAVE_GETPWENT 1 261 262 /** DK4 version of HAVE_GETPWNAM. 263 */ 264 #define DK4_HAVE_GETPWNAM 1 265 266 /** DK4 version of HAVE_GETPWUID. 267 */ 268 #define DK4_HAVE_GETPWUID 1 269 270 /** DK4 version of HAVE_GETRLIMIT. 271 */ 272 #define DK4_HAVE_GETRLIMIT 1 273 274 /** DK4 version of HAVE_GID_T. 275 */ 276 #define DK4_HAVE_GID_T 1 277 278 /** DK4 version of HAVE_GRP_H. 279 */ 280 #define DK4_HAVE_GRP_H 1 281 282 /** DK4 version of HAVE_HTONL. 283 */ 284 #define DK4_HAVE_HTONL 1 285 286 /** DK4 version of HAVE_HTONS. 287 */ 288 #define DK4_HAVE_HTONS 1 289 290 /** DK4 version of HAVE_IN6_ADDR. 291 */ 292 #define DK4_HAVE_IN6_ADDR 0 293 294 /** DK4 version of HAVE_INET_ADDR. 295 */ 296 #define DK4_HAVE_INET_ADDR 1 297 298 /** DK4 version of HAVE_INET_ATON. 299 */ 300 #define DK4_HAVE_INET_ATON 1 301 302 /** DK4 version of HAVE_INET_NTOP. 303 */ 304 #define DK4_HAVE_INET_NTOP 1 305 306 /** DK4 version of HAVE_INET_PTON. 307 */ 308 #define DK4_HAVE_INET_PTON 1 309 310 /** DK4 version of HAVE_INITGROUPS. 311 */ 312 #define DK4_HAVE_INITGROUPS 1 313 314 /** DK4 version of HAVE_INITSTATE. 315 */ 316 #define DK4_HAVE_INITSTATE 1 317 318 /** DK4 version of HAVE_INLINE. 319 */ 320 #define DK4_HAVE_INLINE 1 321 322 /** DK4 version of HAVE_INO64_T. 323 */ 324 #define DK4_HAVE_INO64_T 1 325 326 /** DK4 version of HAVE_INO_T. 327 */ 328 #define DK4_HAVE_INO_T 1 329 330 /** DK4 version of HAVE_INT16_T. 331 */ 332 #define DK4_HAVE_INT16_T 1 333 334 /** DK4 version of HAVE_INT32_T. 335 */ 336 #define DK4_HAVE_INT32_T 1 337 338 /** DK4 version of HAVE_INT8_T. 339 */ 340 #define DK4_HAVE_INT8_T 1 341 342 /** DK4 version of HAVE_INTMAX_T. 343 */ 344 #define DK4_HAVE_INTMAX_T 1 345 346 /** DK4 version of HAVE_INTTYPES_H. 347 */ 348 #define DK4_HAVE_INTTYPES_H 1 349 350 /** DK4 version of HAVE_IN_ADDR. 351 */ 352 #define DK4_HAVE_IN_ADDR 0 353 354 /** DK4 version of HAVE_IO_H. 355 */ 356 #define DK4_HAVE_IO_H 0 357 358 /** DK4 version of HAVE_ISATTY. 359 */ 360 #define DK4_HAVE_ISATTY 1 361 362 /** DK4 version of HAVE_ISFINITE. 363 */ 364 #define DK4_HAVE_ISFINITE 1 365 366 /** DK4 version of HAVE_ISGREATER. 367 */ 368 #define DK4_HAVE_ISGREATER 1 369 370 /** DK4 version of HAVE_ISGREATEREQUAL. 371 */ 372 #define DK4_HAVE_ISGREATEREQUAL 1 373 374 /** DK4 version of HAVE_ISLESS. 375 */ 376 #define DK4_HAVE_ISLESS 1 377 378 /** DK4 version of HAVE_ISLESSEQUAL. 379 */ 380 #define DK4_HAVE_ISLESSEQUAL 1 381 382 /** DK4 version of HAVE_ISNORMAL. 383 */ 384 #define DK4_HAVE_ISNORMAL 1 385 386 /** DK4 version of HAVE_ISO646_H. 387 */ 388 #define DK4_HAVE_ISO646_H 1 389 390 /** DK4 version of HAVE_JPEGLIB_H. 391 */ 392 #define DK4_HAVE_JPEGLIB_H 1 393 394 /** DK4 version of HAVE_LARGEFILE64_SOURCE. 395 */ 396 #define DK4_HAVE_LARGEFILE64_SOURCE 0 397 398 /** DK4 version of HAVE_LIBNETSNMP. 399 */ 400 #define DK4_HAVE_LIBNETSNMP 1 401 402 /** DK4 version of HAVE_LIMITS_H. 403 */ 404 #define DK4_HAVE_LIMITS_H 1 405 406 /** DK4 version of HAVE_LINE_END_CR_NL. 407 */ 408 #define DK4_HAVE_LINE_END_CR_NL 0 409 410 /** DK4 version of HAVE_LOCALE_H. 411 */ 412 #define DK4_HAVE_LOCALE_H 1 413 414 /** DK4 version of HAVE_LOCALTIME_R. 415 */ 416 #define DK4_HAVE_LOCALTIME_R 1 417 418 /** DK4 version of HAVE_LONG_DOUBLE. 419 */ 420 #define DK4_HAVE_LONG_DOUBLE 1 421 422 /** DK4 version of HAVE_LONG_LONG. 423 */ 424 #define DK4_HAVE_LONG_LONG 1 425 426 /** DK4 version of HAVE_LRAND48. 427 */ 428 #define DK4_HAVE_LRAND48 1 429 430 /** DK4 version of HAVE_LSTAT. 431 */ 432 #define DK4_HAVE_LSTAT 1 433 434 /** DK4 version of HAVE_LSTAT64. 435 */ 436 #define DK4_HAVE_LSTAT64 1 437 438 /** DK4 version of HAVE_MALLOC. 439 */ 440 #define DK4_HAVE_MALLOC 1 441 442 /** DK4 version of HAVE_MALLOC_H. 443 */ 444 #define DK4_HAVE_MALLOC_H 1 445 446 /** DK4 version of HAVE_MATH_H. 447 */ 448 #define DK4_HAVE_MATH_H 1 449 450 /** DK4 version of HAVE_MEMCMP. 451 */ 452 #define DK4_HAVE_MEMCMP 1 453 454 /** DK4 version of HAVE_MEMCPY. 455 */ 456 #define DK4_HAVE_MEMCPY 1 457 458 /** DK4 version of HAVE_MEMORY_H. 459 */ 460 #define DK4_HAVE_MEMORY_H 1 461 462 /** DK4 version of HAVE_MEMSET. 463 */ 464 #define DK4_HAVE_MEMSET 1 465 466 /** DK4 version of HAVE_MKDIR. 467 */ 468 #define DK4_HAVE_MKDIR 1 469 470 /** DK4 version of HAVE_MODE_T. 471 */ 472 #define DK4_HAVE_MODE_T 1 473 474 /** DK4 version of HAVE_NDBM_H. 475 */ 476 #define DK4_HAVE_NDBM_H 0 477 478 /** DK4 version of HAVE_NETDB_H. 479 */ 480 #define DK4_HAVE_NETDB_H 1 481 482 /** DK4 version of HAVE_NETINET_IN6_H. 483 */ 484 #define DK4_HAVE_NETINET_IN6_H 0 485 486 /** DK4 version of HAVE_NETINET_IN_H. 487 */ 488 #define DK4_HAVE_NETINET_IN_H 1 489 490 /** DK4 version of HAVE_NLINK_T. 491 */ 492 #define DK4_HAVE_NLINK_T 1 493 494 /** DK4 version of HAVE_NRAND48. 495 */ 496 #define DK4_HAVE_NRAND48 1 497 498 /** DK4 version of HAVE_NTIFS_H. 499 */ 500 #define DK4_HAVE_NTIFS_H 0 501 502 /** DK4 version of HAVE_NTOHL. 503 */ 504 #define DK4_HAVE_NTOHL 1 505 506 /** DK4 version of HAVE_NTOHS. 507 */ 508 #define DK4_HAVE_NTOHS 1 509 510 /** DK4 version of HAVE_OFF64_T. 511 */ 512 #define DK4_HAVE_OFF64_T 1 513 514 /** DK4 version of HAVE_OFF_T. 515 */ 516 #define DK4_HAVE_OFF_T 1 517 518 /** DK4 version of HAVE_OPENSSL_MD5_H. 519 */ 520 #define DK4_HAVE_OPENSSL_MD5_H 1 521 522 /** DK4 version of HAVE_OPENSSL_RAND_H. 523 */ 524 #define DK4_HAVE_OPENSSL_RAND_H 1 525 526 /** DK4 version of HAVE_OPENSSL_RIPEMD_H. 527 */ 528 #define DK4_HAVE_OPENSSL_RIPEMD_H 1 529 530 /** DK4 version of HAVE_OPENSSL_SHA_H. 531 */ 532 #define DK4_HAVE_OPENSSL_SHA_H 1 533 534 /** DK4 version of HAVE_PNG_GET_PIXELS_PER_INCH. 535 */ 536 #define DK4_HAVE_PNG_GET_PIXELS_PER_INCH 1 537 538 /** DK4 version of HAVE_PNG_H. 539 */ 540 #define DK4_HAVE_PNG_H 1 541 542 /** DK4 version of HAVE_PROCESS_H. 543 */ 544 #define DK4_HAVE_PROCESS_H 0 545 546 /** DK4 version of HAVE_PROC_PID_EXE. 547 */ 548 #define DK4_HAVE_PROC_PID_EXE 1 549 550 /** DK4 version of HAVE_PWD_H. 551 */ 552 #define DK4_HAVE_PWD_H 1 553 554 /** DK4 version of HAVE_QSORT. 555 */ 556 #define DK4_HAVE_QSORT 1 557 558 /** DK4 version of HAVE_RAND. 559 */ 560 #define DK4_HAVE_RAND 1 561 562 /** DK4 version of HAVE_RANDOM. 563 */ 564 #define DK4_HAVE_RANDOM 1 565 566 /** DK4 version of HAVE_RAND_EGD. 567 */ 568 #define DK4_HAVE_RAND_EGD 0 569 570 /** DK4 version of HAVE_READ. 571 */ 572 #define DK4_HAVE_READ 1 573 574 /** DK4 version of HAVE_READLINK. 575 */ 576 #define DK4_HAVE_READLINK 1 577 578 /** DK4 version of HAVE_RMDIR. 579 */ 580 #define DK4_HAVE_RMDIR 1 581 582 /** DK4 version of HAVE_SEARCH_H. 583 */ 584 #define DK4_HAVE_SEARCH_H 1 585 586 /** DK4 version of HAVE_SELECT. 587 */ 588 #define DK4_HAVE_SELECT 1 589 590 /** DK4 version of HAVE_SETBUF. 591 */ 592 #define DK4_HAVE_SETBUF 1 593 594 /** DK4 version of HAVE_SETBUFFER. 595 */ 596 #define DK4_HAVE_SETBUFFER 1 597 598 /** DK4 version of HAVE_SETGID. 599 */ 600 #define DK4_HAVE_SETGID 1 601 602 /** DK4 version of HAVE_SETGRENT. 603 */ 604 #define DK4_HAVE_SETGRENT 1 605 606 /** DK4 version of HAVE_SETGROUPS. 607 */ 608 #define DK4_HAVE_SETGROUPS 1 609 610 /** DK4 version of HAVE_SETJMP_H. 611 */ 612 #define DK4_HAVE_SETJMP_H 1 613 614 /** DK4 version of HAVE_SETLOCALE. 615 */ 616 #define DK4_HAVE_SETLOCALE 1 617 618 /** DK4 version of HAVE_SETMODE. 619 */ 620 #define DK4_HAVE_SETMODE 0 621 622 /** DK4 version of HAVE_SETPGRP. 623 */ 624 #define DK4_HAVE_SETPGRP 1 625 626 /** DK4 version of HAVE_SETPWENT. 627 */ 628 #define DK4_HAVE_SETPWENT 1 629 630 /** DK4 version of HAVE_SETSID. 631 */ 632 #define DK4_HAVE_SETSID 1 633 634 /** DK4 version of HAVE_SETSOCKOPT. 635 */ 636 #define DK4_HAVE_SETSOCKOPT 1 637 638 /** DK4 version of HAVE_SETSTATE. 639 */ 640 #define DK4_HAVE_SETSTATE 1 641 642 /** DK4 version of HAVE_SETUID. 643 */ 644 #define DK4_HAVE_SETUID 1 645 646 /** DK4 version of HAVE_SETVBUF. 647 */ 648 #define DK4_HAVE_SETVBUF 1 649 650 /** DK4 version of HAVE_SHA224. 651 */ 652 #define DK4_HAVE_SHA224 1 653 654 /** DK4 version of HAVE_SHA256. 655 */ 656 #define DK4_HAVE_SHA256 1 657 658 /** DK4 version of HAVE_SHA384. 659 */ 660 #define DK4_HAVE_SHA384 1 661 662 /** DK4 version of HAVE_SHA512. 663 */ 664 #define DK4_HAVE_SHA512 1 665 666 /** DK4 version of HAVE_SHARE_H. 667 */ 668 #define DK4_HAVE_SHARE_H 0 669 670 /** DK4 version of HAVE_SIGACTION. 671 */ 672 #define DK4_HAVE_SIGACTION 1 673 674 /** DK4 version of HAVE_SIGEMPTYSET. 675 */ 676 #define DK4_HAVE_SIGEMPTYSET 1 677 678 /** DK4 version of HAVE_SIGNAL. 679 */ 680 #define DK4_HAVE_SIGNAL 1 681 682 /** DK4 version of HAVE_SIGNAL_H. 683 */ 684 #define DK4_HAVE_SIGNAL_H 1 685 686 /** DK4 version of HAVE_SIGPROCMASK. 687 */ 688 #define DK4_HAVE_SIGPROCMASK 1 689 690 /** DK4 version of HAVE_SIGSET. 691 */ 692 #define DK4_HAVE_SIGSET 1 693 694 /** DK4 version of HAVE_SIG_ATOMIC_T. 695 */ 696 #define DK4_HAVE_SIG_ATOMIC_T 1 697 698 /** DK4 version of HAVE_SNMP_DISABLE_FILELOG. 699 */ 700 #define DK4_HAVE_SNMP_DISABLE_FILELOG 1 701 702 /** DK4 version of HAVE_SNMP_DISABLE_STDERRLOG. 703 */ 704 #define DK4_HAVE_SNMP_DISABLE_STDERRLOG 1 705 706 /** DK4 version of HAVE_SNMP_DISABLE_SYSLOG. 707 */ 708 #define DK4_HAVE_SNMP_DISABLE_SYSLOG 1 709 710 /** DK4 version of HAVE_SNMP_ENABLE_FILELOG. 711 */ 712 #define DK4_HAVE_SNMP_ENABLE_FILELOG 1 713 714 /** DK4 version of HAVE_SNPRINTF. 715 */ 716 #define DK4_HAVE_SNPRINTF 1 717 718 /** DK4 version of HAVE_SNWPRINTF. 719 */ 720 #define DK4_HAVE_SNWPRINTF 0 721 722 /** DK4 version of HAVE_SOCKET. 723 */ 724 #define DK4_HAVE_SOCKET 1 725 726 /** DK4 version of HAVE_SOCKLEN_T. 727 */ 728 #define DK4_HAVE_SOCKLEN_T 1 729 730 /** DK4 version of HAVE_SRAND. 731 */ 732 #define DK4_HAVE_SRAND 1 733 734 /** DK4 version of HAVE_SSIZE_T. 735 */ 736 #define DK4_HAVE_SSIZE_T 1 737 738 /** DK4 version of HAVE_STAT64. 739 */ 740 #define DK4_HAVE_STAT64 1 741 742 /** DK4 version of HAVE_STDALIGN_H. 743 */ 744 #define DK4_HAVE_STDALIGN_H 1 745 746 /** DK4 version of HAVE_STDARG_H. 747 */ 748 #define DK4_HAVE_STDARG_H 1 749 750 /** DK4 version of HAVE_STDATOMIC_H. 751 */ 752 #define DK4_HAVE_STDATOMIC_H 1 753 754 /** DK4 version of HAVE_STDBOOL_H. 755 */ 756 #define DK4_HAVE_STDBOOL_H 1 757 758 /** DK4 version of HAVE_STDDEF_H. 759 */ 760 #define DK4_HAVE_STDDEF_H 1 761 762 /** DK4 version of HAVE_STDINT_H. 763 */ 764 #define DK4_HAVE_STDINT_H 1 765 766 /** DK4 version of HAVE_STDLIB_H. 767 */ 768 #define DK4_HAVE_STDLIB_H 1 769 770 /** DK4 version of HAVE_STDNORETURN_H. 771 */ 772 #define DK4_HAVE_STDNORETURN_H 1 773 774 /** DK4 version of HAVE_STRCASECMP. 775 */ 776 #define DK4_HAVE_STRCASECMP 1 777 778 /** DK4 version of HAVE_STRCAT_S. 779 */ 780 #define DK4_HAVE_STRCAT_S 0 781 782 /** DK4 version of HAVE_STRCPY_S. 783 */ 784 #define DK4_HAVE_STRCPY_S 0 785 786 /** DK4 version of HAVE_STRERROR. 787 */ 788 #define DK4_HAVE_STRERROR 1 789 790 /** DK4 version of HAVE_STRERROR_R. 791 */ 792 #define DK4_HAVE_STRERROR_R 1 793 794 /** DK4 version of HAVE_STRICMP. 795 */ 796 #define DK4_HAVE_STRICMP 0 797 798 /** DK4 version of HAVE_STRINGS_H. 799 */ 800 #define DK4_HAVE_STRINGS_H 1 801 802 /** DK4 version of HAVE_STRING_H. 803 */ 804 #define DK4_HAVE_STRING_H 1 805 806 /** DK4 version of HAVE_STRTOD. 807 */ 808 #define DK4_HAVE_STRTOD 1 809 810 /** DK4 version of HAVE_STRUCT_ADDRINFO. 811 */ 812 #define DK4_HAVE_STRUCT_ADDRINFO 1 813 814 /** DK4 version of HAVE_STRUCT_SOCKADDR_IN. 815 */ 816 #define DK4_HAVE_STRUCT_SOCKADDR_IN 1 817 818 /** DK4 version of HAVE_STRUCT_SOCKADDR_IN6. 819 */ 820 #define DK4_HAVE_STRUCT_SOCKADDR_IN6 1 821 822 /** DK4 version of HAVE_STRUCT_SOCKADDR_STORAGE. 823 */ 824 #define DK4_HAVE_STRUCT_SOCKADDR_STORAGE 1 825 826 /** DK4 version of HAVE_STRUCT_SOCKADDR_UN. 827 */ 828 #define DK4_HAVE_STRUCT_SOCKADDR_UN 1 829 830 /** DK4 version of HAVE_SWPRINTF. 831 */ 832 #define DK4_HAVE_SWPRINTF 1 833 834 /** DK4 version of HAVE_SYSEXITS_H. 835 */ 836 #define DK4_HAVE_SYSEXITS_H 1 837 838 /** DK4 version of HAVE_SYSLOG. 839 */ 840 #define DK4_HAVE_SYSLOG 1 841 842 /** DK4 version of HAVE_SYSLOG_H. 843 */ 844 #define DK4_HAVE_SYSLOG_H 1 845 846 /** DK4 version of HAVE_SYSTEMD. 847 */ 848 #define DK4_HAVE_SYSTEMD 1 849 850 /** DK4 version of HAVE_SYS_PARAM_H. 851 */ 852 #define DK4_HAVE_SYS_PARAM_H 1 853 854 /** DK4 version of HAVE_SYS_RESOURCE_H. 855 */ 856 #define DK4_HAVE_SYS_RESOURCE_H 1 857 858 /** DK4 version of HAVE_SYS_SELECT_H. 859 */ 860 #define DK4_HAVE_SYS_SELECT_H 1 861 862 /** DK4 version of HAVE_SYS_SOCKET_H. 863 */ 864 #define DK4_HAVE_SYS_SOCKET_H 1 865 866 /** DK4 version of HAVE_SYS_STAT_H. 867 */ 868 #define DK4_HAVE_SYS_STAT_H 1 869 870 /** DK4 version of HAVE_SYS_TIME_H. 871 */ 872 #define DK4_HAVE_SYS_TIME_H 1 873 874 /** DK4 version of HAVE_SYS_TYPES_H. 875 */ 876 #define DK4_HAVE_SYS_TYPES_H 1 877 878 /** DK4 version of HAVE_SYS_UN_H. 879 */ 880 #define DK4_HAVE_SYS_UN_H 1 881 882 /** DK4 version of HAVE_TGMATH_H. 883 */ 884 #define DK4_HAVE_TGMATH_H 1 885 886 /** DK4 version of HAVE_THREADS_H. 887 */ 888 #define DK4_HAVE_THREADS_H 1 889 890 /** DK4 version of HAVE_TIFF_H. 891 */ 892 #define DK4_HAVE_TIFF_H 1 893 894 /** DK4 version of HAVE_TIME_H. 895 */ 896 #define DK4_HAVE_TIME_H 1 897 898 /** DK4 version of HAVE_TYPE_STAT64. 899 */ 900 #define DK4_HAVE_TYPE_STAT64 1 901 902 /** DK4 version of HAVE_UCHAR_H. 903 */ 904 #define DK4_HAVE_UCHAR_H 1 905 906 /** DK4 version of HAVE_UID_T. 907 */ 908 #define DK4_HAVE_UID_T 1 909 910 /** DK4 version of HAVE_UINT16_T. 911 */ 912 #define DK4_HAVE_UINT16_T 1 913 914 /** DK4 version of HAVE_UINT32_T. 915 */ 916 #define DK4_HAVE_UINT32_T 1 917 918 /** DK4 version of HAVE_UINT8_T. 919 */ 920 #define DK4_HAVE_UINT8_T 1 921 922 /** DK4 version of HAVE_UNISTD_H. 923 */ 924 #define DK4_HAVE_UNISTD_H 1 925 926 /** DK4 version of HAVE_UNLINK. 927 */ 928 #define DK4_HAVE_UNLINK 1 929 930 /** DK4 version of HAVE_VOLATILE. 931 */ 932 #define DK4_HAVE_VOLATILE 1 933 934 /** DK4 version of HAVE_WCHAR_H. 935 */ 936 #define DK4_HAVE_WCHAR_H 1 937 938 /** DK4 version of HAVE_WCSCASECMP. 939 */ 940 #define DK4_HAVE_WCSCASECMP 1 941 942 /** DK4 version of HAVE_WCSCAT. 943 */ 944 #define DK4_HAVE_WCSCAT 1 945 946 /** DK4 version of HAVE_WCSCAT_S. 947 */ 948 #define DK4_HAVE_WCSCAT_S 0 949 950 /** DK4 version of HAVE_WCSCHR. 951 */ 952 #define DK4_HAVE_WCSCHR 1 953 954 /** DK4 version of HAVE_WCSCMP. 955 */ 956 #define DK4_HAVE_WCSCMP 1 957 958 /** DK4 version of HAVE_WCSCPY. 959 */ 960 #define DK4_HAVE_WCSCPY 1 961 962 /** DK4 version of HAVE_WCSCPY_S. 963 */ 964 #define DK4_HAVE_WCSCPY_S 0 965 966 /** DK4 version of HAVE_WCSICMP. 967 */ 968 #define DK4_HAVE_WCSICMP 0 969 970 /** DK4 version of HAVE_WCSLEN. 971 */ 972 #define DK4_HAVE_WCSLEN 1 973 974 /** DK4 version of HAVE_WCSNCMP. 975 */ 976 #define DK4_HAVE_WCSNCMP 1 977 978 /** DK4 version of HAVE_WCSRCHR. 979 */ 980 #define DK4_HAVE_WCSRCHR 1 981 982 /** DK4 version of HAVE_WCSTOD. 983 */ 984 #define DK4_HAVE_WCSTOD 1 985 986 /** DK4 version of HAVE_WCTYPE_H. 987 */ 988 #define DK4_HAVE_WCTYPE_H 1 989 990 /** DK4 version of HAVE_WINDOWS_H. 991 */ 992 #define DK4_HAVE_WINDOWS_H 0 993 994 /** DK4 version of HAVE_WINSOCK2_H. 995 */ 996 #define DK4_HAVE_WINSOCK2_H 0 997 998 /** DK4 version of HAVE_WMKDIR. 999 */ 1000 #define DK4_HAVE_WMKDIR 0 1001 1002 /** DK4 version of HAVE_WRITE. 1003 */ 1004 #define DK4_HAVE_WRITE 1 1005 1006 /** DK4 version of HAVE_WRMDIR. 1007 */ 1008 #define DK4_HAVE_WRMDIR 0 1009 1010 /** DK4 version of HAVE_WS2TCPIP_H. 1011 */ 1012 #define DK4_HAVE_WS2TCPIP_H 0 1013 1014 /** DK4 version of HAVE_WUNLINK. 1015 */ 1016 #define DK4_HAVE_WUNLINK 0 1017 1018 /** DK4 version of HAVE_WXWIDGETS. 1019 */ 1020 #define DK4_HAVE_WXWIDGETS 1 1021 1022 /** DK4 version of HAVE_WX_CHARTYPE_H. 1023 */ 1024 #define DK4_HAVE_WX_CHARTYPE_H 1 1025 1026 /** DK4 version of HAVE_WX_DEFS_H. 1027 */ 1028 #define DK4_HAVE_WX_DEFS_H 1 1029 1030 /** DK4 version of HAVE_WX_WXCHAR_H. 1031 */ 1032 #define DK4_HAVE_WX_WXCHAR_H 0 1033 1034 /** DK4 version of HAVE_ZLIB_H. 1035 */ 1036 #define DK4_HAVE_ZLIB_H 1 1037 1038 /** DK4 version of HAVE__DEV_T. 1039 */ 1040 #define DK4_HAVE__DEV_T 0 1041 1042 /** DK4 version of HAVE__FILENO. 1043 */ 1044 #define DK4_HAVE__FILENO 0 1045 1046 /** DK4 version of HAVE__FINITE. 1047 */ 1048 #define DK4_HAVE__FINITE 1 1049 1050 /** DK4 version of HAVE__FPOS_T. 1051 */ 1052 #define DK4_HAVE__FPOS_T 0 1053 1054 /** DK4 version of HAVE__GETCWD. 1055 */ 1056 #define DK4_HAVE__GETCWD 0 1057 1058 /** DK4 version of HAVE__INO64_T. 1059 */ 1060 #define DK4_HAVE__INO64_T 0 1061 1062 /** DK4 version of HAVE__INO_T. 1063 */ 1064 #define DK4_HAVE__INO_T 0 1065 1066 /** DK4 version of HAVE__ISATTY. 1067 */ 1068 #define DK4_HAVE__ISATTY 0 1069 1070 /** DK4 version of HAVE__MKDIR. 1071 */ 1072 #define DK4_HAVE__MKDIR 0 1073 1074 /** DK4 version of HAVE__OFF64_T. 1075 */ 1076 #define DK4_HAVE__OFF64_T 0 1077 1078 /** DK4 version of HAVE__OFF_T. 1079 */ 1080 #define DK4_HAVE__OFF_T 0 1081 1082 /** DK4 version of HAVE__READ. 1083 */ 1084 #define DK4_HAVE__READ 0 1085 1086 /** DK4 version of HAVE__RMDIR. 1087 */ 1088 #define DK4_HAVE__RMDIR 0 1089 1090 /** DK4 version of HAVE__SETMODE. 1091 */ 1092 #define DK4_HAVE__SETMODE 0 1093 1094 /** DK4 version of HAVE__SNPRINTF. 1095 */ 1096 #define DK4_HAVE__SNPRINTF 0 1097 1098 /** DK4 version of HAVE__SNPRINTF_S. 1099 */ 1100 #define DK4_HAVE__SNPRINTF_S 0 1101 1102 /** DK4 version of HAVE__SNWPRINTF. 1103 */ 1104 #define DK4_HAVE__SNWPRINTF 0 1105 1106 /** DK4 version of HAVE__SNWPRINTF_S. 1107 */ 1108 #define DK4_HAVE__SNWPRINTF_S 0 1109 1110 /** DK4 version of HAVE__STRICMP. 1111 */ 1112 #define DK4_HAVE__STRICMP 0 1113 1114 /** DK4 version of HAVE__STRTOD. 1115 */ 1116 #define DK4_HAVE__STRTOD 0 1117 1118 /** DK4 version of HAVE__UNLINK. 1119 */ 1120 #define DK4_HAVE__UNLINK 0 1121 1122 /** DK4 version of HAVE__WCSCASECMP. 1123 */ 1124 #define DK4_HAVE__WCSCASECMP 0 1125 1126 /** DK4 version of HAVE__WCSCMP. 1127 */ 1128 #define DK4_HAVE__WCSCMP 0 1129 1130 /** DK4 version of HAVE__WCSICMP. 1131 */ 1132 #define DK4_HAVE__WCSICMP 0 1133 1134 /** DK4 version of HAVE__WCSNCMP. 1135 */ 1136 #define DK4_HAVE__WCSNCMP 0 1137 1138 /** DK4 version of HAVE__WCSTOD. 1139 */ 1140 #define DK4_HAVE__WCSTOD 0 1141 1142 /** DK4 version of HAVE__WFOPEN. 1143 */ 1144 #define DK4_HAVE__WFOPEN 0 1145 1146 /** DK4 version of HAVE__WFOPEN64. 1147 */ 1148 #define DK4_HAVE__WFOPEN64 0 1149 1150 /** DK4 version of HAVE__WFOPEN_S. 1151 */ 1152 #define DK4_HAVE__WFOPEN_S 0 1153 1154 /** DK4 version of HAVE__WGETCWD. 1155 */ 1156 #define DK4_HAVE__WGETCWD 0 1157 1158 /** DK4 version of HAVE__WMKDIR. 1159 */ 1160 #define DK4_HAVE__WMKDIR 0 1161 1162 /** DK4 version of HAVE__WRITE. 1163 */ 1164 #define DK4_HAVE__WRITE 0 1165 1166 /** DK4 version of HAVE__WRMDIR. 1167 */ 1168 #define DK4_HAVE__WRMDIR 0 1169 1170 /** DK4 version of HAVE__WUNLINK. 1171 */ 1172 #define DK4_HAVE__WUNLINK 0 1173 1174 /** DK4 version of SIZEOF_DOUBLE. 1175 */ 1176 #define DK4_SIZEOF_DOUBLE 8 1177 1178 /** DK4 version of SIZEOF_INO_T. 1179 */ 1180 #define DK4_SIZEOF_INO_T 8 1181 1182 /** DK4 version of SIZEOF_INT. 1183 */ 1184 #define DK4_SIZEOF_INT 4 1185 1186 /** DK4 version of SIZEOF_INT32_T. 1187 */ 1188 #define DK4_SIZEOF_INT32_T 4 1189 1190 /** DK4 version of SIZEOF_INTMAX_T. 1191 */ 1192 #define DK4_SIZEOF_INTMAX_T 8 1193 1194 /** DK4 version of SIZEOF_LONG. 1195 */ 1196 #define DK4_SIZEOF_LONG 8 1197 1198 /** DK4 version of SIZEOF_LONG_DOUBLE. 1199 */ 1200 #define DK4_SIZEOF_LONG_DOUBLE 16 1201 1202 /** DK4 version of SIZEOF_LONG_LONG. 1203 */ 1204 #define DK4_SIZEOF_LONG_LONG 8 1205 1206 /** DK4 version of SIZEOF_OFF_T. 1207 */ 1208 #define DK4_SIZEOF_OFF_T 8 1209 1210 /** DK4 version of SIZEOF_SHORT. 1211 */ 1212 #define DK4_SIZEOF_SHORT 2 1213 1214 /** DK4 version of SIZEOF_SIZE_T. 1215 */ 1216 #define DK4_SIZEOF_SIZE_T 8 1217 1218 /** DK4 version of SIZEOF_WCHAR_T. 1219 */ 1220 #define DK4_SIZEOF_WCHAR_T 4 1221 1222 /** DK4 version of TIME_WITH_SYS_TIME. 1223 */ 1224 #define DK4_TIME_WITH_SYS_TIME 1 1225 1226 /** DK4 version of USE_FALLBACK_NUMERIC_LIMITS. 1227 */ 1228 #define DK4_USE_FALLBACK_NUMERIC_LIMITS 0 1229 1230 /** DK4 version of USE_INLINE. 1231 */ 1232 #define DK4_USE_INLINE 0 1233 1234 /** DK4 version of USE_PRINTF_SCANF. 1235 */ 1236 #define DK4_USE_PRINTF_SCANF 1 1237 1238 /** DK4 version of USE_WINDOWS_LOCAL_ALLOC. 1239 */ 1240 #define DK4_USE_WINDOWS_LOCAL_ALLOC 0 1241 1242 /** DK4 version of WORDS_BIGENDIAN. 1243 */ 1244 #define DK4_WORDS_BIGENDIAN 0 1245 1246 #if DK4_HAVE_LARGEFILE64_SOURCE 1247 #ifndef _LARGEFILE64_SOURCE 1248 /** Use 64 bit file support. 1249 */ 1250 #define _LARGEFILE64_SOURCE 1 1251 #endif 1252 #endif 1253 1254 1255 1256 #endif 1257 /* ifndef DK4CONF_H_INCLUDED */ 1258 1259