source: trunk/include/nxconfig_vms.h @ 1822

Revision 1411, 6.3 KB checked in by Freddie Akeroyd, 2 years ago (diff)

Adjust headers for OpenVMS. Refs #212

Line 
1/* include/nxconfig.h.  Generated from nxconfig_h.in by configure.  */
2/* include/nxconfig_h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to 1 if you have the <dlfcn.h> header file. */
5/* #undef HAVE_DLFCN_H */
6
7/* Define to 1 if you have the `ftime' function. */
8#define HAVE_FTIME 1
9
10/* Define to 1 if you have the <inttypes.h> header file. */
11#define HAVE_INTTYPES_H 1
12
13/* Define to 1 if you have the `df' library (-ldf). */
14/* #undef HAVE_LIBDF */
15
16/* Define to 1 if you have the `dl' library (-ldl). */
17/* #undef HAVE_LIBDL */
18
19/* Define to 1 if you have the `hdf5' library (-lhdf5). */
20/* #undef HAVE_LIBHDF5 */
21
22/* Define to 1 if you have the `jpeg' library (-ljpeg). */
23/* #undef HAVE_LIBJPEG */
24
25/* Define to 1 if you have the `m' library (-lm). */
26/* #undef HAVE_LIBM */
27
28/* Define to 1 if you have the `mfhdf' library (-lmfhdf). */
29/* #undef HAVE_LIBMFHDF */
30
31/* Define to 1 if you have the `rpc' library (-lrpc). */
32/* #undef HAVE_LIBRPC */
33
34/* Define to 1 if you have the `SystemStubs' library (-lSystemStubs). */
35/* #undef HAVE_LIBSYSTEMSTUBS */
36
37/* Define to 1 if you have the `sz' library (-lsz). */
38/* #undef HAVE_LIBSZ */
39
40/* Define to 1 if you have the `xml2' library (-lxml2). */
41/* #undef HAVE_LIBXML2 */
42
43/* Define to 1 if you have the `z' library (-lz). */
44#define HAVE_LIBZ 1
45
46/* Define to 1 if the system has the type `long long int'. */
47#define HAVE_LONG_LONG_INT 1
48
49/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
50   to 0 otherwise. */
51#define HAVE_MALLOC 1
52
53/* Define to 1 if you have the <memory.h> header file. */
54#define HAVE_MEMORY_H 1
55
56/* Define to 1 if you have the `memset' function. */
57#define HAVE_MEMSET 1
58
59/* Define to 1 if you have the <stdint.h> header file. */
60/* #undef HAVE_STDINT_H */
61
62/* Define to 1 if you have the <stdlib.h> header file. */
63#define HAVE_STDLIB_H 1
64
65/* Define to 1 if you have the `strchr' function. */
66#define HAVE_STRCHR 1
67
68/* Define to 1 if you have the `strdup' function. */
69#define HAVE_STRDUP 1
70
71/* Define to 1 if you have the `strftime' function. */
72#define HAVE_STRFTIME 1
73
74/* Define to 1 if you have the <strings.h> header file. */
75#define HAVE_STRINGS_H 1
76
77/* Define to 1 if you have the <string.h> header file. */
78#define HAVE_STRING_H 1
79
80/* Define to 1 if you have the `strrchr' function. */
81#define HAVE_STRRCHR 1
82
83/* Define to 1 if you have the `strstr' function. */
84#define HAVE_STRSTR 1
85
86/* Define to 1 if you have the <sys/stat.h> header file. */
87#define HAVE_SYS_STAT_H 1
88
89/* Define to 1 if you have the <sys/types.h> header file. */
90#define HAVE_SYS_TYPES_H 1
91
92/* Define to 1 if you have the `tzset' function. */
93#define HAVE_TZSET 1
94
95/* Define to 1 if you have the <unistd.h> header file. */
96#define HAVE_UNISTD_H 1
97
98/* Define to 1 if the system has the type `unsigned long long int'. */
99#define HAVE_UNSIGNED_LONG_LONG_INT 1
100
101/* Define to 1 if your C compiler doesn't accept -c and -o together. */
102/* #undef NO_MINUS_C_MINUS_O */
103
104/* Name of package */
105#define PACKAGE "nexus"
106
107/* Define to the address where bug reports for this package should be sent. */
108#define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org"
109
110/* Define to the full name of this package. */
111#define PACKAGE_NAME "NeXus Library"
112
113/* Define to the full name and version of this package. */
114#define PACKAGE_STRING "NeXus Library trunk_r1077"
115
116/* Define to the one symbol short name of this package. */
117#define PACKAGE_TARNAME "nexus"
118
119/* Define to the version of this package. */
120#define PACKAGE_VERSION "trunk_r1077"
121
122/* Set to printf format for int64_t */
123#define PRINTF_INT64 "lld"
124
125/* Set to printf format for uint64_t */
126#define PRINTF_UINT64 "llu"
127
128/* The size of `int', as computed by sizeof. */
129#define SIZEOF_INT 4
130
131/* The size of `long int', as computed by sizeof. */
132#define SIZEOF_LONG_INT 4
133
134/* The size of `long long int', as computed by sizeof. */
135#define SIZEOF_LONG_LONG_INT 8
136
137/* Define to 1 if you have the ANSI C header files. */
138#define STDC_HEADERS 1
139
140/* Define to 1 if your <sys/time.h> declares `struct tm'. */
141/* #undef TM_IN_SYS_TIME */
142
143/* Version number of package */
144#define VERSION "trunk_r1077"
145
146/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
147   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
148   #define below would cause a syntax error. */
149/* #undef _UINT32_T */
150
151/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
152   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
153   #define below would cause a syntax error. */
154/* #undef _UINT64_T */
155
156/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
157   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
158   #define below would cause a syntax error. */
159/* #undef _UINT8_T */
160
161/* Define to empty if `const' does not conform to ANSI C. */
162/* #undef const */
163
164/* Define to the type of a signed integer type of width exactly 16 bits if
165   such a type exists and the standard includes do not define it. */
166/* #undef int16_t */
167
168/* Define to the type of a signed integer type of width exactly 32 bits if
169   such a type exists and the standard includes do not define it. */
170/* #undef int32_t */
171
172/* Define to the type of a signed integer type of width exactly 64 bits if
173   such a type exists and the standard includes do not define it. */
174/* #undef int64_t */ 
175
176/* Define to the type of a signed integer type of width exactly 8 bits if such
177   a type exists and the standard includes do not define it. */
178/* #undef int8_t */
179
180/* Define to rpl_malloc if the replacement function should be used. */
181/* #undef malloc */
182
183/* Define to `unsigned int' if <sys/types.h> does not define. */
184/* #undef size_t */
185
186/* Define to the type of an unsigned integer type of width exactly 16 bits if
187   such a type exists and the standard includes do not define it. */
188/* #undef uint16_t  */
189
190/* Define to the type of an unsigned integer type of width exactly 32 bits if
191   such a type exists and the standard includes do not define it. */
192/* #undef uint32_t */
193
194/* Define to the type of an unsigned integer type of width exactly 64 bits if
195   such a type exists and the standard includes do not define it. */
196/* #undef  uint64_t */ 
197
198/* Define to the type of an unsigned integer type of width exactly 8 bits if
199   such a type exists and the standard includes do not define it. */
200/* #undef uint8_t  */
201
Note: See TracBrowser for help on using the repository browser.