1/* Hacked config.h for Windows XP 32-bit & VC7 */ 2 3#ifdef (_MSC_VER >= 1400) 4# define HAVE_RAND_S 1 5#endif 6 7/* Define if building for a CISC machine (e.g. Intel). */ 8#define CPU_CISC 1 9 10/* Define if building for a RISC machine (assume slow byte access). */ 11#undef CPU_RISC 12 13/* Path to random device */ 14#undef DEV_URANDOM 15 16/* Define to enabled debug logging for all mudules. */ 17#undef ENABLE_DEBUG_LOGGING 18 19/* Logging statments will be writen to this file. */ 20#undef ERR_REPORTING_FILE 21 22/* Define to redirect logging to stdout. */ 23#undef ERR_REPORTING_STDOUT 24 25/* Define to 1 if you have the <arpa/inet.h> header file. */ 26#undef HAVE_ARPA_INET_H 27 28/* Define to 1 if you have the <byteswap.h> header file. */ 29#undef HAVE_BYTESWAP_H 30 31/* Define to 1 if you have the `inet_aton' function. */ 32#define HAVE_INET_ATON 1 33 34/* Define to 1 if the system has the type `int16_t'. */ 35#undef HAVE_INT16_T 36 37/* Define to 1 if the system has the type `int32_t'. */ 38#undef HAVE_INT32_T 39 40/* Define to 1 if the system has the type `int8_t'. */ 41#undef HAVE_INT8_T 42 43/* Define to 1 if you have the <inttypes.h> header file. */ 44#undef HAVE_INTTYPES_H 45 46/* Define to 1 if you have the `socket' library (-lsocket). */ 47#undef HAVE_LIBSOCKET 48 49/* Define to 1 if you have the <machine/types.h> header file. */ 50#undef HAVE_MACHINE_TYPES_H 51 52/* Define to 1 if you have the <memory.h> header file. */ 53#define HAVE_MEMORY_H 1 54 55/* Define to 1 if you have the <netinet/in.h> header file. */ 56#undef HAVE_NETINET_IN_H 57 58/* Define to 1 if you have the `socket' function. */ 59#define HAVE_SOCKET 1 60 61/* Define to 1 if you have the <stdint.h> header file. */ 62#undef HAVE_STDINT_H 63 64/* Define to 1 if you have the <stdlib.h> header file. */ 65#define HAVE_STDLIB_H 1 66 67/* Define to 1 if you have the <strings.h> header file. */ 68#define HAVE_STRINGS_H 1 69 70/* Define to 1 if you have the <string.h> header file. */ 71#define HAVE_STRING_H 1 72 73/* Define to 1 if you have the <sys/int_types.h> header file. */ 74#undef HAVE_SYS_INT_TYPES_H 75 76/* Define to 1 if you have the <sys/socket.h> header file. */ 77#undef HAVE_SYS_SOCKET_H 78 79/* Define to 1 if you have the <sys/stat.h> header file. */ 80#undef HAVE_SYS_STAT_H 81 82/* Define to 1 if you have the <sys/types.h> header file. */ 83#undef HAVE_SYS_TYPES_H 84 85/* Define to 1 if you have the <sys/uio.h> header file. */ 86#undef HAVE_SYS_UIO_H 87 88/* Define to 1 if the system has the type `uint16_t'. */ 89#undef HAVE_UINT16_T 90 91/* Define to 1 if the system has the type `uint32_t'. */ 92#undef HAVE_UINT32_T 93 94/* Define to 1 if the system has the type `uint64_t'. */ 95#undef HAVE_UINT64_T 96 97/* Define to 1 if the system has the type `uint8_t'. */ 98#undef HAVE_UINT8_T 99 100/* Define to 1 if you have the <unistd.h> header file. */ 101#define HAVE_UNISTD_H 1 102 103/* Define to 1 if you have the `usleep' function. */ 104#define HAVE_USLEEP 1 105 106/* Define to 1 if you have the <windows.h> header file. */ 107#define HAVE_WINDOWS_H 1 108 109/* Define to 1 if you have the <winsock2.h> header file. */ 110#define HAVE_WINSOCK2_H 1 111 112/* Define to use X86 inlined assembly code */ 113#undef HAVE_X86 114 115/* Define to the address where bug reports for this package should be sent. */ 116#undef PACKAGE_BUGREPORT 117 118/* Define to the full name of this package. */ 119#undef PACKAGE_NAME 120 121/* Define to the full name and version of this package. */ 122#undef PACKAGE_STRING 123 124/* Define to the one symbol short name of this package. */ 125#undef PACKAGE_TARNAME 126 127/* Define to the version of this package. */ 128#undef PACKAGE_VERSION 129 130/* The size of a `unsigned long', as computed by sizeof. */ 131#define SIZEOF_UNSIGNED_LONG 4 132 133/* The size of a `unsigned long long', as computed by sizeof. */ 134#define SIZEOF_UNSIGNED_LONG_LONG 8 135 136/* Define to use GDOI. */ 137#undef SRTP_GDOI 138 139/* Define to compile for kernel contexts. */ 140#undef SRTP_KERNEL 141 142/* Define to compile for Linux kernel context. */ 143#undef SRTP_KERNEL_LINUX 144 145/* Define to 1 if you have the ANSI C header files. */ 146#undef STDC_HEADERS 147 148/* Define to 1 if your processor stores words with the most significant byte 149 first (like Motorola and SPARC, unlike Intel and VAX). */ 150#undef WORDS_BIGENDIAN 151 152/* Define to empty if `const' does not conform to ANSI C. */ 153//#undef const 154/* Define to `__inline__' or `__inline' if that's what the C compiler 155 calls it, or to nothing if 'inline' is not supported under any name. */ 156//#ifndef __cplusplus 157//#undef inline 158//#endif 159#define inline __inline 160 161/* Define to `unsigned' if <sys/types.h> does not define. */ 162//#undef size_t 163