ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

tvmet/config.h

Committer:
madcowswe
Date:
2013-04-06
Revision:
15:9c5aaeda36dc

File content as of revision 15:9c5aaeda36dc:

#ifndef _INCLUDE_TVMET_CONFIG_H
#define _INCLUDE_TVMET_CONFIG_H 1
 
/* include/tvmet/config.h. Generated automatically at end of configure. */
/* config/config.h.  Generated from config.h.in by configure.  */
/* config/config.h.in.  Generated from configure.ac by autoheader.  */

/* define if the compiler has complex<T> */
#ifndef TVMET_HAVE_COMPLEX 
#define TVMET_HAVE_COMPLEX   
#endif

/* define if the compiler has complex math functions */
#ifndef TVMET_HAVE_COMPLEX_MATH1 
#define TVMET_HAVE_COMPLEX_MATH1   
#endif

/* define if the compiler has more complex math functions */
/* #undef TVMET_HAVE_COMPLEX_MATH2 */

/* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef TVMET_HAVE_DLFCN_H 
#define TVMET_HAVE_DLFCN_H  1 
#endif

/* Define to 1 if you have the `floor' function. */
#ifndef TVMET_HAVE_FLOOR 
#define TVMET_HAVE_FLOOR  1 
#endif

/* Define if the compiler supports IEEE math library */
#ifndef TVMET_HAVE_IEEE_MATH 
#define TVMET_HAVE_IEEE_MATH   
#endif

/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef TVMET_HAVE_INTTYPES_H 
#define TVMET_HAVE_INTTYPES_H  1 
#endif

/* Define to 1 if you have the `dl' library (-ldl). */
#ifndef TVMET_HAVE_LIBDL 
#define TVMET_HAVE_LIBDL  1 
#endif

/* Define to 1 if the type `long double' works and has more range or precision
   than `double'. */
#ifndef TVMET_HAVE_LONG_DOUBLE 
#define TVMET_HAVE_LONG_DOUBLE  1 
#endif

/* Define to 1 if the type `long double' works and has more range or precision
   than `double'. */
#ifndef TVMET_HAVE_LONG_DOUBLE_WIDER 
#define TVMET_HAVE_LONG_DOUBLE_WIDER  1 
#endif

/* Define if the compiler supports the long_long type */
#ifndef TVMET_HAVE_LONG_LONG 
#define TVMET_HAVE_LONG_LONG   
#endif

/* Define to 1 if you have the <memory.h> header file. */
#ifndef TVMET_HAVE_MEMORY_H 
#define TVMET_HAVE_MEMORY_H  1 
#endif

/* Define if the compiler supports the mutable keyword */
#ifndef TVMET_HAVE_MUTABLE 
#define TVMET_HAVE_MUTABLE   
#endif

/* Define if the compiler implements namespaces */
#ifndef TVMET_HAVE_NAMESPACES 
#define TVMET_HAVE_NAMESPACES   
#endif

/* Define if the compiler supports partial specialization */
#ifndef TVMET_HAVE_PARTIAL_SPECIALIZATION 
#define TVMET_HAVE_PARTIAL_SPECIALIZATION   
#endif

/* Define to 1 if you have the `pow' function. */
#ifndef TVMET_HAVE_POW 
#define TVMET_HAVE_POW  1 
#endif

/* Define to 1 if you have the `rint' function. */
#ifndef TVMET_HAVE_RINT 
#define TVMET_HAVE_RINT  1 
#endif

/* Define to 1 if you have the `sqrt' function. */
#ifndef TVMET_HAVE_SQRT 
#define TVMET_HAVE_SQRT  1 
#endif

/* Define to 1 if stdbool.h conforms to C99. */
#ifndef TVMET_HAVE_STDBOOL_H 
#define TVMET_HAVE_STDBOOL_H  1 
#endif

/* Define to 1 if you have the <stdint.h> header file. */
#ifndef TVMET_HAVE_STDINT_H 
#define TVMET_HAVE_STDINT_H  1 
#endif

/* Define to 1 if you have the <stdlib.h> header file. */
#ifndef TVMET_HAVE_STDLIB_H 
#define TVMET_HAVE_STDLIB_H  1 
#endif

/* Define to 1 if you have the <strings.h> header file. */
#ifndef TVMET_HAVE_STRINGS_H 
#define TVMET_HAVE_STRINGS_H  1 
#endif

/* Define to 1 if you have the <string.h> header file. */
#ifndef TVMET_HAVE_STRING_H 
#define TVMET_HAVE_STRING_H  1 
#endif

/* Define if the compiler supports SYSV math library */
/* #undef TVMET_HAVE_SYSV_MATH */

/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef TVMET_HAVE_SYS_STAT_H 
#define TVMET_HAVE_SYS_STAT_H  1 
#endif

/* Define to 1 if you have the <sys/time.h> header file. */
#ifndef TVMET_HAVE_SYS_TIME_H 
#define TVMET_HAVE_SYS_TIME_H  1 
#endif

/* Define to 1 if you have the <sys/types.h> header file. */
#ifndef TVMET_HAVE_SYS_TYPES_H 
#define TVMET_HAVE_SYS_TYPES_H  1 
#endif

/* Define if the compiler recognizes typename */
#ifndef TVMET_HAVE_TYPENAME 
#define TVMET_HAVE_TYPENAME   
#endif

/* Define to 1 if you have the <unistd.h> header file. */
#ifndef TVMET_HAVE_UNISTD_H 
#define TVMET_HAVE_UNISTD_H  1 
#endif

/* Define to 1 if the system has the type `_Bool'. */
/* #undef TVMET_HAVE__BOOL */

/* Define to the address where bug reports for this package should be sent. */
#ifndef TVMET_PACKAGE_BUGREPORT 
#define TVMET_PACKAGE_BUGREPORT  "opetzold@users.sourceforge.net" 
#endif

/* Define to the full name of this package. */
#ifndef TVMET_PACKAGE_NAME 
#define TVMET_PACKAGE_NAME  "tvmet" 
#endif

/* Define to the full name and version of this package. */
#ifndef TVMET_PACKAGE_STRING 
#define TVMET_PACKAGE_STRING  "tvmet 1.7.2" 
#endif

/* Define to the one symbol short name of this package. */
#ifndef TVMET_PACKAGE_TARNAME 
#define TVMET_PACKAGE_TARNAME  "tvmet" 
#endif

/* Define to the version of this package. */
#ifndef TVMET_PACKAGE_VERSION 
#define TVMET_PACKAGE_VERSION  "1.7.2" 
#endif

/* Define to 1 if you have the ANSI C header files. */
#ifndef TVMET_STDC_HEADERS 
#define TVMET_STDC_HEADERS  1 
#endif

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TVMET_TM_IN_SYS_TIME */

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef _tvmet_const */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef _tvmet_inline */
#endif

/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
   supported. Do not define if restrict is supported directly. */
#ifndef _tvmet_restrict 
#define _tvmet_restrict  __restrict 
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef _tvmet_size_t */
 
/* _INCLUDE_TVMET_CONFIG_H */
#endif