Eurobot2012_Primary

Dependencies:   mbed Eurobot_2012_Primary

Committer:
narshu
Date:
Wed Oct 17 22:22:47 2012 +0000
Revision:
26:0995f61cb7b8
Parent:
25:143b19c1fb05
Eurobot 2012 Primary;

Who changed what in which revision?

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