00001 /* include/med_config.h. Generated from med_config.h.in by configure. */ 00002 /* include/med_config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define this to an absolute name of <H5Ipublic.h>. */ 00005 #define ABSOLUTE_H5IPUBLIC_H " 00006 00007 /* Define this to an absolute name of <H5public.h>. */ 00008 #define ABSOLUTE_H5PUBLIC_H " 00009 00010 /* Define to dummy `main' function (if any) required to link to the Fortran 00011 libraries. */ 00012 /* #undef F77_DUMMY_MAIN */ 00013 00014 /* Define to a macro mangling the given C identifier (in lower and upper 00015 case), which must not contain underscores, for linking with Fortran. */ 00016 #define F77_FUNC(name,NAME) name ## _ 00017 00018 /* As F77_FUNC, but for C identifiers containing underscores. */ 00019 #define F77_FUNC_(name,NAME) name ## _ 00020 00021 /* Define if F77 and FC dummy `main' functions are identical. */ 00022 /* #undef FC_DUMMY_MAIN_EQ_F77 */ 00023 00024 /* The C99 capabilities of C compiler. */ 00025 #define HAVE_CC_C99 1 00026 00027 /* Define to 1 if you have the `cuserid' function. */ 00028 #define HAVE_CUSERID 1 00029 00030 /* Define to 1 if you have the <dlfcn.h> header file. */ 00031 #define HAVE_DLFCN_H 1 00032 00033 /* The size of a Fortran integer, as computed by sizeof. */ 00034 /* #undef HAVE_F77INT64 */ 00035 00036 /* Define to 1 if you have the `ftime' function. */ 00037 #define HAVE_FTIME 1 00038 00039 /* Define to 1 if you have the `geteuid' function. */ 00040 #define HAVE_GETEUID 1 00041 00042 /* Define to 1 if you have the `getpwuid' function. */ 00043 #define HAVE_GETPWUID 1 00044 00045 /* Define to 1 if you have the `gettimeofday' function. */ 00046 #define HAVE_GETTIMEOFDAY 1 00047 00048 /* Define to 1 if you have the <H5Ipublic.h> header file. */ 00049 #define HAVE_H5IPUBLIC_H 1 00050 00051 /* Define to 1 if you have the <H5public.h> header file. */ 00052 #define HAVE_H5PUBLIC_H 1 00053 00054 /* Define to 1 if you have the <inttypes.h> header file. */ 00055 #define HAVE_INTTYPES_H 1 00056 00057 /* Define to 1 if you have the `hdf5' library (-lhdf5). */ 00058 #define HAVE_LIBHDF5 1 00059 00060 /* Define to 1 if you have the <malloc.h> header file. */ 00061 #define HAVE_MALLOC_H 1 00062 00063 /* Define to 1 if you have the <memory.h> header file. */ 00064 #define HAVE_MEMORY_H 1 00065 00066 /* Define if you have the MPI library. */ 00067 /* #undef HAVE_MPI */ 00068 00069 /* Define to 1 if you have the <pwd.h> header file. */ 00070 #define HAVE_PWD_H 1 00071 00072 /* If available, contains the Python version number currently in use. */ 00073 #define HAVE_PYTHON "2.6" 00074 00075 /* Define to 1 if stdbool.h conforms to C99. */ 00076 #define HAVE_STDBOOL_H 1 00077 00078 /* Define to 1 if you have the <stdint.h> header file. */ 00079 #define HAVE_STDINT_H 1 00080 00081 /* Define to 1 if you have the <stdlib.h> header file. */ 00082 #define HAVE_STDLIB_H 1 00083 00084 /* Define to 1 if you have the <strings.h> header file. */ 00085 #define HAVE_STRINGS_H 1 00086 00087 /* Define to 1 if you have the <string.h> header file. */ 00088 #define HAVE_STRING_H 1 00089 00090 /* Define to 1 if you have the <sys/stat.h> header file. */ 00091 #define HAVE_SYS_STAT_H 1 00092 00093 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00094 #define HAVE_SYS_TIMEB_H 1 00095 00096 /* Define to 1 if you have the <sys/time.h> header file. */ 00097 #define HAVE_SYS_TIME_H 1 00098 00099 /* Define to 1 if you have the <sys/types.h> header file. */ 00100 #define HAVE_SYS_TYPES_H 1 00101 00102 /* Define to 1 if you have the <unistd.h> header file. */ 00103 #define HAVE_UNISTD_H 1 00104 00105 /* Define to 1 if the system has the type `_Bool'. */ 00106 #define HAVE__BOOL 1 00107 00108 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00109 */ 00110 #define LT_OBJDIR ".libs/" 00111 00112 /* Define to 1 if the complete 2.3.6 API is provided. */ 00113 #define MED_API_23 1 00114 00115 /* Return an error if a MED file contains at least one object of a previous 00116 data model which is not be managable by a MED3.0 function. */ 00117 #define MED_CHECK_23FORMAT 1 00118 00119 /* Define if the Fortran part of MED library must be compiled. */ 00120 #define MED_HAVE_FORTRAN 1 00121 00122 /* Define if the Python part of MED library must be installed. */ 00123 #define MED_HAVE_PYTHON 1 00124 00125 /* MED library will not display error messages. */ 00126 #define MESGERR 1 00127 00128 /* Name of package */ 00129 #define PACKAGE "med" 00130 00131 /* Define to the address where bug reports for this package should be sent. */ 00132 #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr" 00133 00134 /* Define to the full name of this package. */ 00135 #define PACKAGE_NAME "MED Fichier" 00136 00137 /* Define to the full name and version of this package. */ 00138 #define PACKAGE_STRING "MED Fichier 3.1.0" 00139 00140 /* Define to the one symbol short name of this package. */ 00141 #define PACKAGE_TARNAME "med" 00142 00143 /* Define to the home page for this package. */ 00144 #define PACKAGE_URL "" 00145 00146 /* Define to the version of this package. */ 00147 #define PACKAGE_VERSION "3.1.0" 00148 00149 /* The size of a Fortran `integer', as computed by sizeof. */ 00150 #define SIZEOF_FORTRAN_INTEGER 4 00151 00152 /* The size of `int', as computed by sizeof. */ 00153 #define SIZEOF_INT 4 00154 00155 /* The size of `long', as computed by sizeof. */ 00156 #define SIZEOF_LONG 8 00157 00158 /* Define to 1 if you have the ANSI C header files. */ 00159 #define STDC_HEADERS 1 00160 00161 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00162 #define TIME_WITH_SYS_TIME 1 00163 00164 /* Version number of package */ 00165 #define VERSION "3.1.0" 00166 00167 /* Define to empty if `const' does not conform to ANSI C. */ 00168 /* #undef const */ 00169 00170 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00171 /* #undef size_t */