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
|
/* config.h.in. Generated from configure.ac by autoheader. */
#ifndef _GCRYPT_CONFIG_H_INCLUDED
#define _GCRYPT_CONFIG_H_INCLUDED
/* Enable gpg-error's strerror macro for W32CE. */
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Defined if --disable-asm was used to configure */
#undef ASM_DISABLED
/* GIT commit id revision used to build this package */
#undef BUILD_REVISION
/* The time this package was configured for a build */
#undef BUILD_TIMESTAMP
/* configure did not test for endianness */
#undef DISABLED_ENDIAN_CHECK
/* Define if you don't want the default EGD socket name. For details see
cipher/rndegd.c */
#undef EGD_SOCKET_NAME
/* Enable support for Intel AES-NI instructions. */
#undef ENABLE_AESNI_SUPPORT
/* Enable support for ARMv8 Crypto Extension instructions. */
#undef ENABLE_ARM_CRYPTO_SUPPORT
/* Enable support for Intel AVX2 instructions. */
#undef ENABLE_AVX2_SUPPORT
/* Enable support for Intel AVX512 instructions. */
#undef ENABLE_AVX512_SUPPORT
/* Enable support for Intel AVX instructions. */
#undef ENABLE_AVX_SUPPORT
/* Enable support for Intel DRNG (RDRAND instruction). */
#undef ENABLE_DRNG_SUPPORT
/* Enable forcing 'soft' HW feature bits on (for testing). */
#undef ENABLE_FORCE_SOFT_HWFEATURES
/* Enable support for Intel GFNI instructions. */
#undef ENABLE_GFNI_SUPPORT
/* Define to support an HMAC based integrity check */
#undef ENABLE_HMAC_BINARY_CHECK
/* Enable support for the jitter entropy collector. */
#undef ENABLE_JENT_SUPPORT
/* Enable support for ARM NEON instructions. */
#undef ENABLE_NEON_SUPPORT
/* Enable support for the PadLock engine. */
#undef ENABLE_PADLOCK_SUPPORT
/* Enable support for Intel PCLMUL instructions. */
#undef ENABLE_PCLMUL_SUPPORT
/* Enable support for POWER 8 (PowerISA 2.07) crypto extension. */
#undef ENABLE_PPC_CRYPTO_SUPPORT
/* Enable support for Intel SHAEXT instructions. */
#undef ENABLE_SHAEXT_SUPPORT
/* Enable support for Intel SSE4.1 instructions. */
#undef ENABLE_SSE41_SUPPORT
/* Enable support for ARMv9 SVE2 instructions. */
#undef ENABLE_SVE2_SUPPORT
/* Enable support for ARMv8 SVE instructions. */
#undef ENABLE_SVE_SUPPORT
/* Define FIPS module version for certification */
#undef FIPS_MODULE_VERSION
/* Define to use the GNU C visibility attribute. */
#undef GCRY_USE_VISIBILITY
/* The default error source for libgcrypt. */
#undef GPG_ERR_SOURCE_DEFAULT
/* Defined if ARM architecture is v6 or newer */
#undef HAVE_ARM_ARCH_V6
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
/* Defined if the mlock() call does not work */
#undef HAVE_BROKEN_MLOCK
/* Defined if compiler has '__builtin_bswap32' intrinsic */
#undef HAVE_BUILTIN_BSWAP32
/* Defined if compiler has '__builtin_bswap64' intrinsic */
#undef HAVE_BUILTIN_BSWAP64
/* Defined if compiler has '__builtin_clz' intrinsic */
#undef HAVE_BUILTIN_CLZ
/* Defined if compiler has '__builtin_clzl' intrinsic */
#undef HAVE_BUILTIN_CLZL
/* Defined if compiler has '__builtin_ctz' intrinsic */
#undef HAVE_BUILTIN_CTZ
/* Defined if compiler has '__builtin_ctzl' intrinsic */
#undef HAVE_BUILTIN_CTZL
/* Define to 1 if the system has the type `byte'. */
#undef HAVE_BYTE
/* Defined if compiler supports clang PowerPC target attributes */
#undef HAVE_CLANG_ATTRIBUTE_PPC_TARGET
/* Define to 1 if you have the `clock' function. */
#undef HAVE_CLOCK
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME
/* Defined if underlying compiler supports AArch64/NEON/crypto intrinsics */
#undef HAVE_COMPATIBLE_CC_AARCH64_NEON_INTRINSICS
/* Defined if underlying compiler supports AArch64/NEON/crypto intrinsics with
extra GCC flags */
#undef HAVE_COMPATIBLE_CC_AARCH64_NEON_INTRINSICS_WITH_CFLAGS
/* Defined if underlying compiler supports PowerPC AltiVec/VSX/crypto
intrinsics */
#undef HAVE_COMPATIBLE_CC_PPC_ALTIVEC
/* Defined if underlying compiler supports PowerPC AltiVec/VSX/crypto
intrinsics with extra GCC flags */
#undef HAVE_COMPATIBLE_CC_PPC_ALTIVEC_WITH_CFLAGS
/* Defined if underlying compiler supports x86/AVX512 intrinsics */
#undef HAVE_COMPATIBLE_CC_X86_AVX512_INTRINSICS
/* Defined if underlying assembler is compatible with ARMv8/Aarch64 assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_AARCH64_PLATFORM_AS
/* Defined if underlying assembler is compatible with amd64 assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS
/* Defined if underlying assembler is compatible with ARM assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_ARM_PLATFORM_AS
/* Defined if underlying assembler is compatible with i386 assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_I386_PLATFORM_AS
/* Defined if underlying assembler is compatible with WIN32 assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_WIN32_PLATFORM_AS
/* Defined if underlying assembler is compatible with WIN64 assembly
implementations */
#undef HAVE_COMPATIBLE_GCC_WIN64_PLATFORM_AS
/* Defined for Alpha platforms */
#undef HAVE_CPU_ARCH_ALPHA
/* Defined for ARM AArch64 platforms */
#undef HAVE_CPU_ARCH_ARM
/* Defined for M68k platforms */
#undef HAVE_CPU_ARCH_M68K
/* Defined for MIPS platforms */
#undef HAVE_CPU_ARCH_MIPS
/* Defined for PPC platforms */
#undef HAVE_CPU_ARCH_PPC
/* Defined for s390x/zSeries platforms */
#undef HAVE_CPU_ARCH_S390X
/* Defined for SPARC platforms */
#undef HAVE_CPU_ARCH_SPARC
/* Defined for the x86 platforms */
#undef HAVE_CPU_ARCH_X86
/* defined if the system supports a random device */
#undef HAVE_DEV_RANDOM
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT
/* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
with special properties like no file modes */
#undef HAVE_DOSISH_SYSTEM
/* defined if we must run on a stupid file system */
#undef HAVE_DRIVE_LETTERS
/* Define to 1 if you have the `elf_aux_info' function. */
#undef HAVE_ELF_AUX_INFO
/* Define to 1 if you have the `explicit_bzero' function. */
#undef HAVE_EXPLICIT_BZERO
/* Define to 1 if you have the `explicit_memset' function. */
#undef HAVE_EXPLICIT_MEMSET
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
/* Define to 1 if you have the `flockfile' function. */
#undef HAVE_FLOCKFILE
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/* Defined if underlying assembler supports for CFI directives */
#undef HAVE_GCC_ASM_CFI_DIRECTIVES
/* Defined if underlying assembler supports for ELF directives */
#undef HAVE_GCC_ASM_ELF_DIRECTIVES
/* Define if inline asm memory barrier is supported */
#undef HAVE_GCC_ASM_VOLATILE_MEMORY
/* Defined if a GCC style "__attribute__ ((aligned (n))" is supported */
#undef HAVE_GCC_ATTRIBUTE_ALIGNED
/* Defined if a GCC style "__attribute__ ((may_alias))" is supported */
#undef HAVE_GCC_ATTRIBUTE_MAY_ALIAS
/* Defined if compiler supports "__attribute__ ((ms_abi))" function attribute
*/
#undef HAVE_GCC_ATTRIBUTE_MS_ABI
/* Defined if compiler supports "__attribute__ ((optimize))" function
attribute */
#undef HAVE_GCC_ATTRIBUTE_OPTIMIZE
/* Defined if a GCC style "__attribute__ ((packed))" is supported */
#undef HAVE_GCC_ATTRIBUTE_PACKED
/* Defined if compiler supports GCC PowerPC target attributes */
#undef HAVE_GCC_ATTRIBUTE_PPC_TARGET
/* Defined if compiler supports "__attribute__ ((sysv_abi))" function
attribute */
#undef HAVE_GCC_ATTRIBUTE_SYSV_ABI
/* Defined if default calling convention is 'ms_abi' */
#undef HAVE_GCC_DEFAULT_ABI_IS_MS_ABI
/* Defined if default calling convention is 'sysv_abi' */
#undef HAVE_GCC_DEFAULT_ABI_IS_SYSV_ABI
/* Defined if inline assembler supports AArch32 Crypto Extension instructions
*/
#undef HAVE_GCC_INLINE_ASM_AARCH32_CRYPTO
/* Defined if inline assembler supports AArch64 Crypto Extension instructions
*/
#undef HAVE_GCC_INLINE_ASM_AARCH64_CRYPTO
/* Defined if inline assembler supports AArch64 NEON instructions */
#undef HAVE_GCC_INLINE_ASM_AARCH64_NEON
/* Defined if inline assembler supports AArch64 SHA3/SHA512/SM3/SM4
instructions */
#undef HAVE_GCC_INLINE_ASM_AARCH64_SHA3_SHA512_SM3_SM4
/* Defined if inline assembler supports AArch64 SVE instructions */
#undef HAVE_GCC_INLINE_ASM_AARCH64_SVE
/* Defined if inline assembler supports AArch64 SVE2 instructions */
#undef HAVE_GCC_INLINE_ASM_AARCH64_SVE2
/* Defined if inline assembler supports AVX instructions */
#undef HAVE_GCC_INLINE_ASM_AVX
/* Defined if inline assembler supports AVX2 instructions */
#undef HAVE_GCC_INLINE_ASM_AVX2
/* Defined if inline assembler supports AVX512 instructions */
#undef HAVE_GCC_INLINE_ASM_AVX512
/* Defined if inline assembler supports BMI2 instructions */
#undef HAVE_GCC_INLINE_ASM_BMI2
/* Defined if inline assembler supports GFNI instructions */
#undef HAVE_GCC_INLINE_ASM_GFNI
/* Defined if inline assembler supports NEON instructions */
#undef HAVE_GCC_INLINE_ASM_NEON
/* Defined if inline assembler supports PCLMUL instructions */
#undef HAVE_GCC_INLINE_ASM_PCLMUL
/* Defined if inline assembler supports PowerPC AltiVec/VSX/crypto
instructions */
#undef HAVE_GCC_INLINE_ASM_PPC_ALTIVEC
/* Defined if inline assembler supports PowerISA 3.00 instructions */
#undef HAVE_GCC_INLINE_ASM_PPC_ARCH_3_00
/* Defined if inline assembler supports zSeries instructions */
#undef HAVE_GCC_INLINE_ASM_S390X
/* Defined if inline assembler supports zSeries vector instructions */
#undef HAVE_GCC_INLINE_ASM_S390X_VX
/* Defined if inline assembler supports SHA Extensions instructions */
#undef HAVE_GCC_INLINE_ASM_SHAEXT
/* Defined if inline assembler supports SSE4.1 instructions */
#undef HAVE_GCC_INLINE_ASM_SSE41
/* Defined if inline assembler supports SSSE3 instructions */
#undef HAVE_GCC_INLINE_ASM_SSSE3
/* Defined if inline assembler supports VAES and VPCLMUL instructions */
#undef HAVE_GCC_INLINE_ASM_VAES_VPCLMUL
/* Define to 1 if you have the `getauxval' function. */
#undef HAVE_GETAUXVAL
/* Define to 1 if you have the `getentropy' function. */
#undef HAVE_GETENTROPY
/* Define to 1 if you have the `gethrtime' function. */
#undef HAVE_GETHRTIME
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
/* Define to 1 if you have the `getpid' function. */
#undef HAVE_GETPID
/* Define to 1 if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Defined if underlying assembler is compatible with Intel syntax assembly
implementations */
#undef HAVE_INTEL_SYNTAX_PLATFORM_AS
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `rt' library (-lrt). */
#undef HAVE_LIBRT
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define to 1 if you have the <minix/config.h> header file. */
#undef HAVE_MINIX_CONFIG_H
/* Defined if the system supports an mlock() call */
#undef HAVE_MLOCK
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP
/* Define if we have pthread. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the `raise' function. */
#undef HAVE_RAISE
/* Define to 1 if you have the `rand' function. */
#undef HAVE_RAND
/* Define to 1 if you have the <spawn.h> header file. */
#undef HAVE_SPAWN_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `stpcpy' function. */
#undef HAVE_STPCPY
/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
/* Defined if compiler has '__sync_synchronize' intrinsic */
#undef HAVE_SYNC_SYNCHRONIZE
/* Define to 1 if you have the `syscall' function. */
#undef HAVE_SYSCALL
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
/* Define to 1 if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
/* Define to 1 if you have the `syslog' function. */
#undef HAVE_SYSLOG
/* Define to 1 if you have the <sys/auxv.h> header file. */
#undef HAVE_SYS_AUXV_H
/* Define to 1 if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/random.h> header file. */
#undef HAVE_SYS_RANDOM_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/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 the system has the type `u16'. */
#undef HAVE_U16
/* Define to 1 if the system has the type `u32'. */
#undef HAVE_U32
/* Define to 1 if the system has the type `u64'. */
#undef HAVE_U64
/* Define to 1 if the system has the type `uintptr_t'. */
#undef HAVE_UINTPTR_T
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if the system has the type `ushort'. */
#undef HAVE_USHORT
/* Defined if variable length arrays are supported */
#undef HAVE_VLA
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
/* Defined if we run on WindowsCE */
#undef HAVE_W32CE_SYSTEM
/* Defined if we run on a W32 API based system */
#undef HAVE_W32_SYSTEM
/* Define to 1 if you have the `wait4' function. */
#undef HAVE_WAIT4
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
/* Defined if this is not a regular release */
#undef IS_DEVELOPMENT_VERSION
/* List of available cipher algorithms */
#undef LIBGCRYPT_CIPHERS
/* List of available digest algorithms */
#undef LIBGCRYPT_DIGESTS
/* List of available KDF algorithms */
#undef LIBGCRYPT_KDFS
/* List of available public key cipher algorithms */
#undef LIBGCRYPT_PUBKEY_CIPHERS
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* defined to the name of the strong random device */
#undef NAME_OF_DEV_RANDOM
/* defined to the name of the weaker random device */
#undef NAME_OF_DEV_URANDOM
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* A human readable text with the name of the OS */
#undef PRINTABLE_OS_NAME
/* The size of `uint64_t', as computed by sizeof. */
#undef SIZEOF_UINT64_T
/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT
/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
/* The size of `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG
/* The size of `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT
/* The size of `unsigned __int128', as computed by sizeof. */
#undef SIZEOF_UNSIGNED___INT128
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Defined if this module should be included */
#undef USE_AES
/* Defined if this module should be included */
#undef USE_ARCFOUR
/* Defined if this module should be included */
#undef USE_ARIA
/* Defined if this module should be included */
#undef USE_BLAKE2
/* Defined if this module should be included */
#undef USE_BLOWFISH
/* Defined if this module should be included */
#undef USE_CAMELLIA
/* define if capabilities should be used */
#undef USE_CAPABILITIES
/* Defined if this module should be included */
#undef USE_CAST5
/* Defined if this module should be included */
#undef USE_CHACHA20
/* Defined if this module should be included */
#undef USE_CRC
/* Defined if this module should be included */
#undef USE_DES
/* Defined if this module should be included */
#undef USE_DSA
/* Defined if this module should be included */
#undef USE_ECC
/* Defined if this module should be included */
#undef USE_ELGAMAL
/* Defined if this module should be included */
#undef USE_GOST28147
/* Defined if this module should be included */
#undef USE_GOST_R_3411_12
/* Defined if this module should be included */
#undef USE_GOST_R_3411_94
/* Defined if this module should be included */
#undef USE_IDEA
/* Defined if this module should be included */
#undef USE_MD2
/* Defined if this module should be included */
#undef USE_MD4
/* Defined if this module should be included */
#undef USE_MD5
/* set this to limit filenames to the 8.3 format */
#undef USE_ONLY_8DOT3
/* defined if we use posix_spawn in test program */
#undef USE_POSIX_SPAWN_FOR_TESTS
/* Defined if this module should be included */
#undef USE_RFC2268
/* Defined if this module should be included */
#undef USE_RMD160
/* Defined if the EGD based RNG should be used. */
#undef USE_RNDEGD
/* Defined if the getentropy RNG should be used. */
#undef USE_RNDGETENTROPY
/* Defined if the /dev/random RNG should be used. */
#undef USE_RNDOLDLINUX
/* Defined if the default Unix RNG should be used. */
#undef USE_RNDUNIX
/* Defined if the Windows specific RNG should be used. */
#undef USE_RNDW32
/* Defined if the WindowsCE specific RNG should be used. */
#undef USE_RNDW32CE
/* Defined if this module should be included */
#undef USE_RSA
/* Defined if this module should be included */
#undef USE_SALSA20
/* Defined if this module should be included */
#undef USE_SCRYPT
/* Defined if this module should be included */
#undef USE_SEED
/* Defined if this module should be included */
#undef USE_SERPENT
/* Defined if this module should be included */
#undef USE_SHA1
/* Defined if this module should be included */
#undef USE_SHA256
/* Defined if this module should be included */
#undef USE_SHA3
/* Defined if this module should be included */
#undef USE_SHA512
/* Defined if this module should be included */
#undef USE_SM3
/* Defined if this module should be included */
#undef USE_SM4
/* 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 general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable X/Open compliant socket functions that do not require linking
with -lxnet on HP-UX 11.11. */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# undef _HPUX_ALT_XOPEN_SOCKET_API
#endif
/* Identify the host operating system as Minix.
This macro does not affect the system headers' behavior.
A future release of Autoconf may stop defining this macro. */
#ifndef _MINIX
# undef _MINIX
#endif
/* Enable general extensions on NetBSD.
Enable NetBSD compatibility extensions on Minix. */
#ifndef _NETBSD_SOURCE
# undef _NETBSD_SOURCE
#endif
/* Enable OpenBSD compatibility extensions on NetBSD.
Oddly enough, this does nothing on OpenBSD. */
#ifndef _OPENBSD_SOURCE
# undef _OPENBSD_SOURCE
#endif
/* Define to 1 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_SOURCE
# undef _POSIX_SOURCE
#endif
/* Define to 2 if needed for POSIX-compatible behavior. */
#ifndef _POSIX_1_SOURCE
# undef _POSIX_1_SOURCE
#endif
/* Enable POSIX-compatible threading on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# undef __STDC_WANT_IEC_60559_BFP_EXT__
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# undef __STDC_WANT_IEC_60559_DFP_EXT__
#endif
/* Enable extensions specified by 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. Define to 500 only if necessary
to make mbstate_t available. */
#ifndef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif
/* Defined if this module should be included */
#undef USE_TIGER
/* Defined if this module should be included */
#undef USE_TWOFISH
/* Defined if this module should be included */
#undef USE_WHIRLPOOL
/* Version number of package */
#undef VERSION
/* Defined if compiled symbols have a leading underscore */
#undef WITH_SYMBOL_UNDERSCORE
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Expose all libc features (__DARWIN_C_FULL). */
#undef _DARWIN_C_SOURCE
/* To allow the use of Libgcrypt in multithreaded programs we have to use
special features from the library. */
#ifndef _REENTRANT
# define _REENTRANT 1
#endif
/* Define to supported assembler block keyword, if plain 'asm' was not
supported */
#undef asm
/* Define to empty if `const' does not conform to ANSI C. */
#undef 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 inline
#endif
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to the type of an unsigned integer type wide enough to hold a
pointer, if such a type exists, and if the system does not define it. */
#undef uintptr_t
#define _GCRYPT_IN_LIBGCRYPT 1
/* Add .note.gnu.property section for Intel CET in assembler sources
when CET is enabled. */
#if defined(__ASSEMBLER__) && defined(__CET__)
# include <cet.h>
#endif
/* If the configure check for endianness has been disabled, get it from
OS macros. This is intended for making fat binary builds on OS X. */
#ifdef DISABLED_ENDIAN_CHECK
# if defined(__BIG_ENDIAN__)
# define WORDS_BIGENDIAN 1
# elif defined(__LITTLE_ENDIAN__)
# undef WORDS_BIGENDIAN
# else
# error "No endianness found"
# endif
#endif /*DISABLED_ENDIAN_CHECK*/
/* We basically use the original Camellia source. Make sure the symbols
properly prefixed. */
#define CAMELLIA_EXT_SYM_PREFIX _gcry_
#endif /*_GCRYPT_CONFIG_H_INCLUDED*/
|