1 /* config_in.h. Generated from configure.ac by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */ 4 #undef AC_APPLE_UNIVERSAL_BUILD 5 6 /* Define if building for a CISC machine (e.g. Intel). */ 7 #undef CPU_CISC 8 9 /* Define if building for a RISC machine (assume slow byte access). */ 10 #undef CPU_RISC 11 12 /* Define to enabled debug logging for all mudules. */ 13 #undef ENABLE_DEBUG_LOGGING 14 15 /* Logging statments will be writen to this file. */ 16 #undef ERR_REPORTING_FILE 17 18 /* Define to redirect logging to stdout. */ 19 #undef ERR_REPORTING_STDOUT 20 21 /* Define this to use AES-GCM. */ 22 #undef GCM 23 24 /* Define to 1 if you have the <arpa/inet.h> header file. */ 25 #undef HAVE_ARPA_INET_H 26 27 /* Define to 1 if you have the <byteswap.h> header file. */ 28 #undef HAVE_BYTESWAP_H 29 30 /* Define to 1 if you have the `inet_aton' function. */ 31 #undef HAVE_INET_ATON 32 33 /* Define to 1 if the system has the type `int16_t'. */ 34 #undef HAVE_INT16_T 35 36 /* Define to 1 if the system has the type `int32_t'. */ 37 #undef HAVE_INT32_T 38 39 /* Define to 1 if the system has the type `int8_t'. */ 40 #undef HAVE_INT8_T 41 42 /* Define to 1 if you have the <inttypes.h> header file. */ 43 #undef HAVE_INTTYPES_H 44 45 /* Define to 1 if you have the `dl' library (-ldl). */ 46 #undef HAVE_LIBDL 47 48 /* Define to 1 if you have the `nspr4' library (-lnspr4). */ 49 #undef HAVE_LIBNSPR4 50 51 /* Define to 1 if you have the `nss3' library (-lnss3). */ 52 #undef HAVE_LIBNSS3 53 54 /* Define to 1 if you have the `socket' library (-lsocket). */ 55 #undef HAVE_LIBSOCKET 56 57 /* Define to 1 if you have the `z' library (-lz). */ 58 #undef HAVE_LIBZ 59 60 /* Define to 1 if you have the <machine/types.h> header file. */ 61 #undef HAVE_MACHINE_TYPES_H 62 63 /* Define to 1 if you have the <memory.h> header file. */ 64 #undef HAVE_MEMORY_H 65 66 /* Define to 1 if you have the <netinet/in.h> header file. */ 67 #undef HAVE_NETINET_IN_H 68 69 /* Define to 1 if you have the <nss.h> header file. */ 70 #undef HAVE_NSS_H 71 72 /* Define to 1 if you have the `winpcap' library (-lwpcap) */ 73 #undef HAVE_PCAP 74 75 /* Define to 1 if you have the `sigaction' function. */ 76 #undef HAVE_SIGACTION 77 78 /* Define to 1 if you have the `socket' function. */ 79 #undef HAVE_SOCKET 80 81 /* Define to 1 if you have the <stdint.h> header file. */ 82 #undef HAVE_STDINT_H 83 84 /* Define to 1 if you have the <stdlib.h> header file. */ 85 #undef HAVE_STDLIB_H 86 87 /* Define to 1 if you have the <strings.h> header file. */ 88 #undef HAVE_STRINGS_H 89 90 /* Define to 1 if you have the <string.h> header file. */ 91 #undef HAVE_STRING_H 92 93 /* Define to 1 if you have the <sys/int_types.h> header file. */ 94 #undef HAVE_SYS_INT_TYPES_H 95 96 /* Define to 1 if you have the <sys/socket.h> header file. */ 97 #undef HAVE_SYS_SOCKET_H 98 99 /* Define to 1 if you have the <sys/stat.h> header file. */ 100 #undef HAVE_SYS_STAT_H 101 102 /* Define to 1 if you have the <sys/types.h> header file. */ 103 #undef HAVE_SYS_TYPES_H 104 105 /* Define to 1 if you have the <sys/uio.h> header file. */ 106 #undef HAVE_SYS_UIO_H 107 108 /* Define to 1 if the system has the type `uint16_t'. */ 109 #undef HAVE_UINT16_T 110 111 /* Define to 1 if the system has the type `uint32_t'. */ 112 #undef HAVE_UINT32_T 113 114 /* Define to 1 if the system has the type `uint64_t'. */ 115 #undef HAVE_UINT64_T 116 117 /* Define to 1 if the system has the type `uint8_t'. */ 118 #undef HAVE_UINT8_T 119 120 /* Define to 1 if you have the <unistd.h> header file. */ 121 #undef HAVE_UNISTD_H 122 123 /* Define to 1 if you have the `usleep' function. */ 124 #undef HAVE_USLEEP 125 126 /* Define to 1 if you have the <windows.h> header file. */ 127 #undef HAVE_WINDOWS_H 128 129 /* Define to 1 if you have the <winsock2.h> header file. */ 130 #undef HAVE_WINSOCK2_H 131 132 /* Define to use X86 inlined assembly code */ 133 #undef HAVE_X86 134 135 /* Define this to use NSS crypto. */ 136 #undef NSS 137 138 /* Define this to use OpenSSL crypto. */ 139 #undef OPENSSL 140 141 /* Define this if OPENSSL_cleanse is broken. */ 142 #undef OPENSSL_CLEANSE_BROKEN 143 144 /* Define this to use OpenSSL KDF for SRTP. */ 145 #undef OPENSSL_KDF 146 147 /* Define to the address where bug reports for this package should be sent. */ 148 #undef PACKAGE_BUGREPORT 149 150 /* Define to the full name of this package. */ 151 #undef PACKAGE_NAME 152 153 /* Define to the full name and version of this package. */ 154 #undef PACKAGE_STRING 155 156 /* Define to the one symbol short name of this package. */ 157 #undef PACKAGE_TARNAME 158 159 /* Define to the home page for this package. */ 160 #undef PACKAGE_URL 161 162 /* Define to the version of this package. */ 163 #undef PACKAGE_VERSION 164 165 /* The size of `unsigned long', as computed by sizeof. */ 166 #undef SIZEOF_UNSIGNED_LONG 167 168 /* The size of `unsigned long long', as computed by sizeof. */ 169 #undef SIZEOF_UNSIGNED_LONG_LONG 170 171 /* Define to 1 if you have the ANSI C header files. */ 172 #undef STDC_HEADERS 173 174 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 175 significant byte first (like Motorola and SPARC, unlike Intel). */ 176 #if defined AC_APPLE_UNIVERSAL_BUILD 177 # if defined __BIG_ENDIAN__ 178 # define WORDS_BIGENDIAN 1 179 # endif 180 #else 181 # ifndef WORDS_BIGENDIAN 182 # undef WORDS_BIGENDIAN 183 # endif 184 #endif 185 186 /* Define to empty if `const' does not conform to ANSI C. */ 187 #undef const 188 189 /* Define to `__inline__' or `__inline' if that's what the C compiler 190 calls it, or to nothing if 'inline' is not supported under any name. */ 191 #ifndef __cplusplus 192 #undef inline 193 #endif 194 195 /* Define to `unsigned int' if <sys/types.h> does not define. */ 196 #undef size_t 197