Ashley Mills / Mbed 2 deprecated tinydtls_test_ethernet

Dependencies:   EthernetInterface mbed-rtos mbed tinydtls

Fork of tinydtls_test_ethernet by Ashley Mills

Committer:
ashleymills
Date:
Wed Oct 09 14:48:52 2013 +0000
Revision:
0:6ae42a2aff75
Test program for mbed port of tinydtls

Who changed what in which revision?

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