config.hw 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* crypto/include/config.h. Generated by configure. */
  2. /* config_in.h. Generated from configure.in by autoheader. */
  3. #if (_MSC_VER >= 1400)
  4. # define HAVE_RAND_S 1
  5. #endif
  6. /* Define if building for a CISC machine (e.g. Intel). */
  7. #define CPU_CISC 1
  8. /* Define if building for a RISC machine (assume slow byte access). */
  9. /* #undef CPU_RISC */
  10. /* Path to random device */
  11. /* #define DEV_URANDOM "/dev/urandom" */
  12. /* Define to compile in dynamic debugging system. */
  13. #define ENABLE_DEBUGGING 1
  14. /* Report errors to this file. */
  15. /* #undef ERR_REPORTING_FILE */
  16. /* Define to use logging to stdout. */
  17. #define ERR_REPORTING_STDOUT 1
  18. /* Define this to use ISMAcryp code. */
  19. /* #undef GENERIC_AESICM */
  20. /* Define to 1 if you have the <arpa/inet.h> header file. */
  21. /* #undef HAVE_ARPA_INET_H */
  22. /* Define to 1 if you have the <byteswap.h> header file. */
  23. /* #undef HAVE_BYTESWAP_H */
  24. /* Define to 1 if you have the `inet_aton' function. */
  25. /* #undef HAVE_INET_ATON */
  26. /* Define to 1 if the system has the type `int16_t'. */
  27. #define HAVE_INT16_T 1
  28. /* Define to 1 if the system has the type `int32_t'. */
  29. #define HAVE_INT32_T 1
  30. /* Define to 1 if the system has the type `int8_t'. */
  31. #define HAVE_INT8_T 1
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. /* #undef HAVE_INTTYPES_H */
  34. /* Define to 1 if you have the `socket' library (-lsocket). */
  35. /* #undef HAVE_LIBSOCKET */
  36. /* Define to 1 if you have the <machine/types.h> header file. */
  37. /* #undef HAVE_MACHINE_TYPES_H */
  38. /* Define to 1 if you have the <memory.h> header file. */
  39. #define HAVE_MEMORY_H 1
  40. /* Define to 1 if you have the <netinet/in.h> header file. */
  41. /* #undef HAVE_NETINET_IN_H */
  42. /* Define to 1 if you have the `socket' function. */
  43. /* #undef HAVE_SOCKET */
  44. /* Define to 1 if you have the <stdint.h> header file. */
  45. /* #undef HAVE_STDINT_H */
  46. /* Define to 1 if you have the <stdlib.h> header file. */
  47. #define HAVE_STDLIB_H 1
  48. /* Define to 1 if you have the <strings.h> header file. */
  49. #define HAVE_STRINGS_H 1
  50. /* Define to 1 if you have the <string.h> header file. */
  51. #define HAVE_STRING_H 1
  52. /* Define to 1 if you have the <syslog.h> header file. */
  53. /* #undef HAVE_SYSLOG_H */
  54. /* Define to 1 if you have the <sys/int_types.h> header file. */
  55. /* #undef HAVE_SYS_INT_TYPES_H */
  56. /* Define to 1 if you have the <sys/socket.h> header file. */
  57. /* #undef HAVE_SYS_SOCKET_H */
  58. /* Define to 1 if you have the <sys/stat.h> header file. */
  59. #define HAVE_SYS_STAT_H 1
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #define HAVE_SYS_TYPES_H 1
  62. /* Define to 1 if you have the <sys/uio.h> header file. */
  63. /* #undef HAVE_SYS_UIO_H */
  64. /* Define to 1 if the system has the type `uint16_t'. */
  65. #define HAVE_UINT16_T 1
  66. /* Define to 1 if the system has the type `uint32_t'. */
  67. #define HAVE_UINT32_T 1
  68. /* Define to 1 if the system has the type `uint64_t'. */
  69. #define HAVE_UINT64_T 1
  70. /* Define to 1 if the system has the type `uint8_t'. */
  71. #define HAVE_UINT8_T 1
  72. /* Define to 1 if you have the <unistd.h> header file. */
  73. /* #undef HAVE_UNISTD_H */
  74. /* Define to 1 if you have the `usleep' function. */
  75. /* #undef HAVE_USLEEP */
  76. /* Define to 1 if you have the <windows.h> header file. */
  77. #define HAVE_WINDOWS_H 1
  78. /* Define to 1 if you have the <winsock2.h> header file. */
  79. #define HAVE_WINSOCK2_H 1
  80. /* Define to use X86 inlined assembly code */
  81. /* #undef HAVE_X86 */
  82. /* Define to the address where bug reports for this package should be sent. */
  83. #define PACKAGE_BUGREPORT ""
  84. /* Define to the full name of this package. */
  85. #define PACKAGE_NAME ""
  86. /* Define to the full name and version of this package. */
  87. #define PACKAGE_STRING ""
  88. /* Define to the one symbol short name of this package. */
  89. #define PACKAGE_TARNAME ""
  90. /* Define to the version of this package. */
  91. #define PACKAGE_VERSION ""
  92. /* The size of a `unsigned long', as computed by sizeof. */
  93. #define SIZEOF_UNSIGNED_LONG 4
  94. /* The size of a `unsigned long long', as computed by sizeof. */
  95. #define SIZEOF_UNSIGNED_LONG_LONG 8
  96. /* Define to use GDOI. */
  97. /* #undef SRTP_GDOI */
  98. /* Define to compile for kernel contexts. */
  99. /* #undef SRTP_KERNEL */
  100. /* Define to compile for Linux kernel context. */
  101. /* #undef SRTP_KERNEL_LINUX */
  102. /* Define to 1 if you have the ANSI C header files. */
  103. #define STDC_HEADERS 1
  104. /* Write errors to this file */
  105. /* #undef USE_ERR_REPORTING_FILE */
  106. /* Define to use syslog logging. */
  107. /* #undef USE_SYSLOG */
  108. /* Define to 1 if your processor stores words with the most significant byte
  109. first (like Motorola and SPARC, unlike Intel and VAX). */
  110. /* #undef WORDS_BIGENDIAN */
  111. /* Define to empty if `const' does not conform to ANSI C. */
  112. /* #undef const */
  113. /* Define 'inline' to nothing, since the MSVC compiler doesn't support it. */
  114. #ifndef inline
  115. #define inline
  116. #endif
  117. /* Define to `unsigned' if <sys/types.h> does not define. */
  118. /* #undef size_t */
  119. #if (_MSC_VER >= 1400) // VC8+
  120. #ifndef _CRT_SECURE_NO_DEPRECATE
  121. #define _CRT_SECURE_NO_DEPRECATE
  122. #endif
  123. #ifndef _CRT_NONSTDC_NO_DEPRECATE
  124. #define _CRT_NONSTDC_NO_DEPRECATE
  125. #endif
  126. #endif // VC8+
  127. #ifndef uint32_t
  128. typedef unsigned __int8 uint8_t;
  129. typedef unsigned __int16 uint16_t;
  130. typedef unsigned __int32 uint32_t;
  131. typedef unsigned __int64 uint64_t;
  132. typedef __int8 int8_t;
  133. typedef __int16 int16_t;
  134. typedef __int32 int32_t;
  135. typedef __int64 int64_t;
  136. #endif
  137. #ifdef _MSC_VER
  138. #pragma warning(disable:4311)
  139. #define OPENSSL
  140. #endif