00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef _Isorropia_configdefs_hpp_
00034 #define _Isorropia_configdefs_hpp_
00035
00036
00037
00038
00039
00040
00041
00042 #ifdef PACKAGE
00043 #undef PACKAGE
00044 #endif
00045
00046 #ifdef PACKAGE_NAME
00047 #undef PACKAGE_NAME
00048 #endif
00049
00050 #ifdef PACKAGE_BUGREPORT
00051 #undef PACKAGE_BUGREPORT
00052 #endif
00053
00054 #ifdef PACKAGE_STRING
00055 #undef PACKAGE_STRING
00056 #endif
00057
00058 #ifdef PACKAGE_TARNAME
00059 #undef PACKAGE_TARNAME
00060 #endif
00061
00062 #ifdef PACKAGE_VERSION
00063 #undef PACKAGE_VERSION
00064 #endif
00065
00066 #ifdef VERSION
00067 #undef VERSION
00068 #endif
00069
00070 #include <Isorropia_autoheader.h>
00071
00072 #ifdef HAVE_IOSTREAM
00073 #include <iostream>
00074 #else
00075 #error "Isorropia must have <iostream>"
00076 #endif
00077
00078 #ifdef HAVE_FSTREAM
00079 #include <fstream>
00080 #else
00081 #error "Isorropia must have <fstream>"
00082 #endif
00083
00084 #ifdef HAVE_EXCEPTION
00085 #include <exception>
00086 #else
00087 #error "Isorropia must have <exception>"
00088 #endif
00089
00090 #ifdef HAVE_VECTOR
00091 #include <vector>
00092 #else
00093 #error "Isorropia must have <vector>"
00094 #endif
00095
00096 #ifdef HAVE_SET
00097 #include <set>
00098 #else
00099 #error "Isorropia must have <set>"
00100 #endif
00101
00102 #ifdef HAVE_TIME_H
00103 #include <time.h>
00104 #endif
00105
00106 #endif //_Isorropia_configdefs_hpp_
00107