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 /* Define to 1 if you have the `cuserid' function. */ 00022 #define HAVE_CUSERID 1 00023 00024 /* Define to 1 if you have the <dlfcn.h> header file. */ 00025 #define HAVE_DLFCN_H 1 00026 00027 /* The size of a Fortran integer, as computed by sizeof. */ 00028 #define HAVE_F77INT64 00029 00030 /* Define to 1 if you have the `ftime' function. */ 00031 #define HAVE_FTIME 1 00032 00033 /* Define to 1 if you have the `geteuid' function. */ 00034 #define HAVE_GETEUID 1 00035 00036 /* Define to 1 if you have the `getpwuid' function. */ 00037 #define HAVE_GETPWUID 1 00038 00039 /* Define to 1 if you have the `gettimeofday' function. */ 00040 #define HAVE_GETTIMEOFDAY 1 00041 00042 /* Define to 1 if you have the <H5public.h> header file. */ 00043 #define HAVE_H5PUBLIC_H 1 00044 00045 /* Define to 1 if you have the <inttypes.h> header file. */ 00046 #define HAVE_INTTYPES_H 1 00047 00048 /* Define to 1 if you have the `hdf5' library (-lhdf5). */ 00049 #define HAVE_LIBHDF5 1 00050 00051 /* Define to 1 if you have the <malloc.h> header file. */ 00052 #define HAVE_MALLOC_H 1 00053 00054 /* Define to 1 if you have the <memory.h> header file. */ 00055 #define HAVE_MEMORY_H 1 00056 00057 /* Define if you have the MPI library. */ 00058 /* #undef HAVE_MPI */ 00059 00060 /* Define to 1 if you have the <pwd.h> header file. */ 00061 #define HAVE_PWD_H 1 00062 00063 /* Define to 1 if stdbool.h conforms to C99. */ 00064 #define HAVE_STDBOOL_H 1 00065 00066 /* Define to 1 if you have the <stdint.h> header file. */ 00067 #define HAVE_STDINT_H 1 00068 00069 /* Define to 1 if you have the <stdlib.h> header file. */ 00070 #define HAVE_STDLIB_H 1 00071 00072 /* Define to 1 if you have the <strings.h> header file. */ 00073 #define HAVE_STRINGS_H 1 00074 00075 /* Define to 1 if you have the <string.h> header file. */ 00076 #define HAVE_STRING_H 1 00077 00078 /* Define to 1 if you have the <sys/stat.h> header file. */ 00079 #define HAVE_SYS_STAT_H 1 00080 00081 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00082 #define HAVE_SYS_TIMEB_H 1 00083 00084 /* Define to 1 if you have the <sys/time.h> header file. */ 00085 #define HAVE_SYS_TIME_H 1 00086 00087 /* Define to 1 if you have the <sys/types.h> header file. */ 00088 #define HAVE_SYS_TYPES_H 1 00089 00090 /* Define to 1 if you have the <unistd.h> header file. */ 00091 #define HAVE_UNISTD_H 1 00092 00093 /* Define to 1 if the system has the type `_Bool'. */ 00094 #define HAVE__BOOL 1 00095 00096 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00097 */ 00098 #define LT_OBJDIR ".libs/" 00099 00100 /* The hdf version from H5public.h is ok for MED. */ 00101 #define MED_HDF_VERSION_ISOK yes 00102 00103 /* Displaying explicit error messages. */ 00104 #define MESGERR 1 00105 00106 /* Name of package */ 00107 #define PACKAGE "med" 00108 00109 /* Define to the address where bug reports for this package should be sent. */ 00110 #define PACKAGE_BUGREPORT "eric.fayolle@edf.fr" 00111 00112 /* Define to the full name of this package. */ 00113 #define PACKAGE_NAME "MED Fichier" 00114 00115 /* Define to the full name and version of this package. */ 00116 #define PACKAGE_STRING "MED Fichier 3.0.3" 00117 00118 /* Define to the one symbol short name of this package. */ 00119 #define PACKAGE_TARNAME "med" 00120 00121 /* Define to the home page for this package. */ 00122 #define PACKAGE_URL "" 00123 00124 /* Define to the version of this package. */ 00125 #define PACKAGE_VERSION "3.0.3" 00126 00127 /* The size of a Fortran `integer', as computed by sizeof. */ 00128 #define SIZEOF_FORTRAN_INTEGER 8 00129 00130 /* The size of `int', as computed by sizeof. */ 00131 /* #undef SIZEOF_INT */ 00132 00133 /* The size of `long', as computed by sizeof. */ 00134 #define SIZEOF_LONG 8 00135 00136 /* Define to 1 if you have the ANSI C header files. */ 00137 #define STDC_HEADERS 1 00138 00139 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00140 #define TIME_WITH_SYS_TIME 1 00141 00142 /* Version number of package */ 00143 #define VERSION "3.0.3" 00144 00145 /* Define to empty if `const' does not conform to ANSI C. */ 00146 /* #undef const */ 00147 00148 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00149 /* #undef size_t */