00001 #ifndef _INCLUDE_ALGEBRAMIX_ALGEBRAMIX_CONFIG_HPP
00002 #define _INCLUDE_ALGEBRAMIX_ALGEBRAMIX_CONFIG_HPP 1
00003
00004
00005
00006
00007
00008
00009 #ifndef ALGEBRAMIX_ENABLE_DEBUG
00010 #define ALGEBRAMIX_ENABLE_DEBUG
00011 #endif
00012
00013
00014
00015
00016
00017 #ifndef ALGEBRAMIX_ENABLE_EXCEPTIONS
00018 #define ALGEBRAMIX_ENABLE_EXCEPTIONS
00019 #endif
00020
00021
00022 #ifndef ALGEBRAMIX_ENABLE_SIMD
00023 #define ALGEBRAMIX_ENABLE_SIMD
00024 #endif
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef ALGEBRAMIX_ENABLE_VERIFY
00034 #define ALGEBRAMIX_ENABLE_VERIFY
00035 #endif
00036
00037
00038 #ifndef ALGEBRAMIX_HAVE_DLFCN_H
00039 #define ALGEBRAMIX_HAVE_DLFCN_H 1
00040 #endif
00041
00042
00043 #ifndef ALGEBRAMIX_HAVE_INTTYPES_H
00044 #define ALGEBRAMIX_HAVE_INTTYPES_H 1
00045 #endif
00046
00047
00048 #ifndef ALGEBRAMIX_HAVE_MEMORY_H
00049 #define ALGEBRAMIX_HAVE_MEMORY_H 1
00050 #endif
00051
00052
00053 #ifndef ALGEBRAMIX_HAVE_NUMERIX
00054 #define ALGEBRAMIX_HAVE_NUMERIX
00055 #endif
00056
00057
00058 #ifndef ALGEBRAMIX_HAVE_STDINT_H
00059 #define ALGEBRAMIX_HAVE_STDINT_H 1
00060 #endif
00061
00062
00063 #ifndef ALGEBRAMIX_HAVE_STDLIB_H
00064 #define ALGEBRAMIX_HAVE_STDLIB_H 1
00065 #endif
00066
00067
00068 #ifndef ALGEBRAMIX_HAVE_STRINGS_H
00069 #define ALGEBRAMIX_HAVE_STRINGS_H 1
00070 #endif
00071
00072
00073 #ifndef ALGEBRAMIX_HAVE_STRING_H
00074 #define ALGEBRAMIX_HAVE_STRING_H 1
00075 #endif
00076
00077
00078 #ifndef ALGEBRAMIX_HAVE_SYS_STAT_H
00079 #define ALGEBRAMIX_HAVE_SYS_STAT_H 1
00080 #endif
00081
00082
00083 #ifndef ALGEBRAMIX_HAVE_SYS_TYPES_H
00084 #define ALGEBRAMIX_HAVE_SYS_TYPES_H 1
00085 #endif
00086
00087
00088 #ifndef ALGEBRAMIX_HAVE_UNISTD_H
00089 #define ALGEBRAMIX_HAVE_UNISTD_H 1
00090 #endif
00091
00092
00093
00094 #ifndef ALGEBRAMIX_LT_OBJDIR
00095 #define ALGEBRAMIX_LT_OBJDIR ".libs/"
00096 #endif
00097
00098
00099 #ifndef ALGEBRAMIX_PACKAGE
00100 #define ALGEBRAMIX_PACKAGE "algebramix"
00101 #endif
00102
00103
00104 #ifndef ALGEBRAMIX_PACKAGE_BUGREPORT
00105 #define ALGEBRAMIX_PACKAGE_BUGREPORT "bugs@mathemagix.org"
00106 #endif
00107
00108
00109 #ifndef ALGEBRAMIX_PACKAGE_NAME
00110 #define ALGEBRAMIX_PACKAGE_NAME "algebramix"
00111 #endif
00112
00113
00114 #ifndef ALGEBRAMIX_PACKAGE_STRING
00115 #define ALGEBRAMIX_PACKAGE_STRING "algebramix 0.3"
00116 #endif
00117
00118
00119 #ifndef ALGEBRAMIX_PACKAGE_TARNAME
00120 #define ALGEBRAMIX_PACKAGE_TARNAME "algebramix"
00121 #endif
00122
00123
00124 #ifndef ALGEBRAMIX_PACKAGE_URL
00125 #define ALGEBRAMIX_PACKAGE_URL ""
00126 #endif
00127
00128
00129 #ifndef ALGEBRAMIX_PACKAGE_VERSION
00130 #define ALGEBRAMIX_PACKAGE_VERSION "0.3"
00131 #endif
00132
00133
00134 #ifndef ALGEBRAMIX_STDC_HEADERS
00135 #define ALGEBRAMIX_STDC_HEADERS 1
00136 #endif
00137
00138
00139 #ifndef ALGEBRAMIX_VERSION
00140 #define ALGEBRAMIX_VERSION "0.3"
00141 #endif
00142
00143
00144 #endif