Corrected a few unistd lib protection defines. Added a couple of new files to the dist for the windows build
This commit was SVN r5261.
Этот коммит содержится в:
родитель
ff21a25ca9
Коммит
092357aa9b
@ -29,6 +29,10 @@ WIN32_FILES = win32/ompi_declspec.h \
|
||||
win32/win_compat.h \
|
||||
win32/generated_include/allocator_static-components.h \
|
||||
win32/generated_include/iof_static-components.h \
|
||||
win32/generated_include/errmgr_static-components.h \
|
||||
win32/generated_include/rml_static-components.h \
|
||||
win32/generated_include/rmgr_static-components.h \
|
||||
win32/generated_include/soh_static-components.h \
|
||||
win32/generated_include/ns_static-components.h \
|
||||
win32/generated_include/pcmclient-seed-version.h \
|
||||
win32/generated_include/pml_static-components.h \
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <math.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
@ -43,11 +43,9 @@
|
||||
#include <sys/queue.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
#include "orte_config.h"
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "orte_config.h"
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
#include "ompi_config.h"
|
||||
#include <errno.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
#include "ompi_config.h"
|
||||
#include <errno.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
#include "ompi_config.h"
|
||||
#include <errno.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "orte_config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "orte_config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user