Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make use of the newly introduced MxN data redistribution and actually
[simgrid.git] / src / win32 / compiler / borland.h
index 0c873a2..50d9f02 100644 (file)
@@ -26,7 +26,7 @@
 
 /* Defined if the compiler has the <errno.h> header file. */
 #if !defined(HAVE_ERRNO_H)
-#define HAVE_ERRNO_H           1
+#define HAVE_ERRNO_H     1
 #endif
 
 /* No <execinfo.h> header file. */
@@ -41,7 +41,7 @@
 
 /* Defined if compiler has the <memory.h> header file. */
 #if !defined(HAVE_MEMORY_H)
-#define HAVE_MEMORY_H          1
+#define HAVE_MEMORY_H     1
 #endif
 
 /* No <pthread.h> header file. */
@@ -57,7 +57,7 @@
 
 /* The compiler has the <stdlib.h> header file. */
 #if !defined(HAVE_STDLIB_H)
-#define HAVE_STDLIB_H          1
+#define HAVE_STDLIB_H    1
 #endif
 
 /* No <strings.h> header file. */
@@ -67,7 +67,7 @@
 
 /* The compiler has the <string.h> header file. */
 #if !defined(HAVE_STRING_H)
-#define HAVE_STRING_H          1
+#define HAVE_STRING_H    1
 #endif
 
 /* No <sys/socket.h> header file. */
 
 /* The compiler has <sys/stat.h> header file. */
 #if !defined(HAVE_SYS_STAT_H)
-#define HAVE_SYS_STAT_H                1
+#define HAVE_SYS_STAT_H    1
 #endif
 
 /* No <sys/time.h> header file. */
 #if defined(HAVE_SYS_TIME_H)
-#undef HAVE_SYS_TIME_H         1
+#undef HAVE_SYS_TIME_H    1
 #endif
 
 /* The compiler has the <sys/types.h> header file. */
 #if !defined(HAVE_SYS_TYPES_H)
-#define HAVE_SYS_TYPES_H       1
+#define HAVE_SYS_TYPES_H  1
 #endif
 
 /* No <unistd.h> header file. */
  * Process the case of afx.h
 */
 #if !defined(HAVE_WINDOWS_H)
-#define HAVE_WINDOWS_H         1
+#define HAVE_WINDOWS_H    1
 #endif
 
 /* The compiler has the <winsock2.h> header file. */
  * Trouble if winsock2.h exists ?  
  */
 #if !defined(HAVE_WINSOCK_H)
-#define HAVE_WINSOCK_H         1
+#define HAVE_WINSOCK_H   1
 #endif
 
 /* The compiler has the <signal.h> header file */
 #if !defined(HAVE_SIGNAL_H)
-#define HAVE_SIGNAL_H  1
+#define HAVE_SIGNAL_H  1
 #endif
 
 /* 
 
 /* The compiler has `snprintf' function. */
 #if !defined(HAVE_SNPRINTF)
-#define HAVE_SNPRINTF  1
+#define HAVE_SNPRINTF  1
 #endif
 
 /* No `swapcontext' function. */
 
 /* The compiler has the `vsnprintf' function. */
 #if !defined(HAVE_VSNPRINTF)
-#define HAVE_VSNPRINTF 1
+#define HAVE_VSNPRINTF  1
 #endif
 
 /* enable the asprintf replacement */
 #if !defined(NEED_ASPRINTF)
-#define NEED_ASPRINTF  1
+#define NEED_ASPRINTF  1
 #endif
 
 /*#ifdef NEED_ASPRINTF
 
 /* enable the vasprintf replacement */
 #if  !defined(NEED_VASPRINTF)
-#define NEED_VASPRINTF 1
+#define NEED_VASPRINTF  1
 #endif
 
 /* "disable the snprintf replacement ( this function is broken on system v only" */