00001 #ifndef _INCLUDE_REALROOT_REALROOT_CONFIG_HPP
00002 #define _INCLUDE_REALROOT_REALROOT_CONFIG_HPP 1
00003
00004
00005
00006
00007
00008
00009 #ifndef REALROOT_ENABLE_DEBUG
00010 #define REALROOT_ENABLE_DEBUG
00011 #endif
00012
00013
00014
00015
00016
00017 #ifndef REALROOT_ENABLE_EXCEPTIONS
00018 #define REALROOT_ENABLE_EXCEPTIONS
00019 #endif
00020
00021
00022 #ifndef REALROOT_ENABLE_SIMD
00023 #define REALROOT_ENABLE_SIMD
00024 #endif
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef REALROOT_ENABLE_VERIFY
00034 #define REALROOT_ENABLE_VERIFY
00035 #endif
00036
00037
00038 #ifndef REALROOT_HAVE_DLFCN_H
00039 #define REALROOT_HAVE_DLFCN_H 1
00040 #endif
00041
00042
00043 #ifndef REALROOT_HAVE_INTTYPES_H
00044 #define REALROOT_HAVE_INTTYPES_H 1
00045 #endif
00046
00047
00048 #ifndef REALROOT_HAVE_MEMORY_H
00049 #define REALROOT_HAVE_MEMORY_H 1
00050 #endif
00051
00052
00053 #ifndef REALROOT_HAVE_NUMERIX
00054 #define REALROOT_HAVE_NUMERIX
00055 #endif
00056
00057
00058 #ifndef REALROOT_HAVE_STDINT_H
00059 #define REALROOT_HAVE_STDINT_H 1
00060 #endif
00061
00062
00063 #ifndef REALROOT_HAVE_STDLIB_H
00064 #define REALROOT_HAVE_STDLIB_H 1
00065 #endif
00066
00067
00068 #ifndef REALROOT_HAVE_STRINGS_H
00069 #define REALROOT_HAVE_STRINGS_H 1
00070 #endif
00071
00072
00073 #ifndef REALROOT_HAVE_STRING_H
00074 #define REALROOT_HAVE_STRING_H 1
00075 #endif
00076
00077
00078 #ifndef REALROOT_HAVE_SYS_STAT_H
00079 #define REALROOT_HAVE_SYS_STAT_H 1
00080 #endif
00081
00082
00083 #ifndef REALROOT_HAVE_SYS_TYPES_H
00084 #define REALROOT_HAVE_SYS_TYPES_H 1
00085 #endif
00086
00087
00088 #ifndef REALROOT_HAVE_UNISTD_H
00089 #define REALROOT_HAVE_UNISTD_H 1
00090 #endif
00091
00092
00093
00094 #ifndef REALROOT_LT_OBJDIR
00095 #define REALROOT_LT_OBJDIR ".libs/"
00096 #endif
00097
00098
00099 #ifndef REALROOT_PACKAGE
00100 #define REALROOT_PACKAGE "realroot"
00101 #endif
00102
00103
00104 #ifndef REALROOT_PACKAGE_BUGREPORT
00105 #define REALROOT_PACKAGE_BUGREPORT "bugs@mathemagix.org"
00106 #endif
00107
00108
00109 #ifndef REALROOT_PACKAGE_NAME
00110 #define REALROOT_PACKAGE_NAME "realroot"
00111 #endif
00112
00113
00114 #ifndef REALROOT_PACKAGE_STRING
00115 #define REALROOT_PACKAGE_STRING "realroot 0.1.1"
00116 #endif
00117
00118
00119 #ifndef REALROOT_PACKAGE_TARNAME
00120 #define REALROOT_PACKAGE_TARNAME "realroot"
00121 #endif
00122
00123
00124 #ifndef REALROOT_PACKAGE_URL
00125 #define REALROOT_PACKAGE_URL ""
00126 #endif
00127
00128
00129 #ifndef REALROOT_PACKAGE_VERSION
00130 #define REALROOT_PACKAGE_VERSION "0.1.1"
00131 #endif
00132
00133
00134 #ifndef REALROOT_STDC_HEADERS
00135 #define REALROOT_STDC_HEADERS 1
00136 #endif
00137
00138
00139 #ifndef REALROOT_VERSION
00140 #define REALROOT_VERSION "0.1.1"
00141 #endif
00142
00143
00144 #endif