bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
win32/config_ff.h
1/* config_ff.h. Generated by configure. */
2/* config_ff.h. Generated automatically by configure. */
3/* config_ff.h.in. Generated automatically from configure.in by autoheader. */
4#ifndef _config_ff_h_
5#define _config_ff_h_
6
7/* Define to empty if the keyword does not work. */
8/* #undef const */
9
10/* Define if you don't have vprintf but do have _doprnt. */
11/* #undef HAVE_DOPRNT */
12
13/* Define if you have the vprintf function. */
14#define HAVE_VPRINTF 1
15
16/* Define to `long' if <sys/types.h> doesn't define. */
17/* #undef off_t */
18
19/* Define if you need to in order for stat and other things to work. */
20/* #undef _POSIX_SOURCE */
21
22/* Define to `unsigned' if <sys/types.h> doesn't define. */
23/* #undef size_t */
24
25/* Define if you have the ANSI C header files. */
26#define STDC_HEADERS 1
27
28/* If defined, enable memory leak detection through libdbnew.a. Make sure to */
29/* link with that library. */
30/* #undef TRACE_NEW */
31
32/* If defined, the DBG() macro defined in debug.h is activated. This macro */
33/* is used for nominal program instrumentation */
34/* #undef DODS_DEBUG */
35
36/* If defined, the DBG2() macro defined in debug.h is activated. This macro */
37/* is used for detailed program instrumentation. Anything that prints half a */
38/* page or more of stuff every time it is executed should be inside DBG2(), */
39/* not DBG(). */
40/* #undef DODS_DEBUG2 */
41
42/* Define if you have the strerror function. */
43#define HAVE_STRERROR 1
44
45/* Define if you have the strtol function. */
46#define HAVE_STRTOL 1
47
48/* Define if you have the <fcntl.h> header file. */
49#define HAVE_FCNTL_H 1
50
51/* Define if you have the <limits.h> header file. */
52#define HAVE_LIMITS_H 1
53
54/* Define if you have the <unistd.h> header file. */
55#define HAVE_UNISTD_H 1
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 "ff-dods/3.4.2"
81
82#endif /* _config_ff_h_ */