Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

LibConfig.h

Go to the documentation of this file.
00001 #ifndef Impala_Basis_LibConfig_h
00002 #define Impala_Basis_LibConfig_h
00003 
00004 // Configuration of use of external libraries based on "LIB"_USED directives.
00005 // Default configuration is based on defines unix and WIN32.
00006 // User may override defaults using NO_"LIB" in projects/Makefiles.
00007 
00009 // platform independent configuration
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_BZIP2
00019 #define BZIP2_USED
00020 #endif
00021 
00022 #ifndef NO_ZLIB
00023 #define ZLIB_USED
00024 #endif
00025 
00026 #ifndef NO_AVC
00027 #define AVC_USED
00028 #endif
00029 
00030 #ifndef NO_LOG4CPP
00031 #define LOG4CPP_USED
00032 #ifdef AVC_USED
00033 #define LOG4CPP_HAVE_INT64_T
00034 #endif
00035 #endif
00036 
00037 #ifdef MPI_USED
00038 #define MPICH_IGNORE_CXX_SEEK
00039 #endif
00040 
00042 // windows configuration
00043 #ifdef WIN32
00044 
00045 #ifndef NO_DX
00046 #define DX_USED 1
00047 #endif
00048 
00049 #ifndef PSAPI_USED
00050 #define NO_PSAPI 1
00051 #endif
00052 
00053 #endif // WIN32 
00054 
00056 // unix configuration
00057 #ifdef unix
00058 
00059 #undef DX_USED
00060 
00061 #endif // unix
00062 
00063 #endif // Impala_Basis_LibConfig_h

Generated on Thu Jan 13 09:03:58 2011 for ImpalaSrc by  doxygen 1.5.1