numerix_doc 0.4
/Users/mourrain/Devel/mmx/numerix/include/numerix/numerix-config.hpp
Go to the documentation of this file.
00001 
00002 /* Compile with debugging information and checks */
00003 /* #undef ENABLE_DEBUG */
00004 #ifdef ENABLE_DEBUG 
00005 #define NUMERIX_ENABLE_DEBUG 
00006 #endif
00007 
00008 /* Embed glue into the interpreter */
00009 /* #undef ENABLE_EMBEDDED */
00010 #ifdef ENABLE_EMBEDDED
00011 /* #undef ENABLE_EMBEDDED */
00012 #endif
00013 
00014 /* Use C++ exception mechanism */
00015 #define ENABLE_EXCEPTIONS
00016 #ifdef ENABLE_EXCEPTIONS
00017 #define NUMERIX_ENABLE_EXCEPTIONS
00018 #endif
00019 
00020 /* With support for simd instructions */
00021 /* #undef ENABLE_SIMD */
00022 #ifdef NUMERIX_ENABLE_SIMD
00023 #define NUMERIX_ENABLE_SIMD
00024 #endif
00025 
00026 /* With support for multi-threading */
00027 /* #undef ENABLE_THREADS */
00028 #ifdef ENABLE_THREADS
00029 #define NUMERIX_ENABLE_THREADS
00030 #endif
00031 
00032 /* Compile with unstable code */
00033 /* #undef ENABLE_UNSTABLE */
00034 #ifdef ENABLE_UNSTABLE
00035 #define NUMERIX_ENABLE_UNSTABLE
00036 #endif 
00037 
00038 /* Verify correctness of low-level operations */
00039 /* #undef ENABLE_VERIFY */
00040 #ifdef ENABLE_VERIFY
00041 #define NUMERIX_ENABLE_VERIFY
00042 #endif
00043 
00044 /* Define if you have the basix library */
00045 /* #undef HAVE_BASIX */
00046 #ifdef HAVE_BASIX
00047 /* #undef NUMERIX_HAVE_BASIX */
00048 #endif
00049 
00050 /* Define to 1 if you have the <cxxabi.h> header file. */
00051 /* #undef HAVE_CXXABI_H */
00052 #ifdef HAVE_CXXABI_H
00053 #define NUMERIX_HAVE_CXXABI_H 1
00054 #endif
00055 
00056 /* Define to 1 if you have the <dlfcn.h> header file. */
00057 /* #undef HAVE_DLFCN_H */
00058 #ifdef HAVE_DLFCN_H
00059 #define NUMERIX_HAVE_DLFCN_H 1
00060 #endif
00061 
00062 /* Define to 1 if you have the <history.h> header file. */
00063 /* #undef HAVE_HISTORY_H */
00064 #ifdef HAVE_HISTORY_H
00065 #define NUMERIX_HAVE_HISTORY_H 1
00066 #endif
00067 
00068 /* Define to 1 if you have the <inttypes.h> header file. */
00069 /* #undef HAVE_INTTYPES_H */
00070 #ifdef HAVE_INTTYPES_H
00071 #define NUMERIX_HAVE_INTTYPES_H 1
00072 #endif
00073 
00074 /* Define to 1 if the system has the type `long long int'. */
00075 #define HAVE_LONG_LONG_INT
00076 #ifdef HAVE_LONG_LONG_INT
00077 #define NUMERIX_HAVE_LONG_LONG_INT 
00078 #endif
00079 
00080 /* Define to 1 if you have the <memory.h> header file. */
00081 /* #undef HAVE_MEMORY_H */
00082 #ifdef HAVE_MEMORY_H
00083 #define NUMERIX_HAVE_MEMORY_H 1
00084 #endif
00085 
00086 
00087 /* Define if you have the readline library */
00088 /* #undef HAVE_READLINE */
00089 #ifdef HAVE_READLINE 
00090 #define NUMERIX_HAVE_READLINE 1
00091 #endif
00092 
00093 /* Define to 1 if you have the <readline/history.h> header file. */
00094 /* #undef HAVE_READLINE_HISTORY_H */
00095 #ifdef HAVE_READLINE_HISTORY_H
00096 #define NUMERIX_HAVE_READLINE_HISTORY_H 1
00097 #endif
00098 
00099 /* Define to 1 if you have the <readline/readline.h> header file. */
00100 /* #undef HAVE_READLINE_READLINE_H */
00101 #ifdef HAVE_READLINE_READLINE_H
00102 #define NUMERIX_HAVE_READLINE_READLINE_H 1
00103 #endif
00104 
00105 /* Define to 1 if you have the <stdint.h> header file. */
00106 /* #undef HAVE_STDINT_H */
00107 #ifdef HAVE_STDINT_H
00108 #define NUMERIX_HAVE_STDINT_H 1
00109 #endif
00110 
00111 /* Define to 1 if you have the <stdlib.h> header file. */
00112 /* #undef HAVE_STDLIB_H */
00113 #ifdef HAVE_STDLIB_H
00114 #define NUMERIX_HAVE_STDLIB_H 1
00115 #endif
00116 
00117 
00118 /* Define to 1 if you have the <strings.h> header file. */
00119 /* #undef HAVE_STRINGS_H */
00120 #ifdef HAVE_STRINGS_H
00121 #define NUMERIX_HAVE_STRINGS_H 1
00122 #endif
00123 
00124 /* Define to 1 if you have the <string.h> header file. */
00125 /* #undef HAVE_STRING_H */
00126 #ifdef HAVE_STRING_H
00127 #define NUMERIX_HAVE_STRING_H 1
00128 #endif
00129 
00130 /* Define to 1 if you have the <sys/stat.h> header file. */
00131 /* #undef HAVE_SYS_STAT_H */
00132 #ifdef HAVE_SYS_STAT_H
00133 #define NUMERIX_HAVE_SYS_STAT_H 1
00134 #endif
00135 
00136 /* Define to 1 if you have the <sys/types.h> header file. */
00137 /* #undef HAVE_SYS_TYPES_H */
00138 #ifdef HAVE_SYS_TYPES_H
00139 #define NUMERIX_HAVE_SYS_TYPES_H 1
00140 #endif
00141 
00142 /* Define to 1 if you have the `gettimeofday' function. */
00143 /* #undef HAVE_GETTIMEOFDAY */
00144 #ifdef HAVE_GETTIMEOFDAY
00145 #define NUMERIX_HAVE_GETTIMEOFDAY 1
00146 #endif
00147 
00148 /* Define to 1 if you have the <unistd.h> header file. */
00149 /* #undef HAVE_UNISTD_H */
00150 #ifdef HAVE_UNISTD_H
00151 #define NUMERIX_HAVE_UNISTD_H 1
00152 #endif
00153 
00154 /* Define to 1 if you have the ANSI C header files. */
00155 /* #undef STDC_HEADERS */
00156 #ifdef STDC_HEADERS
00157 #define NUMERIX_STDC_HEADERS 1
00158 #endif
00159 
00160 /* Prefix for the package */
00161 #define NUMERIX_PREFIX "/usr/local"
00162 
00163 /* Name of package */
00164 #define NUMERIX_PACKAGE numerix
00165 
00166 /* Define to the address where bug reports for this package should be sent. */
00167 /* #undef NUMERIX_PACKAGE_BUGREPORT */
00168 
00169 /* Define to the full name of this package. */
00170 /* #undef NUMERIX_PACKAGE_NAME */
00171 
00172 /* Define to the full name and version of this package. */
00173 /* #undef NUMERIX_PACKAGE_STRING */
00174 
00175 /* Define to the one symbol short name of this package. */
00176 /* #undef NUMERIX_PACKAGE_TARNAME */
00177 
00178 /* Define to the version of this package. */
00179 /* #undef NUMERIX_PACKAGE_VERSION */
00180 
00181 /* Version number of package */
00182 #define NUMERIX_VERSION "0.4"
00183 
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines