bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
config_nc.h
1/* config_nc.h. Generated by configure. */
2/* config_nc.h.in. Generated from configure.ac by autoheader. */
3
4#ifndef _config_nc_h
5#define _config_nc_h
6
7#ifdef HAVE_CONFIG_H
8#include "config.h"
9#endif
10
11/* Shorthand for gcc's unused attribute feature */
12#if defined(__GNUG__) || defined(__GNUC__)
13#define not_used __attribute__ ((unused))
14#else
15#define not_used
16#endif /* __GNUG__ || __GNUC__ */
17
18#endif /* _config_nc_h */