bes
Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
win32/config_nc.h
1
#ifndef _config_nc_h
2
#define _config_nc_h
3
4
/* Define to empty if the keyword does not work. */
5
/* #undef const */
6
7
/* Define if you don't have vprintf but do have _doprnt. */
8
/* #undef HAVE_DOPRNT */
9
10
/* Define if you have the vprintf function. */
11
#define HAVE_VPRINTF 1
12
13
/* Define to `long' if <sys/types.h> doesn't define. */
14
/* #undef off_t */
15
16
/* Define if you need to in order for stat and other things to work. */
17
/* #undef _POSIX_SOURCE */
18
19
/* Define to `unsigned' if <sys/types.h> doesn't define. */
20
/* #undef size_t */
21
22
/* Define if you have the ANSI C header files. */
23
#define STDC_HEADERS 1
24
25
/* If defined, enable memory leak detection through libdbnew.a. Make sure to */
26
/* link with that library. */
27
/* #undef TRACE_NEW */
28
29
/* If defined, the DBG() macro defined in debug.h is activated. This macro */
30
/* is used for nominal program instrumentation */
31
/* #undef DEBUG */
32
33
/* If defined, the DBG2() macro defined in debug.h is activated. This macro */
34
/* is used for detailed program instrumentation. Anything that prints half a */
35
/* page or more of stuff every time it is executed should be inside DBG2(), */
36
/* not DBG(). */
37
/* #undef DEBUG2 */
38
39
/* Define if you have the strerror function. */
40
#define HAVE_STRERROR 1
41
42
/* Define if you have the strtol function. */
43
#define HAVE_STRTOL 1
44
45
/* Define if you have the <fcntl.h> header file. */
46
#define HAVE_FCNTL_H 1
47
48
/* Define if you have the <limits.h> header file. */
49
#define HAVE_LIMITS_H 1
50
51
/* Define if you have the <unistd.h> header file. */
52
/* #define HAVE_UNISTD_H 1 */
53
54
/* Used by the NetCDF library */
55
/* #undef OLD_FILLVALUES */
56
57
/* The number of bytes in a char. */
58
#define SIZEOF_CHAR 1
59
60
/* The number of bytes in a double. */
61
#define SIZEOF_DOUBLE 8
62
63
/* The number of bytes in a float. */
64
#define SIZEOF_FLOAT 4
65
66
/* The number of bytes in a int. */
67
#define SIZEOF_INT 4
68
69
/* The number of bytes in a long. */
70
#define SIZEOF_LONG 4
71
72
/* GNU gcc/g++ provides a way to mark variables, etc. as unused */
73
74
#if defined(__GNUG__) || defined(__GNUC__)
75
#define not_used __attribute__ ((unused))
76
#else
77
#define not_used
78
#endif
79
80
#define DODS_SERVER_VERSION "nc-dods/3.4.3"
81
82
#endif
/* _config_nc_h */
83
84
modules
netcdf_handler
win32
config_nc.h
Generated by
1.13.2