1
1
This commit does two things. It removes checks for C99 required
headers (stdlib.h, string.h, signal.h, etc). Additionally it removes
definitions for required C99 types (intptr_t, int64_t, int32_t, etc).

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Этот коммит содержится в:
Nathan Hjelm
2015-06-24 10:00:01 -06:00
родитель 0f219068cc
Коммит 4d92c9989e
240 изменённых файлов: 15 добавлений и 825 удалений

Просмотреть файл

@ -47,9 +47,7 @@
#include "ompi_config.h"
#include <stdlib.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_TARGETCONDITIONALS_H
#include <TargetConditionals.h>
#endif