00001 #ifndef Impala_Basis_LibConfig_h
00002 #define Impala_Basis_LibConfig_h
00003
00004
00005
00006
00007
00009
00010 #ifndef NO_JPG
00011 #define JPG_USED
00012 #endif
00013
00014 #ifndef NO_PNG
00015 #define PNG_USED
00016 #endif
00017
00018 #ifndef NO_AVC
00019 #define AVC_USED
00020 #endif
00021
00022 #ifndef NO_LOG4CPP
00023 #define LOG4CPP_USED
00024 #ifdef AVC_USED
00025 #define LOG4CPP_HAVE_INT64_T
00026 #endif
00027 #endif
00028
00029 #ifdef MPI_USED
00030 #define MPICH_IGNORE_CXX_SEEK
00031 #endif
00032
00034
00035 #ifdef WIN32
00036
00037 #ifndef NO_DX
00038 #define DX_USED 1
00039 #endif
00040
00041 #ifndef PSAPI_USED
00042 #define NO_PSAPI 1
00043 #endif
00044
00045 #endif // WIN32
00046
00048
00049 #ifdef unix
00050
00051 #undef DX_USED
00052
00053 #endif // unix
00054
00055 #endif // Impala_Basis_LibConfig_h