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