SourceForge Logo Tiny Vector Matrix library using Expression Templates Sourceforge Project Page

include/tvmet/config.h

Go to the documentation of this file.
00001 #ifndef _INCLUDE_TVMET_CONFIG_H
00002 #define _INCLUDE_TVMET_CONFIG_H 1
00003  
00004 /* include/tvmet/config.h. Generated automatically at end of configure. */
00005 /* config/config.h.  Generated from config.h.in by configure.  */
00006 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
00007 
00008 /* define if the compiler has complex<T> */
00009 #ifndef TVMET_HAVE_COMPLEX 
00010 #define TVMET_HAVE_COMPLEX   
00011 #endif
00012 
00013 /* define if the compiler has complex math functions */
00014 #ifndef TVMET_HAVE_COMPLEX_MATH1 
00015 #define TVMET_HAVE_COMPLEX_MATH1   
00016 #endif
00017 
00018 /* define if the compiler has more complex math functions */
00019 /* #undef TVMET_HAVE_COMPLEX_MATH2 */
00020 
00021 /* Define to 1 if you have the <dlfcn.h> header file. */
00022 #ifndef TVMET_HAVE_DLFCN_H 
00023 #define TVMET_HAVE_DLFCN_H  1 
00024 #endif
00025 
00026 /* Define to 1 if you have the `floor' function. */
00027 #ifndef TVMET_HAVE_FLOOR 
00028 #define TVMET_HAVE_FLOOR  1 
00029 #endif
00030 
00031 /* Define if the compiler supports IEEE math library */
00032 #ifndef TVMET_HAVE_IEEE_MATH 
00033 #define TVMET_HAVE_IEEE_MATH   
00034 #endif
00035 
00036 /* Define to 1 if you have the <inttypes.h> header file. */
00037 #ifndef TVMET_HAVE_INTTYPES_H 
00038 #define TVMET_HAVE_INTTYPES_H  1 
00039 #endif
00040 
00041 /* Define to 1 if you have the `dl' library (-ldl). */
00042 #ifndef TVMET_HAVE_LIBDL 
00043 #define TVMET_HAVE_LIBDL  1 
00044 #endif
00045 
00046 /* Define to 1 if the type `long double' works and has more range or precision
00047    than `double'. */
00048 #ifndef TVMET_HAVE_LONG_DOUBLE 
00049 #define TVMET_HAVE_LONG_DOUBLE  1 
00050 #endif
00051 
00052 /* Define to 1 if the type `long double' works and has more range or precision
00053    than `double'. */
00054 #ifndef TVMET_HAVE_LONG_DOUBLE_WIDER 
00055 #define TVMET_HAVE_LONG_DOUBLE_WIDER  1 
00056 #endif
00057 
00058 /* Define if the compiler supports the long_long type */
00059 #ifndef TVMET_HAVE_LONG_LONG 
00060 #define TVMET_HAVE_LONG_LONG   
00061 #endif
00062 
00063 /* Define to 1 if you have the <memory.h> header file. */
00064 #ifndef TVMET_HAVE_MEMORY_H 
00065 #define TVMET_HAVE_MEMORY_H  1 
00066 #endif
00067 
00068 /* Define if the compiler supports the mutable keyword */
00069 #ifndef TVMET_HAVE_MUTABLE 
00070 #define TVMET_HAVE_MUTABLE   
00071 #endif
00072 
00073 /* Define if the compiler implements namespaces */
00074 #ifndef TVMET_HAVE_NAMESPACES 
00075 #define TVMET_HAVE_NAMESPACES   
00076 #endif
00077 
00078 /* Define if the compiler supports partial specialization */
00079 #ifndef TVMET_HAVE_PARTIAL_SPECIALIZATION 
00080 #define TVMET_HAVE_PARTIAL_SPECIALIZATION   
00081 #endif
00082 
00083 /* Define to 1 if you have the `pow' function. */
00084 #ifndef TVMET_HAVE_POW 
00085 #define TVMET_HAVE_POW  1 
00086 #endif
00087 
00088 /* Define to 1 if you have the `rint' function. */
00089 #ifndef TVMET_HAVE_RINT 
00090 #define TVMET_HAVE_RINT  1 
00091 #endif
00092 
00093 /* Define to 1 if you have the `sqrt' function. */
00094 #ifndef TVMET_HAVE_SQRT 
00095 #define TVMET_HAVE_SQRT  1 
00096 #endif
00097 
00098 /* Define to 1 if stdbool.h conforms to C99. */
00099 #ifndef TVMET_HAVE_STDBOOL_H 
00100 #define TVMET_HAVE_STDBOOL_H  1 
00101 #endif
00102 
00103 /* Define to 1 if you have the <stdint.h> header file. */
00104 #ifndef TVMET_HAVE_STDINT_H 
00105 #define TVMET_HAVE_STDINT_H  1 
00106 #endif
00107 
00108 /* Define to 1 if you have the <stdlib.h> header file. */
00109 #ifndef TVMET_HAVE_STDLIB_H 
00110 #define TVMET_HAVE_STDLIB_H  1 
00111 #endif
00112 
00113 /* Define to 1 if you have the <strings.h> header file. */
00114 #ifndef TVMET_HAVE_STRINGS_H 
00115 #define TVMET_HAVE_STRINGS_H  1 
00116 #endif
00117 
00118 /* Define to 1 if you have the <string.h> header file. */
00119 #ifndef TVMET_HAVE_STRING_H 
00120 #define TVMET_HAVE_STRING_H  1 
00121 #endif
00122 
00123 /* Define if the compiler supports SYSV math library */
00124 /* #undef TVMET_HAVE_SYSV_MATH */
00125 
00126 /* Define to 1 if you have the <sys/stat.h> header file. */
00127 #ifndef TVMET_HAVE_SYS_STAT_H 
00128 #define TVMET_HAVE_SYS_STAT_H  1 
00129 #endif
00130 
00131 /* Define to 1 if you have the <sys/time.h> header file. */
00132 #ifndef TVMET_HAVE_SYS_TIME_H 
00133 #define TVMET_HAVE_SYS_TIME_H  1 
00134 #endif
00135 
00136 /* Define to 1 if you have the <sys/types.h> header file. */
00137 #ifndef TVMET_HAVE_SYS_TYPES_H 
00138 #define TVMET_HAVE_SYS_TYPES_H  1 
00139 #endif
00140 
00141 /* Define if the compiler recognizes typename */
00142 #ifndef TVMET_HAVE_TYPENAME 
00143 #define TVMET_HAVE_TYPENAME   
00144 #endif
00145 
00146 /* Define to 1 if you have the <unistd.h> header file. */
00147 #ifndef TVMET_HAVE_UNISTD_H 
00148 #define TVMET_HAVE_UNISTD_H  1 
00149 #endif
00150 
00151 /* Define to 1 if the system has the type `_Bool'. */
00152 /* #undef TVMET_HAVE__BOOL */
00153 
00154 /* Define to the address where bug reports for this package should be sent. */
00155 #ifndef TVMET_PACKAGE_BUGREPORT 
00156 #define TVMET_PACKAGE_BUGREPORT  "opetzold@users.sourceforge.net" 
00157 #endif
00158 
00159 /* Define to the full name of this package. */
00160 #ifndef TVMET_PACKAGE_NAME 
00161 #define TVMET_PACKAGE_NAME  "tvmet" 
00162 #endif
00163 
00164 /* Define to the full name and version of this package. */
00165 #ifndef TVMET_PACKAGE_STRING 
00166 #define TVMET_PACKAGE_STRING  "tvmet 1.7.2" 
00167 #endif
00168 
00169 /* Define to the one symbol short name of this package. */
00170 #ifndef TVMET_PACKAGE_TARNAME 
00171 #define TVMET_PACKAGE_TARNAME  "tvmet" 
00172 #endif
00173 
00174 /* Define to the version of this package. */
00175 #ifndef TVMET_PACKAGE_VERSION 
00176 #define TVMET_PACKAGE_VERSION  "1.7.2" 
00177 #endif
00178 
00179 /* Define to 1 if you have the ANSI C header files. */
00180 #ifndef TVMET_STDC_HEADERS 
00181 #define TVMET_STDC_HEADERS  1 
00182 #endif
00183 
00184 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00185 /* #undef TVMET_TM_IN_SYS_TIME */
00186 
00187 /* Define to empty if `const' does not conform to ANSI C. */
00188 /* #undef _tvmet_const */
00189 
00190 /* Define to `__inline__' or `__inline' if that's what the C compiler
00191    calls it, or to nothing if 'inline' is not supported under any name.  */
00192 #ifndef __cplusplus
00193 /* #undef _tvmet_inline */
00194 #endif
00195 
00196 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
00197    supported. Do not define if restrict is supported directly. */
00198 #ifndef _tvmet_restrict 
00199 #define _tvmet_restrict  __restrict 
00200 #endif
00201 
00202 /* Define to `unsigned int' if <sys/types.h> does not define. */
00203 /* #undef _tvmet_size_t */
00204  
00205 /* _INCLUDE_TVMET_CONFIG_H */
00206 #endif

Author: