VirtualBox

source: vbox/trunk/src/libs/libxml2-2.12.6/vms/config.vms@ 104106

Last change on this file since 104106 was 104106, checked in by vboxsync, 11 months ago

libxml2-2.9.14: Applied and adjusted our libxml2 changes to 2.9.14. bugref:10640

  • Property svn:executable set to *
File size: 4.3 KB
Line 
1/* config.h */
2
3#define VMS 1
4
5#undef PACKAGE
6#undef VERSION
7#undef HAVE_LIBM
8#undef HAVE_LIBHISTORY
9#undef HAVE_LIBREADLINE
10
11/* Define if you have the <arpa/inet.h> header file. */
12#undef HAVE_ARPA_INET_H
13
14/* Define if you have the <fcntl.h> header file. */
15#define HAVE_FCNTL_H 1
16
17/* Define if you have the <netdb.h> header file. */
18#define HAVE_NETDB_H 1
19
20/* Define if you have the <netinet/in.h> header file. */
21#undef HAVE_NETINET_IN_H
22
23/* Define if you have the <sys/mman.h> header file. */
24#undef HAVE_SYS_MMAN_H
25
26/* Define if you have the <sys/select.h> header file. */
27#undef HAVE_SYS_SELECT_H
28
29/* Define if you have the <sys/socket.h> header file. */
30#define HAVE_SYS_SOCKET_H 1
31
32/* Define if you have the <sys/stat.h> header file. */
33#define HAVE_SYS_STAT_H 1
34
35/* Define if you have the <sys/time.h> header file. */
36#undef HAVE_SYS_TIME_H
37
38/* Define if you have the <sys/types.h> header file. */
39#undef HAVE_SYS_TYPES_H
40
41/* Define if you have the <unistd.h> header file. */
42#define HAVE_UNISTD_H 1
43
44/* Name of package */
45#undef PACKAGE
46
47/* Version number of package */
48#undef VERSION
49
50/* Up to this point this is just a hard-wired version of
51 * config.h. After this will be anything else we need
52 * that is VMS-specific.
53 */
54
55/* For best results, compile with /NAMES=(SHORTENED), which requires
56 * DEC C 5.7 or later. For older compilers, the shortened names below
57 * are the same ones the mangler generates in C 5.7 and later. These may
58 * work, though there will probably be some conflicts with redefinitions
59 * in globals.h.
60 */
61
62#if __DECC_VER < 57000000
63/* 0 1 2 3 0 1 2 3
64 * 123456789012345678901234567890123456789 1234567890123456789012345678901
65 */
66#define __xmlDoValidityCheckingDefaultValue __xmlDoValidityChecking3qad3pq$
67#define __xmlSubstituteEntitiesDefaultValue __xmlSubstituteEntities0pij13u$
68#define trio_locale_set_thousand_separator trio_locale_set_thousan259ikkk$
69#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDe1bcsei4$
70#define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMe1lu1e86$
71#define xmlParseElementChildrenContentDecl xmlParseElementChildren1mp6pcb$
72#define xmlParserInputBufferCreateFilename xmlParserInputBufferCre36lujn2$
73#define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInput3vin0cp$
74#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutpu0q443dd$
75#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDe28k2c80$
76#define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPrese2qr24s3$
77#define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentat1gajvg8$
78#define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentat3sq1bti$
79#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilit0or40ki$
80#define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilit2nodmc5$
81#define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPu0a3i7ra$
82#define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeog11ig3fd$
83#define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeog3d22n2n$
84#define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacri3tj3nl8$
85#define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksf3ftqd7s$
86#define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLett0nq67g4$
87#define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFul047l0a1$
88#define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseS071kh83$
89#define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDesc1rovf8g$
90#define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlp2ag8r44$
91#define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacte1juuh06$
92#define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsand3fi4eup$
93#define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadian0lbvi9b$
94#define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAt0q11n5f$
95#define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVaria1uvs4uc$
96
97#endif
98
99#define xmlBufferWriteChar xmlBufferWriteChar2
100
101#include <inttypes.h>
102
103#define HAVE_DLOPEN 1
104#define HAVE_DLFCN_H 1
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette