bes  Updated for version 3.20.6
config_hdf5.h
1 
2 // -*- C++ -*-
3 
4 #ifndef _config_hdf5_h
5 #define _config_hdf5_h
6 
7 #ifdef HAVE_CONFIG_H
8 #include <config.h>
9 #endif
10 
11 /* GNU gcc/g++ provides a way to mark variables as unused */
12 #ifndef not_used
13 
14 #if defined(__GNUG__) || defined(__GNUC__)
15 #define not_used __attribute__ ((unused))
16 #else
17 #define not_used
18 #endif
19 
20 #endif
21 
22 #endif /* _config_hdf5_h */