00001 #ifndef _INCLUDE_BASIX_BASIX_CONFIG_HPP
00002 #define _INCLUDE_BASIX_BASIX_CONFIG_HPP 1
00003
00004
00005
00006
00007
00008
00009 #ifndef BASIX_ENABLE_DEBUG
00010 #define BASIX_ENABLE_DEBUG
00011 #endif
00012
00013
00014
00015
00016
00017 #ifndef BASIX_ENABLE_EXCEPTIONS
00018 #define BASIX_ENABLE_EXCEPTIONS
00019 #endif
00020
00021
00022 #ifndef BASIX_ENABLE_SIMD
00023 #define BASIX_ENABLE_SIMD
00024 #endif
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef BASIX_ENABLE_VERIFY
00034 #define BASIX_ENABLE_VERIFY
00035 #endif
00036
00037
00038 #ifndef BASIX_HAVE_CXXABI_H
00039 #define BASIX_HAVE_CXXABI_H 1
00040 #endif
00041
00042
00043 #ifndef BASIX_HAVE_DLFCN_H
00044 #define BASIX_HAVE_DLFCN_H 1
00045 #endif
00046
00047
00048 #ifndef BASIX_HAVE_GETTIMEOFDAY
00049 #define BASIX_HAVE_GETTIMEOFDAY 1
00050 #endif
00051
00052
00053
00054
00055
00056 #ifndef BASIX_HAVE_INTTYPES_H
00057 #define BASIX_HAVE_INTTYPES_H 1
00058 #endif
00059
00060
00061 #ifndef BASIX_HAVE_LONG_LONG_INT
00062 #define BASIX_HAVE_LONG_LONG_INT 1
00063 #endif
00064
00065
00066 #ifndef BASIX_HAVE_LTDL
00067 #define BASIX_HAVE_LTDL
00068 #endif
00069
00070
00071 #ifndef BASIX_HAVE_MEMORY_H
00072 #define BASIX_HAVE_MEMORY_H 1
00073 #endif
00074
00075
00076 #ifndef BASIX_HAVE_READLINE
00077 #define BASIX_HAVE_READLINE 1
00078 #endif
00079
00080
00081 #ifndef BASIX_HAVE_READLINE_HISTORY_H
00082 #define BASIX_HAVE_READLINE_HISTORY_H 1
00083 #endif
00084
00085
00086 #ifndef BASIX_HAVE_READLINE_READLINE_H
00087 #define BASIX_HAVE_READLINE_READLINE_H 1
00088 #endif
00089
00090
00091 #ifndef BASIX_HAVE_STDINT_H
00092 #define BASIX_HAVE_STDINT_H 1
00093 #endif
00094
00095
00096 #ifndef BASIX_HAVE_STDLIB_H
00097 #define BASIX_HAVE_STDLIB_H 1
00098 #endif
00099
00100
00101 #ifndef BASIX_HAVE_STRINGS_H
00102 #define BASIX_HAVE_STRINGS_H 1
00103 #endif
00104
00105
00106 #ifndef BASIX_HAVE_STRING_H
00107 #define BASIX_HAVE_STRING_H 1
00108 #endif
00109
00110
00111 #ifndef BASIX_HAVE_SYS_STAT_H
00112 #define BASIX_HAVE_SYS_STAT_H 1
00113 #endif
00114
00115
00116 #ifndef BASIX_HAVE_SYS_TIME_H
00117 #define BASIX_HAVE_SYS_TIME_H 1
00118 #endif
00119
00120
00121 #ifndef BASIX_HAVE_SYS_TYPES_H
00122 #define BASIX_HAVE_SYS_TYPES_H 1
00123 #endif
00124
00125
00126 #ifndef BASIX_HAVE_UNISTD_H
00127 #define BASIX_HAVE_UNISTD_H 1
00128 #endif
00129
00130
00131 #ifndef BASIX_HAVE_YACC_OVERFLOW
00132 #define BASIX_HAVE_YACC_OVERFLOW
00133 #endif
00134
00135
00136
00137 #ifndef BASIX_LT_OBJDIR
00138 #define BASIX_LT_OBJDIR ".libs/"
00139 #endif
00140
00141
00142
00143
00144
00145 #ifndef BASIX_PACKAGE
00146 #define BASIX_PACKAGE "basix"
00147 #endif
00148
00149
00150 #ifndef BASIX_PACKAGE_BUGREPORT
00151 #define BASIX_PACKAGE_BUGREPORT "bugs@mathemagix.org"
00152 #endif
00153
00154
00155 #ifndef BASIX_PACKAGE_NAME
00156 #define BASIX_PACKAGE_NAME "basix"
00157 #endif
00158
00159
00160 #ifndef BASIX_PACKAGE_STRING
00161 #define BASIX_PACKAGE_STRING "basix 0.4.1"
00162 #endif
00163
00164
00165 #ifndef BASIX_PACKAGE_TARNAME
00166 #define BASIX_PACKAGE_TARNAME "basix"
00167 #endif
00168
00169
00170
00171
00172
00173 #ifndef BASIX_PACKAGE_VERSION
00174 #define BASIX_PACKAGE_VERSION "0.4.1"
00175 #endif
00176
00177
00178 #ifndef BASIX_PREFIX
00179 #define BASIX_PREFIX "/home/lecerf/mathemagix/mmx/build"
00180 #endif
00181
00182
00183 #ifndef BASIX_STDC_HEADERS
00184 #define BASIX_STDC_HEADERS 1
00185 #endif
00186
00187
00188 #ifndef BASIX_TIME_WITH_SYS_TIME
00189 #define BASIX_TIME_WITH_SYS_TIME 1
00190 #endif
00191
00192
00193 #ifndef BASIX_VERSION
00194 #define BASIX_VERSION "0.4.1"
00195 #endif
00196
00197
00198 #endif