OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
config_hdf.h
Go to the documentation of this file.
1
2
// -*- C++ -*-
3
4
#ifndef _config_hdf_h
5
#define _config_hdf_h 1
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_hdf_h */
config.h
modules
hdf4_handler
config_hdf.h
Generated by
1.8.9.1