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