Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 597768 | Differences between
and this patch

Collapse All | Expand All

(-)a/include/med.h.in (-2 / +5 lines)
Lines 19-24 Link Here
19
#ifndef MED_H
19
#ifndef MED_H
20
#define MED_H
20
#define MED_H
21
21
22
@MED_DEFINE_MED_HAVE_MPI@
23
#ifdef MED_HAVE_MPI
24
#include <mpi.h>
25
#endif
26
22
#include <hdf5.h>
27
#include <hdf5.h>
23
#ifdef HAVE_STDINT_H
28
#ifdef HAVE_STDINT_H
24
#include <stdint.h>   // Use the C99 official header
29
#include <stdint.h>   // Use the C99 official header
Lines 66-73 Link Here
66
#define _MED_VERSION(x,y,z) STR(x) "." STR(y) "." STR(z)
71
#define _MED_VERSION(x,y,z) STR(x) "." STR(y) "." STR(z)
67
#define MED_VERSION_STR _MED_VERSION(MED_NUM_MAJEUR,MED_NUM_MINEUR,MED_NUM_RELEASE)
72
#define MED_VERSION_STR _MED_VERSION(MED_NUM_MAJEUR,MED_NUM_MINEUR,MED_NUM_RELEASE)
68
73
69
@MED_DEFINE_MED_HAVE_MPI@
70
71
#define MED_NULL       (void *) NULL
74
#define MED_NULL       (void *) NULL
72
#define MED_MAX_PARA        20
75
#define MED_MAX_PARA        20
73
76

Return to bug 597768