d1cd7f33ed9c2cddf3c59b616d5c82d3088b1efa
[platform/upstream/libxml2.git] / vms / config.vms
1 /* config.h  */
2
3 #define VMS     1
4
5 /* Define if you have the strftime function.  */
6 #define HAVE_STRFTIME   1
7
8 /* Define if you have the ANSI C header files.  */
9 #define STDC_HEADERS    1
10
11 #undef PACKAGE
12 #undef VERSION
13 #undef HAVE_LIBZ
14 #undef HAVE_LIBM
15 #undef HAVE_ISINF
16 #if defined(_IEEE_FP) && (__CRTL_VER >= 60200000)
17 # define HAVE_ISNAN 1
18 #endif
19 #undef HAVE_LIBHISTORY
20 #undef HAVE_LIBREADLINE
21
22 #define ICONV_CONST
23
24 /* Define if you have the class function.  */
25 #undef HAVE_CLASS
26
27 /* Define if you have the finite function.  */
28 #undef HAVE_FINITE
29
30 /* Define if you have the fp_class function.  */
31 #define HAVE_FP_CLASS   1
32
33 /* Define if you have the fpclass function.  */
34 #undef HAVE_FPCLASS
35
36 /* Define if you have the isnand function.  */
37 #undef HAVE_ISNAND
38
39 /* Define if you have the localtime function.  */
40 #define HAVE_LOCALTIME  1
41
42 /* Define if you have the snprintf function.  */
43 #undef HAVE_SNPRINTF
44
45 /* Define if you have the strdup function.  */
46 #define HAVE_STRDUP     1
47
48 /* Define if you have the strerror function.  */
49 #define HAVE_STRERROR   1
50
51 /* Define if you have the strftime function.  */
52 #define HAVE_STRFTIME   1
53
54 /* Define if you have the strndup function.  */
55 #undef HAVE_STRNDUP
56
57 /* Define if you have the <arpa/inet.h> header file.  */
58 #undef HAVE_ARPA_INET_H
59
60 /* Define if you have the <ctype.h> header file.  */
61 #define HAVE_CTYPE_H    1
62
63 /* Define if you have the <dirent.h> header file.  */
64 #define HAVE_DIRENT_H   1
65
66 /* Define if you have the <errno.h> header file.  */
67 #define HAVE_ERRNO_H    1
68
69 /* Define if you have the <fcntl.h> header file.  */
70 #define HAVE_FCNTL_H    1
71
72 /* Define if you have the <float.h> header file.  */
73 #define HAVE_FLOAT_H    1
74
75 /* Define if you have the <fp_class.h> header file.  */
76 #define HAVE_FP_CLASS_H 1
77
78 /* Define if you have the <ieeefp.h> header file.  */
79 #undef HAVE_IEEEFP_H
80
81 /* Define if you have the <malloc.h> header file.  */
82 #undef HAVE_MALLOC_H
83
84 /* Define if you have the <math.h> header file.  */
85 #define HAVE_MATH_H     1
86
87 /* Define if you have the <nan.h> header file.  */
88 #undef HAVE_NAN_H
89
90 /* Define if you have the <ndir.h> header file.  */
91 #undef HAVE_NDIR_H
92
93 /* Define if you have the <netdb.h> header file.  */
94 #define HAVE_NETDB_H    1
95
96 /* Define if you have the <netinet/in.h> header file.  */
97 #undef HAVE_NETINET_IN_H
98
99 /* Define if you have the <stdarg.h> header file.  */
100 #define HAVE_STDARG_H   1
101
102 /* Define if you have the <stdlib.h> header file.  */
103 #define HAVE_STDLIB_H   1
104
105 /* Define to 1 if you have the `strdup' function. */
106 #define HAVE_STRDUP 1
107
108 /* Define to 1 if you have the `strerror' function. */
109 #define HAVE_STRERROR 1
110
111 /* Define to 1 if you have the `strftime' function. */
112 #define HAVE_STRFTIME 1
113
114 /* Define to 1 if you have the <strings.h> header file. */
115 #define HAVE_STRINGS_H 1
116
117 /* Define to 1 if you have the <string.h> header file. */
118 #define HAVE_STRING_H 1
119
120 /* Define to 1 if you have the `strndup' function. */
121 #undef HAVE_STRNDUP
122
123 /* Define if you have the <sys/dir.h> header file.  */
124 #undef HAVE_SYS_DIR_H
125
126 /* Define if you have the <sys/mman.h> header file.  */
127 #undef HAVE_SYS_MMAN_H
128
129 /* Define if you have the <sys/ndir.h> header file.  */
130 #undef HAVE_SYS_NDIR_H
131
132 /* Define if you have the <sys/select.h> header file.  */
133 #undef HAVE_SYS_SELECT_H
134
135 /* Define if you have the <sys/socket.h> header file.  */
136 #define HAVE_SYS_SOCKET_H 1
137
138 /* Define if you have the <sys/stat.h> header file.  */
139 #define HAVE_SYS_STAT_H 1
140
141 /* Define if you have the <sys/time.h> header file.  */
142 #undef HAVE_SYS_TIME_H
143
144 /* Define if you have the <sys/types.h> header file.  */
145 #undef HAVE_SYS_TYPES_H
146
147 /* Define if you have the <time.h> header file.  */
148 #define HAVE_TIME_H     1
149
150 /* Define if you have the <unistd.h> header file.  */
151 #define HAVE_UNISTD_H   1
152
153 /* Define if you have the <zlib.h> header file.  */
154 #undef HAVE_ZLIB_H
155
156 /* Name of package */
157 #undef PACKAGE
158
159 /* Version number of package */
160 #undef VERSION
161
162 /* Up to this point this is just a hard-wired version of 
163  * config.h.  After this will be anything else we need 
164  * that is VMS-specific.
165  */
166
167 /* For best results, compile with /NAMES=(SHORTENED), which requires
168  * DEC C 5.7 or later.  For older compilers, the shortened names below
169  * are the same ones the mangler generates in C 5.7 and later.  These may
170  * work, though there will probably be some conflicts with redefinitions 
171  * in globals.h.
172  */
173
174 #if __DECC_VER < 57000000
175 /*      0        1         2         3               0        1         2         3
176  *      123456789012345678901234567890123456789      1234567890123456789012345678901 
177  */
178 #define __xmlDoValidityCheckingDefaultValue          __xmlDoValidityChecking3qad3pq$
179 #define __xmlSubstituteEntitiesDefaultValue          __xmlSubstituteEntities0pij13u$
180 #define trio_locale_set_thousand_separator           trio_locale_set_thousan259ikkk$
181 #define xmlDoValidityCheckingDefaultValue            xmlDoValidityCheckingDe1bcsei4$
182 #define xmlParseBalancedChunkMemoryRecover           xmlParseBalancedChunkMe1lu1e86$
183 #define xmlParseElementChildrenContentDecl           xmlParseElementChildren1mp6pcb$
184 #define xmlParserInputBufferCreateFilename           xmlParserInputBufferCre36lujn2$
185 #define xmlRegisterDefaultInputCallbacks             xmlRegisterDefaultInput3vin0cp$
186 #define xmlRegisterDefaultOutputCallbacks            xmlRegisterDefaultOutpu0q443dd$
187 #define xmlSubstituteEntitiesDefaultValue            xmlSubstituteEntitiesDe28k2c80$
188 #define xmlUCSIsAlphabeticPresentationForms          xmlUCSIsAlphabeticPrese2qr24s3$
189 #define xmlUCSIsArabicPresentationFormsB             xmlUCSIsArabicPresentat1gajvg8$
190 #define xmlUCSIsArabicPresentationFormsA             xmlUCSIsArabicPresentat3sq1bti$
191 #define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilit0or40ki$
192 #define xmlUCSIsCJKCompatibilityIdeographs           xmlUCSIsCJKCompatibilit2nodmc5$
193 #define xmlUCSIsCJKSymbolsandPunctuation             xmlUCSIsCJKSymbolsandPu0a3i7ra$
194 #define xmlUCSIsCJKUnifiedIdeographsExtensionA       xmlUCSIsCJKUnifiedIdeog11ig3fd$
195 #define xmlUCSIsCJKUnifiedIdeographsExtensionB       xmlUCSIsCJKUnifiedIdeog3d22n2n$
196 #define xmlUCSIsCombiningDiacriticalMarks            xmlUCSIsCombiningDiacri3tj3nl8$
197 #define xmlUCSIsCombiningMarksforSymbols             xmlUCSIsCombiningMarksf3ftqd7s$
198 #define xmlUCSIsEnclosedCJKLettersandMonths          xmlUCSIsEnclosedCJKLett0nq67g4$
199 #define xmlUCSIsHalfwidthandFullwidthForms           xmlUCSIsHalfwidthandFul047l0a1$
200 #define xmlUCSIsHighPrivateUseSurrogates             xmlUCSIsHighPrivateUseS071kh83$
201 #define xmlUCSIsIdeographicDescriptionCharacters     xmlUCSIsIdeographicDesc1rovf8g$
202 #define xmlUCSIsMathematicalAlphanumericSymbols      xmlUCSIsMathematicalAlp2ag8r44$
203 #define xmlUCSIsOpticalCharacterRecognition          xmlUCSIsOpticalCharacte1juuh06$
204 #define xmlUCSIsSuperscriptsandSubscripts            xmlUCSIsSuperscriptsand3fi4eup$
205 #define xmlUCSIsUnifiedCanadianAboriginalSyllabics   xmlUCSIsUnifiedCanadian0lbvi9b$
206 #define xmlValidCtxtNormalizeAttributeValue          xmlValidCtxtNormalizeAt0q11n5f$
207 #define xmlXPathRegisteredVariablesCleanup           xmlXPathRegisteredVaria1uvs4uc$
208
209 #endif
210
211 #define xmlBufferWriteChar xmlBufferWriteChar2
212
213 #include <inttypes.h>
214
215 #define HAVE_DLOPEN 1
216 #define HAVE_DLFCN_H 1