Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the pragma directives in borland configuration file
[simgrid.git] / src / win32 / compiler / borland.h
index 0f3ba95..5230c6e 100644 (file)
        #define NEED_ASPRINTF   1
 #endif
 
+/*#ifdef NEED_ASPRINTF
+#undef NEED_ASPRINTF
+#endif*/
+
+
 /* enable the vasprintf replacement */
 #if  !defined(NEED_VASPRINTF)
        #define NEED_VASPRINTF  1
 
 /* "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        
@@ -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
@@ -370,29 +370,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 +397,16 @@ typedef int socklen_t;
 #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__ */