File: config.h

package info (click to toggle)
libdap 3.20.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,568 kB
  • sloc: cpp: 50,809; sh: 41,536; xml: 23,511; ansic: 20,030; yacc: 2,508; exp: 1,544; makefile: 990; lex: 309; perl: 52; fortran: 8
file content (53 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*  config.h.  Generated by hand for MS VC++ 7.x.  ROM - 11/2006  */
#ifndef _config_h
#define _config_h

#define CNAME "libdap"
#define CVER "3.8.2"
#define DAP_PROTOCOL_VERSION "3.1"
#define DVR "libdap/3.8.2"
#define PACKAGE "libdap"
#define PACKAGE_NAME "libdap"
#define PACKAGE_STRING "libdap 3.8.2"
#define PACKAGE_VERSION "3.8.2"

#define HAVE_ALLOCA 1
#define HAVE_MKTIME 1
#define STDC_HEADERS 1
#define CNAME "DODS"
#define CVER "$VERSION"

#define SIZEOF_CHAR 1
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4

#define HAVE_STRDUP 1

#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1

/*  Replaces dods-deployed stat.h defines only found on unixes  */
/*  Need of this reconfirmed 11/2006 - ROM.                     */
#define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
#define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)

#define XDR_FLOAT32 xdr_float
#define XDR_FLOAT64 xdr_double
#define XDR_INT16 xdr_short
#define XDR_INT32 xdr_long
#define XDR_UINT16 xdr_u_short
#define XDR_UINT32 xdr_u_long

#ifndef LIBDAP_ROOT
#define LIBDAP_ROOT "C:/opendap"
#endif

#undef LIBXML_ICONV_ENABLED

#define not_used

#endif