Blame vms/config.vms

Packit Service a31ea6
/* config.h  */
Packit Service a31ea6
Packit Service a31ea6
#define VMS	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the strftime function.  */
Packit Service a31ea6
#define HAVE_STRFTIME 	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the ANSI C header files.  */
Packit Service a31ea6
#define STDC_HEADERS	1
Packit Service a31ea6
Packit Service a31ea6
#undef PACKAGE
Packit Service a31ea6
#undef VERSION
Packit Service a31ea6
#undef HAVE_LIBZ
Packit Service a31ea6
#undef HAVE_LIBM
Packit Service a31ea6
#undef HAVE_ISINF
Packit Service a31ea6
#if defined(_IEEE_FP) && (__CRTL_VER >= 60200000)
Packit Service a31ea6
# define HAVE_ISNAN 1
Packit Service a31ea6
#endif
Packit Service a31ea6
#undef HAVE_LIBHISTORY
Packit Service a31ea6
#undef HAVE_LIBREADLINE
Packit Service a31ea6
Packit Service a31ea6
#define ICONV_CONST
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the class function.  */
Packit Service a31ea6
#undef HAVE_CLASS
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the finite function.  */
Packit Service a31ea6
#undef HAVE_FINITE
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the fp_class function.  */
Packit Service a31ea6
#define HAVE_FP_CLASS	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the fpclass function.  */
Packit Service a31ea6
#undef HAVE_FPCLASS
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the isnand function.  */
Packit Service a31ea6
#undef HAVE_ISNAND
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the localtime function.  */
Packit Service a31ea6
#define HAVE_LOCALTIME	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the snprintf function.  */
Packit Service a31ea6
#undef HAVE_SNPRINTF
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the strdup function.  */
Packit Service a31ea6
#define HAVE_STRDUP	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the strerror function.  */
Packit Service a31ea6
#define HAVE_STRERROR	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the strftime function.  */
Packit Service a31ea6
#define HAVE_STRFTIME	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the strndup function.  */
Packit Service a31ea6
#undef HAVE_STRNDUP
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <arpa/inet.h> header file.  */
Packit Service a31ea6
#undef HAVE_ARPA_INET_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <ctype.h> header file.  */
Packit Service a31ea6
#define HAVE_CTYPE_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <dirent.h> header file.  */
Packit Service a31ea6
#define HAVE_DIRENT_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <errno.h> header file.  */
Packit Service a31ea6
#define HAVE_ERRNO_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <fcntl.h> header file.  */
Packit Service a31ea6
#define HAVE_FCNTL_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <float.h> header file.  */
Packit Service a31ea6
#define HAVE_FLOAT_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <fp_class.h> header file.  */
Packit Service a31ea6
#define HAVE_FP_CLASS_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <ieeefp.h> header file.  */
Packit Service a31ea6
#undef HAVE_IEEEFP_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <malloc.h> header file.  */
Packit Service a31ea6
#undef HAVE_MALLOC_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <math.h> header file.  */
Packit Service a31ea6
#define HAVE_MATH_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <nan.h> header file.  */
Packit Service a31ea6
#undef HAVE_NAN_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <ndir.h> header file.  */
Packit Service a31ea6
#undef HAVE_NDIR_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <netdb.h> header file.  */
Packit Service a31ea6
#define HAVE_NETDB_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <netinet/in.h> header file.  */
Packit Service a31ea6
#undef HAVE_NETINET_IN_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <stdarg.h> header file.  */
Packit Service a31ea6
#define HAVE_STDARG_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <stdlib.h> header file.  */
Packit Service a31ea6
#define HAVE_STDLIB_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the `strdup' function. */
Packit Service a31ea6
#define HAVE_STRDUP 1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the `strerror' function. */
Packit Service a31ea6
#define HAVE_STRERROR 1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the `strftime' function. */
Packit Service a31ea6
#define HAVE_STRFTIME 1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the <strings.h> header file. */
Packit Service a31ea6
#define HAVE_STRINGS_H 1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the <string.h> header file. */
Packit Service a31ea6
#define HAVE_STRING_H 1
Packit Service a31ea6
Packit Service a31ea6
/* Define to 1 if you have the `strndup' function. */
Packit Service a31ea6
#undef HAVE_STRNDUP
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/dir.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_DIR_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/mman.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_MMAN_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/ndir.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_NDIR_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/select.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_SELECT_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/socket.h> header file.  */
Packit Service a31ea6
#define HAVE_SYS_SOCKET_H 1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/stat.h> header file.  */
Packit Service a31ea6
#define HAVE_SYS_STAT_H 1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/time.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_TIME_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <sys/types.h> header file.  */
Packit Service a31ea6
#undef HAVE_SYS_TYPES_H
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <time.h> header file.  */
Packit Service a31ea6
#define HAVE_TIME_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <unistd.h> header file.  */
Packit Service a31ea6
#define HAVE_UNISTD_H	1
Packit Service a31ea6
Packit Service a31ea6
/* Define if you have the <zlib.h> header file.  */
Packit Service a31ea6
#undef HAVE_ZLIB_H
Packit Service a31ea6
Packit Service a31ea6
/* Name of package */
Packit Service a31ea6
#undef PACKAGE
Packit Service a31ea6
Packit Service a31ea6
/* Version number of package */
Packit Service a31ea6
#undef VERSION
Packit Service a31ea6
Packit Service a31ea6
/* Up to this point this is just a hard-wired version of 
Packit Service a31ea6
 * config.h.  After this will be anything else we need 
Packit Service a31ea6
 * that is VMS-specific.
Packit Service a31ea6
 */
Packit Service a31ea6
Packit Service a31ea6
/* For best results, compile with /NAMES=(SHORTENED), which requires
Packit Service a31ea6
 * DEC C 5.7 or later.  For older compilers, the shortened names below
Packit Service a31ea6
 * are the same ones the mangler generates in C 5.7 and later.  These may
Packit Service a31ea6
 * work, though there will probably be some conflicts with redefinitions 
Packit Service a31ea6
 * in globals.h.
Packit Service a31ea6
 */
Packit Service a31ea6
Packit Service a31ea6
#if __DECC_VER < 57000000
Packit Service a31ea6
/*      0        1         2         3               0        1         2         3
Packit Service a31ea6
 *      123456789012345678901234567890123456789      1234567890123456789012345678901 
Packit Service a31ea6
 */
Packit Service a31ea6
#define __xmlDoValidityCheckingDefaultValue          __xmlDoValidityChecking3qad3pq$
Packit Service a31ea6
#define __xmlSubstituteEntitiesDefaultValue          __xmlSubstituteEntities0pij13u$
Packit Service a31ea6
#define trio_locale_set_thousand_separator           trio_locale_set_thousan259ikkk$
Packit Service a31ea6
#define xmlDoValidityCheckingDefaultValue            xmlDoValidityCheckingDe1bcsei4$
Packit Service a31ea6
#define xmlParseBalancedChunkMemoryRecover           xmlParseBalancedChunkMe1lu1e86$
Packit Service a31ea6
#define xmlParseElementChildrenContentDecl           xmlParseElementChildren1mp6pcb$
Packit Service a31ea6
#define xmlParserInputBufferCreateFilename           xmlParserInputBufferCre36lujn2$
Packit Service a31ea6
#define xmlRegisterDefaultInputCallbacks             xmlRegisterDefaultInput3vin0cp$
Packit Service a31ea6
#define xmlRegisterDefaultOutputCallbacks            xmlRegisterDefaultOutpu0q443dd$
Packit Service a31ea6
#define xmlSubstituteEntitiesDefaultValue            xmlSubstituteEntitiesDe28k2c80$
Packit Service a31ea6
#define xmlUCSIsAlphabeticPresentationForms          xmlUCSIsAlphabeticPrese2qr24s3$
Packit Service a31ea6
#define xmlUCSIsArabicPresentationFormsB             xmlUCSIsArabicPresentat1gajvg8$
Packit Service a31ea6
#define xmlUCSIsArabicPresentationFormsA             xmlUCSIsArabicPresentat3sq1bti$
Packit Service a31ea6
#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilit0or40ki$
Packit Service a31ea6
#define xmlUCSIsCJKCompatibilityIdeographs           xmlUCSIsCJKCompatibilit2nodmc5$
Packit Service a31ea6
#define xmlUCSIsCJKSymbolsandPunctuation             xmlUCSIsCJKSymbolsandPu0a3i7ra$
Packit Service a31ea6
#define xmlUCSIsCJKUnifiedIdeographsExtensionA       xmlUCSIsCJKUnifiedIdeog11ig3fd$
Packit Service a31ea6
#define xmlUCSIsCJKUnifiedIdeographsExtensionB       xmlUCSIsCJKUnifiedIdeog3d22n2n$
Packit Service a31ea6
#define xmlUCSIsCombiningDiacriticalMarks            xmlUCSIsCombiningDiacri3tj3nl8$
Packit Service a31ea6
#define xmlUCSIsCombiningMarksforSymbols             xmlUCSIsCombiningMarksf3ftqd7s$
Packit Service a31ea6
#define xmlUCSIsEnclosedCJKLettersandMonths          xmlUCSIsEnclosedCJKLett0nq67g4$
Packit Service a31ea6
#define xmlUCSIsHalfwidthandFullwidthForms           xmlUCSIsHalfwidthandFul047l0a1$
Packit Service a31ea6
#define xmlUCSIsHighPrivateUseSurrogates             xmlUCSIsHighPrivateUseS071kh83$
Packit Service a31ea6
#define xmlUCSIsIdeographicDescriptionCharacters     xmlUCSIsIdeographicDesc1rovf8g$
Packit Service a31ea6
#define xmlUCSIsMathematicalAlphanumericSymbols      xmlUCSIsMathematicalAlp2ag8r44$
Packit Service a31ea6
#define xmlUCSIsOpticalCharacterRecognition          xmlUCSIsOpticalCharacte1juuh06$
Packit Service a31ea6
#define xmlUCSIsSuperscriptsandSubscripts            xmlUCSIsSuperscriptsand3fi4eup$
Packit Service a31ea6
#define xmlUCSIsUnifiedCanadianAboriginalSyllabics   xmlUCSIsUnifiedCanadian0lbvi9b$
Packit Service a31ea6
#define xmlValidCtxtNormalizeAttributeValue          xmlValidCtxtNormalizeAt0q11n5f$
Packit Service a31ea6
#define xmlXPathRegisteredVariablesCleanup           xmlXPathRegisteredVaria1uvs4uc$
Packit Service a31ea6
Packit Service a31ea6
#endif
Packit Service a31ea6
Packit Service a31ea6
#define xmlBufferWriteChar xmlBufferWriteChar2
Packit Service a31ea6
Packit Service a31ea6
#include <inttypes.h>
Packit Service a31ea6
Packit Service a31ea6
#define HAVE_DLOPEN 1
Packit Service a31ea6
#define HAVE_DLFCN_H 1