X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f1191c057332228e29da2f83f848e0fca6ca19e..af0b76c237b3c0dfbdef8bfc7d0262622c8b19cc:/src/win32/compiler/borland.h diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index 587caf01b8..840d627af5 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" */ -/* FIXME TO ANALYZE +/* FIXME TO ANALYZE */ #if defined(PREFER_PORTABLE_SNPRINTF) #undef PREFER_PORTABLE_SNPRINTF #endif -*/ #if !defined(PREFER_PORTABLE_SNPRINTF) #define PREFER_PORTABLE_SNPRINTF @@ -343,10 +347,6 @@ the double. For now, GRAS requires the structures to be compacted. */ #define va_copy(d, s) __VA_COPY_USE(d, s) #endif -#ifdef USE_UCONTEXT -#undef USE_UCONTEXT -#endif - /* Define to id of used va_copy() implementation */ #define __VA_COPY_USE __VA_COPY_USE_C99 @@ -390,11 +390,22 @@ the double. For now, GRAS requires the structures to be compacted. */ /* types */ typedef unsigned int uint32_t; -typedef int socklen_t; /* Choose setjmp as exception implementation */ #ifndef __EX_MCTX_SJLJ__ #define __EX_MCTX_SJLJ__ #endif +/* this is used in context managment. */ +#ifdef CONTEXT_UCONTEXT +#undef CONTEXT_UCONTEXT +#endif + +#ifndef CONTEXT_THREADS +#define CONTEXT_THREADS 1 +#endif + + + + #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */