MED fichier
med_config.h
Aller à la documentation de ce fichier.
1 /* include/med_config.h. Generated from med_config.h.in by configure. */
2 /* include/med_config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define this to an absolute name of <H5Ipublic.h>. */
5 #define ABSOLUTE_H5IPUBLIC_H "
6 
7 /* Define this to an absolute name of <H5public.h>. */
8 #define ABSOLUTE_H5PUBLIC_H "
9 
10 /* Define to dummy `main' function (if any) required to link to the Fortran
11  libraries. */
12 /* #undef F77_DUMMY_MAIN */
13 
14 /* Define to a macro mangling the given C identifier (in lower and upper
15  case), which must not contain underscores, for linking with Fortran. */
16 #define F77_FUNC(name,NAME) name ## _
17 
18 /* As F77_FUNC, but for C identifiers containing underscores. */
19 #define F77_FUNC_(name,NAME) name ## _
20 
21 /* Define if F77 and FC dummy `main' functions are identical. */
22 /* #undef FC_DUMMY_MAIN_EQ_F77 */
23 
24 /* The C99 capabilities of C compiler. */
25 #define HAVE_CC_C99 1
26 
27 /* Define to 1 if you have the `cuserid' function. */
28 #define HAVE_CUSERID 1
29 
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #define HAVE_DLFCN_H 1
32 
33 /* The size of a Fortran integer for hid_t C type, as computed by sizeof. */
34 #define HAVE_F77HIDT64
35 
36 /* The size of a Fortran integer, as computed by sizeof. */
37 /* #undef HAVE_F77INT64 */
38 
39 /* Define to 1 if you have the `ftime' function. */
40 #define HAVE_FTIME 1
41 
42 /* Define to 1 if you have the `geteuid' function. */
43 #define HAVE_GETEUID 1
44 
45 /* Define to 1 if you have the `getpwuid' function. */
46 #define HAVE_GETPWUID 1
47 
48 /* Define to 1 if you have the `gettimeofday' function. */
49 #define HAVE_GETTIMEOFDAY 1
50 
51 /* Define to 1 if you have the <H5Ipublic.h> header file. */
52 #define HAVE_H5IPUBLIC_H 1
53 
54 /* Define to 1 if you have the `H5Pset_fapl_mpio' function. */
55 /* #undef HAVE_H5PSET_FAPL_MPIO */
56 
57 /* Define to 1 if you have the <H5public.h> header file. */
58 #define HAVE_H5PUBLIC_H 1
59 
60 /* The size of a int64_t, as computed by sizeof. */
61 #define HAVE_INT64
62 
63 /* Define to 1 if you have the <inttypes.h> header file. */
64 #define HAVE_INTTYPES_H 1
65 
66 /* Define to 1 if you have the `hdf5' library (-lhdf5). */
67 #define HAVE_LIBHDF5 1
68 
69 /* Define to 1 if you have the <malloc.h> header file. */
70 #define HAVE_MALLOC_H 1
71 
72 /* Define if you have the MPI library. */
73 /* #undef HAVE_MPI */
74 
75 /* Define to 1 if you have the <pwd.h> header file. */
76 #define HAVE_PWD_H 1
77 
78 /* If available, contains the Python version number currently in use. */
79 #define HAVE_PYTHON "2.7"
80 
81 /* Define to 1 if stdbool.h conforms to C99. */
82 #define HAVE_STDBOOL_H 1
83 
84 /* Define to 1 if you have the <stdint.h> header file. */
85 #define HAVE_STDINT_H 1
86 
87 /* Define to 1 if you have the <stdio.h> header file. */
88 #define HAVE_STDIO_H 1
89 
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #define HAVE_STDLIB_H 1
92 
93 /* Define to 1 if you have the <strings.h> header file. */
94 #define HAVE_STRINGS_H 1
95 
96 /* Define to 1 if you have the <string.h> header file. */
97 #define HAVE_STRING_H 1
98 
99 /* Define to 1 if you have the <sys/stat.h> header file. */
100 #define HAVE_SYS_STAT_H 1
101 
102 /* Define to 1 if you have the <sys/timeb.h> header file. */
103 #define HAVE_SYS_TIMEB_H 1
104 
105 /* Define to 1 if you have the <sys/time.h> header file. */
106 #define HAVE_SYS_TIME_H 1
107 
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #define HAVE_SYS_TYPES_H 1
110 
111 /* Define to 1 if you have the <unistd.h> header file. */
112 #define HAVE_UNISTD_H 1
113 
114 /* Define to 1 if the system has the type `_Bool'. */
115 #define HAVE__BOOL 1
116 
117 /* Define to the sub-directory where libtool stores uninstalled libraries. */
118 #define LT_OBJDIR ".libs/"
119 
120 /* Define to 1 if the complete 2.3.6 API is provided. */
121 #define MED_API_23 1
122 
123 /* Return an error if a MED file contains at least one object of a previous
124  data model which is not be managable by a MED3.0 function. */
125 #define MED_CHECK_23FORMAT 1
126 
127 /* The hdf type to use for 64bits signed integer type. */
128 #define MED_H5T_INT64 H5T_NATIVE_LONG
129 
130 /* Define if the Fortran part of MED library must be compiled. */
131 #define MED_HAVE_FORTRAN 1
132 
133 /* Define if the Python part of MED library must be installed. */
134 #define MED_HAVE_PYTHON 1
135 
136 /* The size of a long imply the size of python integer via swig. */
137 #define MED_SWIG_INT64
138 
139 /* MED library will not display error messages. */
140 #define MESGERR 1
141 
142 /* Name of package */
143 #define PACKAGE "med"
144 
145 /* Define to the address where bug reports for this package should be sent. */
146 #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr"
147 
148 /* Define to the full name of this package. */
149 #define PACKAGE_NAME "MED Fichier"
150 
151 /* Define to the full name and version of this package. */
152 #define PACKAGE_STRING "MED Fichier 4.1.1"
153 
154 /* Define to the one symbol short name of this package. */
155 #define PACKAGE_TARNAME "med"
156 
157 /* Define to the home page for this package. */
158 #define PACKAGE_URL ""
159 
160 /* Define to the version of this package. */
161 #define PACKAGE_VERSION "4.1.1"
162 
163 /* The size of a Fortran `integer', as computed by sizeof. */
164 #define SIZEOF_FORTRAN_INTEGER 4
165 
166 /* The size of a Fortran `integer*4', as computed by sizeof. */
167 /* #undef SIZEOF_FORTRAN_INTEGERp4 */
168 
169 /* The size of a Fortran `integer*8', as computed by sizeof. */
170 #define SIZEOF_FORTRAN_INTEGERp8 8
171 
172 /* The size of `hid_t', as computed by sizeof. */
173 #define SIZEOF_HID_T 8
174 
175 /* The size of `int', as computed by sizeof. */
176 #define SIZEOF_INT 4
177 
178 /* The size of `long', as computed by sizeof. */
179 #define SIZEOF_LONG 8
180 
181 /* The size of `long long', as computed by sizeof. */
182 #define SIZEOF_LONG_LONG 8
183 
184 /* Define to 1 if all of the C90 standard headers exist (not just the ones
185  required in a freestanding environment). This macro is provided for
186  backward compatibility; new code need not use it. */
187 #define STDC_HEADERS 1
188 
189 /* Version number of package */
190 #define VERSION "4.1.1"
191 
192 /* Define to empty if `const' does not conform to ANSI C. */
193 /* #undef const */
194 
195 /* Define to the type of a signed integer type of width exactly 32 bits if
196  such a type exists and the standard includes do not define it. */
197 /* #undef int32_t */
198 
199 /* Define to the type of a signed integer type of width exactly 64 bits if
200  such a type exists and the standard includes do not define it. */
201 /* #undef int64_t */
202 
203 /* Define to `unsigned int' if <sys/types.h> does not define. */
204 /* #undef size_t */