00001 #ifndef _INCLUDE_MBLAD_MBLAD_CONFIG_HPP
00002 #define _INCLUDE_MBLAD_MBLAD_CONFIG_HPP 1
00003
00004
00005
00006
00007
00008
00009 #ifndef MBLAD_ENABLE_DEBUG
00010 #define MBLAD_ENABLE_DEBUG
00011 #endif
00012
00013
00014
00015
00016
00017 #ifndef MBLAD_ENABLE_EXCEPTIONS
00018 #define MBLAD_ENABLE_EXCEPTIONS
00019 #endif
00020
00021
00022 #ifndef MBLAD_ENABLE_SIMD
00023 #define MBLAD_ENABLE_SIMD
00024 #endif
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef MBLAD_ENABLE_VERIFY
00034 #define MBLAD_ENABLE_VERIFY
00035 #endif
00036
00037
00038 #ifndef MBLAD_HAVE_BLAD
00039 #define MBLAD_HAVE_BLAD
00040 #endif
00041
00042
00043 #ifndef MBLAD_HAVE_DLFCN_H
00044 #define MBLAD_HAVE_DLFCN_H 1
00045 #endif
00046
00047
00048 #ifndef MBLAD_HAVE_INTTYPES_H
00049 #define MBLAD_HAVE_INTTYPES_H 1
00050 #endif
00051
00052
00053 #ifndef MBLAD_HAVE_MEMORY_H
00054 #define MBLAD_HAVE_MEMORY_H 1
00055 #endif
00056
00057
00058 #ifndef MBLAD_HAVE_MULTIMIX
00059 #define MBLAD_HAVE_MULTIMIX
00060 #endif
00061
00062
00063 #ifndef MBLAD_HAVE_STDINT_H
00064 #define MBLAD_HAVE_STDINT_H 1
00065 #endif
00066
00067
00068 #ifndef MBLAD_HAVE_STDLIB_H
00069 #define MBLAD_HAVE_STDLIB_H 1
00070 #endif
00071
00072
00073 #ifndef MBLAD_HAVE_STRINGS_H
00074 #define MBLAD_HAVE_STRINGS_H 1
00075 #endif
00076
00077
00078 #ifndef MBLAD_HAVE_STRING_H
00079 #define MBLAD_HAVE_STRING_H 1
00080 #endif
00081
00082
00083 #ifndef MBLAD_HAVE_SYS_STAT_H
00084 #define MBLAD_HAVE_SYS_STAT_H 1
00085 #endif
00086
00087
00088 #ifndef MBLAD_HAVE_SYS_TYPES_H
00089 #define MBLAD_HAVE_SYS_TYPES_H 1
00090 #endif
00091
00092
00093 #ifndef MBLAD_HAVE_UNISTD_H
00094 #define MBLAD_HAVE_UNISTD_H 1
00095 #endif
00096
00097
00098
00099 #ifndef MBLAD_LT_OBJDIR
00100 #define MBLAD_LT_OBJDIR ".libs/"
00101 #endif
00102
00103
00104 #ifndef MBLAD_PACKAGE
00105 #define MBLAD_PACKAGE "mblad"
00106 #endif
00107
00108
00109 #ifndef MBLAD_PACKAGE_BUGREPORT
00110 #define MBLAD_PACKAGE_BUGREPORT "bugs@mathemagix.org"
00111 #endif
00112
00113
00114 #ifndef MBLAD_PACKAGE_NAME
00115 #define MBLAD_PACKAGE_NAME "mblad"
00116 #endif
00117
00118
00119 #ifndef MBLAD_PACKAGE_STRING
00120 #define MBLAD_PACKAGE_STRING "mblad 0.1"
00121 #endif
00122
00123
00124 #ifndef MBLAD_PACKAGE_TARNAME
00125 #define MBLAD_PACKAGE_TARNAME "mblad"
00126 #endif
00127
00128
00129 #ifndef MBLAD_PACKAGE_URL
00130 #define MBLAD_PACKAGE_URL ""
00131 #endif
00132
00133
00134 #ifndef MBLAD_PACKAGE_VERSION
00135 #define MBLAD_PACKAGE_VERSION "0.1"
00136 #endif
00137
00138
00139 #ifndef MBLAD_STDC_HEADERS
00140 #define MBLAD_STDC_HEADERS 1
00141 #endif
00142
00143
00144 #ifndef MBLAD_VERSION
00145 #define MBLAD_VERSION "0.1"
00146 #endif
00147
00148
00149 #endif