From 283bbb12f08eb324a6c4070b6598d8d2e081cc26 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Sun, 22 May 2005 18:03:27 +0000 Subject: [PATCH] checkpoint for Windows src/tools build This commit was SVN r5810. --- src/win32/generated_include/ompi_config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/win32/generated_include/ompi_config.h b/src/win32/generated_include/ompi_config.h index 0c728cbe57..3e1174976e 100644 --- a/src/win32/generated_include/ompi_config.h +++ b/src/win32/generated_include/ompi_config.h @@ -566,6 +566,12 @@ #define SIZE_MAX ((size_t) 0) #define UINT8_MAX 255 +/* STDOUT and STDERR defines */ +#define STDOUT_FILENO 1 +#define STDERR_FILENO 2 + +#define PATH_MAX MAXPATHLEN + #include "ompi_config_bottom.h" #endif /* OMPI_CONFIG_H */