Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitestconf.h
index eb39223..6ccd801 100644 (file)
@@ -2,7 +2,7 @@
 /* include/mpitestconf.h.in.  Generated from configure.ac by autoheader.  */
 
 /* -*- Mode: C; c-basic-offset:4 ; -*- */
-/*  
+/*
  *  (C) 2001 by Argonne National Laboratory.
  *      See COPYRIGHT in top-level directory.
  */
@@ -57,8 +57,9 @@
 //#define HAVE_FORTRAN_BINDING 0
 
 /* Define to 1 if you have the `getrusage' function. */
+#ifndef WIN32
 #define HAVE_GETRUSAGE 1
-
+#endif
 /* Define if struct hostent contains h_addr_list */
 #define HAVE_H_ADDR_LIST 1
 
@@ -93,7 +94,7 @@
 /* #undef HAVE_MPI_INIT_THREAD */
 
 /* Define if MPI_INTEGER16 is available */
-/* #undef HAVE_MPI_INTEGER16 */
+#define HAVE_MPI_INTEGER16 1
 
 /* Define if MPI-IO (really ROMIO) is included */
 //#define HAVE_MPI_IO 1
 #define HAVE_MPI_SPAWN 1
 
 /* Define if MPI_Win_create is available */
-//#define HAVE_MPI_WIN_CREATE 1
+#define HAVE_MPI_WIN_CREATE 1
 
 /* define if the compiler implements namespaces */
 #define HAVE_NAMESPACES /**/
 #define HAVE_STRING_H 1
 
 /* Define to 1 if you have the <sys/resource.h> header file. */
+#ifndef WIN32
 #define HAVE_SYS_RESOURCE_H 1
-
+#endif
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
 #define POINTERINT_t int
 
 /* The size of `int', as computed by sizeof. */
-#define SIZEOF_INT 
+#define SIZEOF_INT
 
 /* The size of `long', as computed by sizeof. */
-#define SIZEOF_LONG 
+#define SIZEOF_LONG
 
 /* The size of `long long', as computed by sizeof. */
-#define SIZEOF_LONG_LONG 
+#define SIZEOF_LONG_LONG
 
 /* The size of `MPI_Offset', as computed by sizeof. */
-#define SIZEOF_MPI_OFFSET 
+#define SIZEOF_MPI_OFFSET
 
 /* The size of `short', as computed by sizeof. */
-#define SIZEOF_SHORT 
+#define SIZEOF_SHORT
 
 /* The size of `void *', as computed by sizeof. */
-#define SIZEOF_VOID_P 
+#define SIZEOF_VOID_P
 
 /* Define calling convention */
-#define STDCALL 
+#define STDCALL
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1