eigen/tvmet-1.7.1/include/tvmet/config.h.cmake
Benoit Jacob 37bd64b496 Remove remaining per-element math functions. Remove defines for IEEE, SYSV and complex
math. Now the user has to define himself EIGEN_USE_COMPLEX if he wants complex support.
Remove TVMET_OPTIMIZE. More cleanup.
2007-06-18 07:01:42 +00:00

16 lines
399 B
CMake

#ifndef _INCLUDE_TVMET_CONFIG_H
#define _INCLUDE_TVMET_CONFIG_H
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine TVMET_HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine TVMET_HAVE_UNISTD_H 1
#define _tvmet_restrict @TVMET_RESTRICT_KEYWORD@
#define _tvmet_always_inline @TVMET_ALWAYS_INLINE@
/* _INCLUDE_TVMET_CONFIG_H */
#endif