We are going to win! wohoo

Dependencies:   mbed mbed-rtos

Committer:
madcowswe
Date:
Wed Nov 14 17:15:53 2012 +0000
Revision:
9:08552997b544
Parent:
1:6799c07fe510
Added an important comment

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sv 1:6799c07fe510 1 #ifndef _INCLUDE_TVMET_CONFIG_H
sv 1:6799c07fe510 2 #define _INCLUDE_TVMET_CONFIG_H 1
sv 1:6799c07fe510 3
sv 1:6799c07fe510 4 /* include/tvmet/config.h. Generated automatically at end of configure. */
sv 1:6799c07fe510 5 /* config/config.h. Generated from config.h.in by configure. */
sv 1:6799c07fe510 6 /* config/config.h.in. Generated from configure.ac by autoheader. */
sv 1:6799c07fe510 7
sv 1:6799c07fe510 8 /* define if the compiler has complex<T> */
sv 1:6799c07fe510 9 #ifndef TVMET_HAVE_COMPLEX
sv 1:6799c07fe510 10 #define TVMET_HAVE_COMPLEX
sv 1:6799c07fe510 11 #endif
sv 1:6799c07fe510 12
sv 1:6799c07fe510 13 /* define if the compiler has complex math functions */
sv 1:6799c07fe510 14 #ifndef TVMET_HAVE_COMPLEX_MATH1
sv 1:6799c07fe510 15 #define TVMET_HAVE_COMPLEX_MATH1
sv 1:6799c07fe510 16 #endif
sv 1:6799c07fe510 17
sv 1:6799c07fe510 18 /* define if the compiler has more complex math functions */
sv 1:6799c07fe510 19 /* #undef TVMET_HAVE_COMPLEX_MATH2 */
sv 1:6799c07fe510 20
sv 1:6799c07fe510 21 /* Define to 1 if you have the <dlfcn.h> header file. */
sv 1:6799c07fe510 22 #ifndef TVMET_HAVE_DLFCN_H
sv 1:6799c07fe510 23 #define TVMET_HAVE_DLFCN_H 1
sv 1:6799c07fe510 24 #endif
sv 1:6799c07fe510 25
sv 1:6799c07fe510 26 /* Define to 1 if you have the `floor' function. */
sv 1:6799c07fe510 27 #ifndef TVMET_HAVE_FLOOR
sv 1:6799c07fe510 28 #define TVMET_HAVE_FLOOR 1
sv 1:6799c07fe510 29 #endif
sv 1:6799c07fe510 30
sv 1:6799c07fe510 31 /* Define if the compiler supports IEEE math library */
sv 1:6799c07fe510 32 #ifndef TVMET_HAVE_IEEE_MATH
sv 1:6799c07fe510 33 #define TVMET_HAVE_IEEE_MATH
sv 1:6799c07fe510 34 #endif
sv 1:6799c07fe510 35
sv 1:6799c07fe510 36 /* Define to 1 if you have the <inttypes.h> header file. */
sv 1:6799c07fe510 37 #ifndef TVMET_HAVE_INTTYPES_H
sv 1:6799c07fe510 38 #define TVMET_HAVE_INTTYPES_H 1
sv 1:6799c07fe510 39 #endif
sv 1:6799c07fe510 40
sv 1:6799c07fe510 41 /* Define to 1 if you have the `dl' library (-ldl). */
sv 1:6799c07fe510 42 #ifndef TVMET_HAVE_LIBDL
sv 1:6799c07fe510 43 #define TVMET_HAVE_LIBDL 1
sv 1:6799c07fe510 44 #endif
sv 1:6799c07fe510 45
sv 1:6799c07fe510 46 /* Define to 1 if the type `long double' works and has more range or precision
sv 1:6799c07fe510 47 than `double'. */
sv 1:6799c07fe510 48 #ifndef TVMET_HAVE_LONG_DOUBLE
sv 1:6799c07fe510 49 #define TVMET_HAVE_LONG_DOUBLE 1
sv 1:6799c07fe510 50 #endif
sv 1:6799c07fe510 51
sv 1:6799c07fe510 52 /* Define to 1 if the type `long double' works and has more range or precision
sv 1:6799c07fe510 53 than `double'. */
sv 1:6799c07fe510 54 #ifndef TVMET_HAVE_LONG_DOUBLE_WIDER
sv 1:6799c07fe510 55 #define TVMET_HAVE_LONG_DOUBLE_WIDER 1
sv 1:6799c07fe510 56 #endif
sv 1:6799c07fe510 57
sv 1:6799c07fe510 58 /* Define if the compiler supports the long_long type */
sv 1:6799c07fe510 59 #ifndef TVMET_HAVE_LONG_LONG
sv 1:6799c07fe510 60 #define TVMET_HAVE_LONG_LONG
sv 1:6799c07fe510 61 #endif
sv 1:6799c07fe510 62
sv 1:6799c07fe510 63 /* Define to 1 if you have the <memory.h> header file. */
sv 1:6799c07fe510 64 #ifndef TVMET_HAVE_MEMORY_H
sv 1:6799c07fe510 65 #define TVMET_HAVE_MEMORY_H 1
sv 1:6799c07fe510 66 #endif
sv 1:6799c07fe510 67
sv 1:6799c07fe510 68 /* Define if the compiler supports the mutable keyword */
sv 1:6799c07fe510 69 #ifndef TVMET_HAVE_MUTABLE
sv 1:6799c07fe510 70 #define TVMET_HAVE_MUTABLE
sv 1:6799c07fe510 71 #endif
sv 1:6799c07fe510 72
sv 1:6799c07fe510 73 /* Define if the compiler implements namespaces */
sv 1:6799c07fe510 74 #ifndef TVMET_HAVE_NAMESPACES
sv 1:6799c07fe510 75 #define TVMET_HAVE_NAMESPACES
sv 1:6799c07fe510 76 #endif
sv 1:6799c07fe510 77
sv 1:6799c07fe510 78 /* Define if the compiler supports partial specialization */
sv 1:6799c07fe510 79 #ifndef TVMET_HAVE_PARTIAL_SPECIALIZATION
sv 1:6799c07fe510 80 #define TVMET_HAVE_PARTIAL_SPECIALIZATION
sv 1:6799c07fe510 81 #endif
sv 1:6799c07fe510 82
sv 1:6799c07fe510 83 /* Define to 1 if you have the `pow' function. */
sv 1:6799c07fe510 84 #ifndef TVMET_HAVE_POW
sv 1:6799c07fe510 85 #define TVMET_HAVE_POW 1
sv 1:6799c07fe510 86 #endif
sv 1:6799c07fe510 87
sv 1:6799c07fe510 88 /* Define to 1 if you have the `rint' function. */
sv 1:6799c07fe510 89 #ifndef TVMET_HAVE_RINT
sv 1:6799c07fe510 90 #define TVMET_HAVE_RINT 1
sv 1:6799c07fe510 91 #endif
sv 1:6799c07fe510 92
sv 1:6799c07fe510 93 /* Define to 1 if you have the `sqrt' function. */
sv 1:6799c07fe510 94 #ifndef TVMET_HAVE_SQRT
sv 1:6799c07fe510 95 #define TVMET_HAVE_SQRT 1
sv 1:6799c07fe510 96 #endif
sv 1:6799c07fe510 97
sv 1:6799c07fe510 98 /* Define to 1 if stdbool.h conforms to C99. */
sv 1:6799c07fe510 99 #ifndef TVMET_HAVE_STDBOOL_H
sv 1:6799c07fe510 100 #define TVMET_HAVE_STDBOOL_H 1
sv 1:6799c07fe510 101 #endif
sv 1:6799c07fe510 102
sv 1:6799c07fe510 103 /* Define to 1 if you have the <stdint.h> header file. */
sv 1:6799c07fe510 104 #ifndef TVMET_HAVE_STDINT_H
sv 1:6799c07fe510 105 #define TVMET_HAVE_STDINT_H 1
sv 1:6799c07fe510 106 #endif
sv 1:6799c07fe510 107
sv 1:6799c07fe510 108 /* Define to 1 if you have the <stdlib.h> header file. */
sv 1:6799c07fe510 109 #ifndef TVMET_HAVE_STDLIB_H
sv 1:6799c07fe510 110 #define TVMET_HAVE_STDLIB_H 1
sv 1:6799c07fe510 111 #endif
sv 1:6799c07fe510 112
sv 1:6799c07fe510 113 /* Define to 1 if you have the <strings.h> header file. */
sv 1:6799c07fe510 114 #ifndef TVMET_HAVE_STRINGS_H
sv 1:6799c07fe510 115 #define TVMET_HAVE_STRINGS_H 1
sv 1:6799c07fe510 116 #endif
sv 1:6799c07fe510 117
sv 1:6799c07fe510 118 /* Define to 1 if you have the <string.h> header file. */
sv 1:6799c07fe510 119 #ifndef TVMET_HAVE_STRING_H
sv 1:6799c07fe510 120 #define TVMET_HAVE_STRING_H 1
sv 1:6799c07fe510 121 #endif
sv 1:6799c07fe510 122
sv 1:6799c07fe510 123 /* Define if the compiler supports SYSV math library */
sv 1:6799c07fe510 124 /* #undef TVMET_HAVE_SYSV_MATH */
sv 1:6799c07fe510 125
sv 1:6799c07fe510 126 /* Define to 1 if you have the <sys/stat.h> header file. */
sv 1:6799c07fe510 127 #ifndef TVMET_HAVE_SYS_STAT_H
sv 1:6799c07fe510 128 #define TVMET_HAVE_SYS_STAT_H 1
sv 1:6799c07fe510 129 #endif
sv 1:6799c07fe510 130
sv 1:6799c07fe510 131 /* Define to 1 if you have the <sys/time.h> header file. */
sv 1:6799c07fe510 132 #ifndef TVMET_HAVE_SYS_TIME_H
sv 1:6799c07fe510 133 #define TVMET_HAVE_SYS_TIME_H 1
sv 1:6799c07fe510 134 #endif
sv 1:6799c07fe510 135
sv 1:6799c07fe510 136 /* Define to 1 if you have the <sys/types.h> header file. */
sv 1:6799c07fe510 137 #ifndef TVMET_HAVE_SYS_TYPES_H
sv 1:6799c07fe510 138 #define TVMET_HAVE_SYS_TYPES_H 1
sv 1:6799c07fe510 139 #endif
sv 1:6799c07fe510 140
sv 1:6799c07fe510 141 /* Define if the compiler recognizes typename */
sv 1:6799c07fe510 142 #ifndef TVMET_HAVE_TYPENAME
sv 1:6799c07fe510 143 #define TVMET_HAVE_TYPENAME
sv 1:6799c07fe510 144 #endif
sv 1:6799c07fe510 145
sv 1:6799c07fe510 146 /* Define to 1 if you have the <unistd.h> header file. */
sv 1:6799c07fe510 147 #ifndef TVMET_HAVE_UNISTD_H
sv 1:6799c07fe510 148 #define TVMET_HAVE_UNISTD_H 1
sv 1:6799c07fe510 149 #endif
sv 1:6799c07fe510 150
sv 1:6799c07fe510 151 /* Define to 1 if the system has the type `_Bool'. */
sv 1:6799c07fe510 152 /* #undef TVMET_HAVE__BOOL */
sv 1:6799c07fe510 153
sv 1:6799c07fe510 154 /* Define to the address where bug reports for this package should be sent. */
sv 1:6799c07fe510 155 #ifndef TVMET_PACKAGE_BUGREPORT
sv 1:6799c07fe510 156 #define TVMET_PACKAGE_BUGREPORT "opetzold@users.sourceforge.net"
sv 1:6799c07fe510 157 #endif
sv 1:6799c07fe510 158
sv 1:6799c07fe510 159 /* Define to the full name of this package. */
sv 1:6799c07fe510 160 #ifndef TVMET_PACKAGE_NAME
sv 1:6799c07fe510 161 #define TVMET_PACKAGE_NAME "tvmet"
sv 1:6799c07fe510 162 #endif
sv 1:6799c07fe510 163
sv 1:6799c07fe510 164 /* Define to the full name and version of this package. */
sv 1:6799c07fe510 165 #ifndef TVMET_PACKAGE_STRING
sv 1:6799c07fe510 166 #define TVMET_PACKAGE_STRING "tvmet 1.7.2"
sv 1:6799c07fe510 167 #endif
sv 1:6799c07fe510 168
sv 1:6799c07fe510 169 /* Define to the one symbol short name of this package. */
sv 1:6799c07fe510 170 #ifndef TVMET_PACKAGE_TARNAME
sv 1:6799c07fe510 171 #define TVMET_PACKAGE_TARNAME "tvmet"
sv 1:6799c07fe510 172 #endif
sv 1:6799c07fe510 173
sv 1:6799c07fe510 174 /* Define to the version of this package. */
sv 1:6799c07fe510 175 #ifndef TVMET_PACKAGE_VERSION
sv 1:6799c07fe510 176 #define TVMET_PACKAGE_VERSION "1.7.2"
sv 1:6799c07fe510 177 #endif
sv 1:6799c07fe510 178
sv 1:6799c07fe510 179 /* Define to 1 if you have the ANSI C header files. */
sv 1:6799c07fe510 180 #ifndef TVMET_STDC_HEADERS
sv 1:6799c07fe510 181 #define TVMET_STDC_HEADERS 1
sv 1:6799c07fe510 182 #endif
sv 1:6799c07fe510 183
sv 1:6799c07fe510 184 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
sv 1:6799c07fe510 185 /* #undef TVMET_TM_IN_SYS_TIME */
sv 1:6799c07fe510 186
sv 1:6799c07fe510 187 /* Define to empty if `const' does not conform to ANSI C. */
sv 1:6799c07fe510 188 /* #undef _tvmet_const */
sv 1:6799c07fe510 189
sv 1:6799c07fe510 190 /* Define to `__inline__' or `__inline' if that's what the C compiler
sv 1:6799c07fe510 191 calls it, or to nothing if 'inline' is not supported under any name. */
sv 1:6799c07fe510 192 #ifndef __cplusplus
sv 1:6799c07fe510 193 /* #undef _tvmet_inline */
sv 1:6799c07fe510 194 #endif
sv 1:6799c07fe510 195
sv 1:6799c07fe510 196 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
sv 1:6799c07fe510 197 supported. Do not define if restrict is supported directly. */
sv 1:6799c07fe510 198 #ifndef _tvmet_restrict
sv 1:6799c07fe510 199 #define _tvmet_restrict __restrict
sv 1:6799c07fe510 200 #endif
sv 1:6799c07fe510 201
sv 1:6799c07fe510 202 /* Define to `unsigned int' if <sys/types.h> does not define. */
sv 1:6799c07fe510 203 /* #undef _tvmet_size_t */
sv 1:6799c07fe510 204
sv 1:6799c07fe510 205 /* _INCLUDE_TVMET_CONFIG_H */
sv 1:6799c07fe510 206 #endif