Eurobot2012_Secondary

Fork of Eurobot_2012_Secondary by Shuto Naruse

Committer:
narshu
Date:
Wed Oct 17 22:25:31 2012 +0000
Revision:
1:cc2a9eb0bd55
Commit before publishing

Who changed what in which revision?

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