1 /* This is part of the netCDF package.
2    Copyright 2005 University Corporation for Atmospheric Research/Unidata
3    See COPYRIGHT file for conditions of use.
4 
5    Test HDF5 file code. These are not intended to be exhaustive tests,
6    but they use HDF5 the same way that netCDF-4 does, so if these
7    tests don't work, than netCDF-4 won't work either.
8 
9    This file creates the same file as file tst_xplatform2_3 (created
10    by tst_xplatform2.c).
11 */
12 
13 #ifndef _H5_ERR_MACROS_H
14 #define _H5_ERR_MACROS_H
15 
16 #define NONETCDF
17 #include "err_macros.h"
18 
19 #endif /*_H5_ERR_MACROS_H*/
20