X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e1a28ccdb6a355c30b80e3d7db6c8166cd8c0e7..b8903774d4728f1b2b9260d25bb2b8295383703f:/src/win32/compiler/borland.h diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index 0f3ba951b3..b337e61d79 100644 --- a/src/win32/compiler/borland.h +++ b/src/win32/compiler/borland.h @@ -194,6 +194,11 @@ #define NEED_ASPRINTF 1 #endif +/*#ifdef NEED_ASPRINTF +#undef NEED_ASPRINTF +#endif*/ + + /* enable the vasprintf replacement */ #if !defined(NEED_VASPRINTF) #define NEED_VASPRINTF 1 @@ -201,11 +206,10 @@ /* "disable the snprintf replacement ( this function is broken on system v only" */ -/* FIXEME TO ANALYZE +/* FIXME TO ANALYZE */ #if defined(PREFER_PORTABLE_SNPRINTF) #undef PREFER_PORTABLE_SNPRINTF #endif -*/ #if !defined(PREFER_PORTABLE_SNPRINTF) #define PREFER_PORTABLE_SNPRINTF @@ -370,29 +374,6 @@ the double. For now, GRAS requires the structures to be compacted. */ #define _REENTRANT 1 #endif -#if defined ( __DEBUG ) && ( __DEBUG > 1 ) - #define _XBT_DEBUG -#endif - -#define _XBT_LIB_BASENAME "xbt" - -#ifndef _XBT_EXPORT_DECLSPEC -#define _XBT_EXPORT_DECLSPEC __declspec(dllexport) -#endif - -#ifndef _XBT_IMPORT_DECLSPEC -#define _XBT_IMPORT_DECLSPEC __declspec(dllimport) -#endif - -#ifndef _XBT_CLASS_EXPORT_DECLSPEC -#define _XBT_CLASS_EXPORT_DECLSPEC __declspec(dllexport) -#endif - -#ifndef _XBT_CLASS_IMPORT_DECLSPEC -#define _XBT_CLASS_IMPORT_DECLSPEC __declspec(dllimport) -#endif - - #if(__BORLANDC__>= 0x500) #define _XBT_HAS_NAMESPACES #endif @@ -420,4 +401,9 @@ typedef int socklen_t; #define __EX_MCTX_SJLJ__ #endif +/* this is used in context managment. */ +#ifndef USE_WIN_THREADS +#define USE_WIN_THREADS +#endif + #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */