#ifndef __CONFIG_H__ #pragma warning( disable : 4311 4312 4267) #ifndef __x86__ # define __x86__ #endif #ifndef __WIN32__ # define __WIN32__ #endif // tl - modified this to agree with definition in phyloservices/phycas/phycas.h // #if !defined(_WIN32_WINNT) || _WIN32_WINNT != 0x0400 #if !defined(_WIN32_WINNT) || _WIN32_WINNT != 0x0501 # define _WIN32_WINNT 0x0501 #endif #ifndef __NT__ # define __NT__ #endif #if !defined(__OSVERSION__) || __OSVERSION__ != 4 # define __OSVERSION__ 4 #endif #ifndef CIPRES_USING_OMNI_ORB #define CIPRES_USING_OMNI_ORB 1 #endif #ifndef HAVE_OMNIORB #define HAVE_OMNIORB4 1 #endif #endif