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