00001 /* config.h. Generated automatically by configure. */ 00002 /* aux/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 00005 #ifndef INCLUDED_CONFIG_H 00006 #define INCLUDED_CONFIG_H 00007 00008 00009 /* HDF5 library is available so use it */ 00010 #define HAVE_HDF5 1 00011 00012 /* HYPRE library is available so use it */ 00013 /* #undef HAVE_HYPRE */ 00014 00015 /* Z compression library is available so use it */ 00016 /* #undef HAVE_LIBZ */ 00017 00018 /* MPI library is available so use it */ 00019 /* #undef HAVE_MPI */ 00020 00021 /* PETSC library is available so use it */ 00022 /* #undef HAVE_PETSC */ 00023 00024 /* Name of package */ 00025 #define PACKAGE "samtut" 00026 00027 /* Version number of package */ 00028 #define VERSION "0.1.7" 00029 00030 /* Define if the X Window System is missing or not being used. */ 00031 /* #undef X_DISPLAY_MISSING */ 00032 00033 #endif