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