X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de8cfa17c0e30bf9dccf0b0c9ecaff7858926f04..6270ece7967b322385bbff766ee5f882ba1ef2a2:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 5b362cb535..ba2e9720af 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -58,15 +58,10 @@ #endif #endif -#ifdef _MSC_VER /* MSVC has no ssize_t, and I fail to use the SSIZE_T declared in BaseTsd.h */ - #if defined(_WIN64) - typedef __int64 ssize_t; - #else - typedef long ssize_t; - #endif - #define snprintf _snprintf - #define strdup _strdup -#endif +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@ /* Define to 1 if mmalloc is compiled in. */ #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@