mbed port of tinydtls

Committer:
ashleymills
Date:
Fri Oct 11 08:46:21 2013 +0000
Revision:
1:bc8a649bad13
Parent:
0:04990d454f45
Cleaned up all the debug stuff I added finding the hash table bug.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 0:04990d454f45 1 /* config.h. Generated from config.h.in by configure. */
ashleymills 0:04990d454f45 2 /* config.h.in. Generated from configure.in by autoheader. */
ashleymills 0:04990d454f45 3
ashleymills 0:04990d454f45 4 /* Define if building universal (internal helper macro) */
ashleymills 0:04990d454f45 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
ashleymills 0:04990d454f45 6
ashleymills 0:04990d454f45 7 /* Define to 1 if you have the <arpa/inet.h> header file. */
ashleymills 0:04990d454f45 8 //#define HAVE_ARPA_INET_H 1
ashleymills 0:04990d454f45 9
ashleymills 0:04990d454f45 10 #define MBED 1
ashleymills 0:04990d454f45 11
ashleymills 0:04990d454f45 12 /* Define to 1 if you have the <assert.h> header file. */
ashleymills 0:04990d454f45 13 #define HAVE_ASSERT_H 1
ashleymills 0:04990d454f45 14
ashleymills 0:04990d454f45 15 /* Define to 1 if you have the <fcntl.h> header file. */
ashleymills 0:04990d454f45 16 #define HAVE_FCNTL_H 1
ashleymills 0:04990d454f45 17
ashleymills 0:04990d454f45 18 /* Define to 1 if you have the `fls' function. */
ashleymills 0:04990d454f45 19 /* #undef HAVE_FLS */
ashleymills 0:04990d454f45 20
ashleymills 0:04990d454f45 21 /* Define to 1 if you have the <inttypes.h> header file. */
ashleymills 0:04990d454f45 22 #define HAVE_INTTYPES_H 1
ashleymills 0:04990d454f45 23
ashleymills 0:04990d454f45 24 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
ashleymills 0:04990d454f45 25 to 0 otherwise. */
ashleymills 0:04990d454f45 26 #define HAVE_MALLOC 1
ashleymills 0:04990d454f45 27
ashleymills 0:04990d454f45 28 /* Define to 1 if you have the <memory.h> header file. */
ashleymills 0:04990d454f45 29 #define HAVE_MEMORY_H 1
ashleymills 0:04990d454f45 30
ashleymills 0:04990d454f45 31 /* Define to 1 if you have the `memset' function. */
ashleymills 0:04990d454f45 32 #define HAVE_MEMSET 1
ashleymills 0:04990d454f45 33
ashleymills 0:04990d454f45 34 /* Define to 1 if you have the <netdb.h> header file. */
ashleymills 0:04990d454f45 35 //#define HAVE_NETDB_H 1
ashleymills 0:04990d454f45 36
ashleymills 0:04990d454f45 37 /* Define to 1 if you have the <netinet/in.h> header file. */
ashleymills 0:04990d454f45 38 //#define HAVE_NETINET_IN_H 1
ashleymills 0:04990d454f45 39
ashleymills 0:04990d454f45 40 /* Define to 1 if you have the `select' function. */
ashleymills 0:04990d454f45 41 #define HAVE_SELECT 1
ashleymills 0:04990d454f45 42
ashleymills 0:04990d454f45 43 /* Define to 1 if struct sockaddr_in6 has a member sin6_len. */
ashleymills 0:04990d454f45 44 /* #undef HAVE_SOCKADDR_IN6_SIN6_LEN */
ashleymills 0:04990d454f45 45
ashleymills 0:04990d454f45 46 /* Define to 1 if you have the `socket' function. */
ashleymills 0:04990d454f45 47 #define HAVE_SOCKET 1
ashleymills 0:04990d454f45 48
ashleymills 0:04990d454f45 49 /* Define to 1 if you have the <stddef.h> header file. */
ashleymills 0:04990d454f45 50 #define HAVE_STDDEF_H 1
ashleymills 0:04990d454f45 51
ashleymills 0:04990d454f45 52 /* Define to 1 if you have the <stdint.h> header file. */
ashleymills 0:04990d454f45 53 #define HAVE_STDINT_H 1
ashleymills 0:04990d454f45 54
ashleymills 0:04990d454f45 55 /* Define to 1 if you have the <stdlib.h> header file. */
ashleymills 0:04990d454f45 56 #define HAVE_STDLIB_H 1
ashleymills 0:04990d454f45 57
ashleymills 0:04990d454f45 58 /* Define to 1 if you have the `strdup' function. */
ashleymills 0:04990d454f45 59 #define HAVE_STRDUP 1
ashleymills 0:04990d454f45 60
ashleymills 0:04990d454f45 61 /* Define to 1 if you have the `strerror' function. */
ashleymills 0:04990d454f45 62 #define HAVE_STRERROR 1
ashleymills 0:04990d454f45 63
ashleymills 0:04990d454f45 64 /* Define to 1 if you have the <strings.h> header file. */
ashleymills 0:04990d454f45 65 #define HAVE_STRINGS_H 1
ashleymills 0:04990d454f45 66
ashleymills 0:04990d454f45 67 /* Define to 1 if you have the <string.h> header file. */
ashleymills 0:04990d454f45 68 #define HAVE_STRING_H 1
ashleymills 0:04990d454f45 69
ashleymills 0:04990d454f45 70 /* Define to 1 if you have the `strnlen' function. */
ashleymills 0:04990d454f45 71 #define HAVE_STRNLEN 1
ashleymills 0:04990d454f45 72
ashleymills 0:04990d454f45 73 /* Define to 1 if you have the <sys/param.h> header file. */
ashleymills 0:04990d454f45 74 //#define HAVE_SYS_PARAM_H 1
ashleymills 0:04990d454f45 75
ashleymills 0:04990d454f45 76 /* Define to 1 if you have the <sys/socket.h> header file. */
ashleymills 0:04990d454f45 77 //#define HAVE_SYS_SOCKET_H 1
ashleymills 0:04990d454f45 78
ashleymills 0:04990d454f45 79 /* Define to 1 if you have the <sys/stat.h> header file. */
ashleymills 0:04990d454f45 80 #define HAVE_SYS_STAT_H 1
ashleymills 0:04990d454f45 81
ashleymills 0:04990d454f45 82 /* Define to 1 if you have the <sys/time.h> header file. */
ashleymills 0:04990d454f45 83 #define HAVE_SYS_TIME_H 1
ashleymills 0:04990d454f45 84
ashleymills 0:04990d454f45 85 /* Define to 1 if you have the <sys/types.h> header file. */
ashleymills 0:04990d454f45 86 //#define HAVE_SYS_TYPES_H 1
ashleymills 0:04990d454f45 87
ashleymills 0:04990d454f45 88 /* Define to 1 if you have the <time.h> header file. */
ashleymills 0:04990d454f45 89 #define HAVE_TIME_H 1
ashleymills 0:04990d454f45 90
ashleymills 0:04990d454f45 91 /* Define to 1 if you have the <unistd.h> header file. */
ashleymills 0:04990d454f45 92 #define HAVE_UNISTD_H 1
ashleymills 0:04990d454f45 93
ashleymills 0:04990d454f45 94 #ifndef PACKAGE_BUGREPORT
ashleymills 0:04990d454f45 95 /* Define to the address where bug reports for this package should be sent. */
ashleymills 0:04990d454f45 96 #define PACKAGE_BUGREPORT ""
ashleymills 0:04990d454f45 97 #endif /* PACKAGE_BUGREPORT */
ashleymills 0:04990d454f45 98
ashleymills 0:04990d454f45 99 #ifndef PACKAGE_NAME
ashleymills 0:04990d454f45 100 /* Define to the full name of this package. */
ashleymills 0:04990d454f45 101 #define PACKAGE_NAME "tinydtls"
ashleymills 0:04990d454f45 102 #endif /* PACKAGE_NAME */
ashleymills 0:04990d454f45 103
ashleymills 0:04990d454f45 104 #ifndef PACKAGE_STRING
ashleymills 0:04990d454f45 105 /* Define to the full name and version of this package. */
ashleymills 0:04990d454f45 106 #define PACKAGE_STRING "tinydtls 0.4.0"
ashleymills 0:04990d454f45 107 #endif /* PACKAGE_STRING */
ashleymills 0:04990d454f45 108
ashleymills 0:04990d454f45 109 #ifndef PACKAGE_TARNAME
ashleymills 0:04990d454f45 110 /* Define to the one symbol short name of this package. */
ashleymills 0:04990d454f45 111 #define PACKAGE_TARNAME "tinydtls"
ashleymills 0:04990d454f45 112 #endif /* PACKAGE_TARNAME */
ashleymills 0:04990d454f45 113
ashleymills 0:04990d454f45 114 #ifndef PACKAGE_URL
ashleymills 0:04990d454f45 115 /* Define to the home page for this package. */
ashleymills 0:04990d454f45 116 #define PACKAGE_URL ""
ashleymills 0:04990d454f45 117 #endif /* PACKAGE_URL */
ashleymills 0:04990d454f45 118
ashleymills 0:04990d454f45 119 #ifndef PACKAGE_VERSION
ashleymills 0:04990d454f45 120 /* Define to the version of this package. */
ashleymills 0:04990d454f45 121 #define PACKAGE_VERSION "0.4.0"
ashleymills 0:04990d454f45 122 #endif /* PACKAGE_VERSION */
ashleymills 0:04990d454f45 123
ashleymills 0:04990d454f45 124 /* Define to 1 if you have the ANSI C header files. */
ashleymills 0:04990d454f45 125 #define STDC_HEADERS 1
ashleymills 0:04990d454f45 126
ashleymills 0:04990d454f45 127 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
ashleymills 0:04990d454f45 128 significant byte first (like Motorola and SPARC, unlike Intel). */
ashleymills 0:04990d454f45 129 #if defined AC_APPLE_UNIVERSAL_BUILD
ashleymills 0:04990d454f45 130 # if defined __BIG_ENDIAN__
ashleymills 0:04990d454f45 131 # define WORDS_BIGENDIAN 1
ashleymills 0:04990d454f45 132 # endif
ashleymills 0:04990d454f45 133 #else
ashleymills 0:04990d454f45 134 # ifndef WORDS_BIGENDIAN
ashleymills 0:04990d454f45 135 /* # undef WORDS_BIGENDIAN */
ashleymills 0:04990d454f45 136 # endif
ashleymills 0:04990d454f45 137 #endif
ashleymills 0:04990d454f45 138
ashleymills 0:04990d454f45 139 /* Define to `__inline__' or `__inline' if that's what the C compiler
ashleymills 0:04990d454f45 140 calls it, or to nothing if 'inline' is not supported under any name. */
ashleymills 0:04990d454f45 141 #ifndef __cplusplus
ashleymills 0:04990d454f45 142 /* #undef inline */
ashleymills 0:04990d454f45 143 #endif
ashleymills 0:04990d454f45 144
ashleymills 0:04990d454f45 145 /* Define to rpl_malloc if the replacement function should be used. */
ashleymills 0:04990d454f45 146 /* #undef malloc */
ashleymills 0:04990d454f45 147
ashleymills 0:04990d454f45 148 /* Define to `unsigned int' if <sys/types.h> does not define. */
ashleymills 0:04990d454f45 149 /* #undef size_t */