summaryrefslogtreecommitdiff
path: root/vms/config.vms
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining definitions of STDC_HEADERSNick Wellnhofer2022-04-201-3/+0
| | | | Sync with Autotools build.
* Remove ICONV_CONST testNick Wellnhofer2022-03-041-2/+0
| | | | We can simply cast the offending pointer to (void *).
* Don't check for standard C89 library functionsNick Wellnhofer2022-03-021-15/+0
| | | | | | | | | | | | | | | | | | | Don't check for - fprintf - localtime - printf - rand - sprintf - srand - sscanf - strftime - time - vfprintf - vsprintf If the C99 functions snprintf and vsnprintf are missing, Trio is enabled.
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-30/+0
| | | | | | | | | | | | | | | | | | | | Don't check for - ctype.h - errno.h - float.h - limits.h - math.h - signal.h - stdarg.h - stdlib.h - string.h - time.h Stop including non-standard headers - malloc.h - strings.h
* configure: remove unused checks for functionsBen Boeckel2022-01-161-4/+0
| | | | | | | Nothing uses the results from these checks, so remove the checks. There are some "uses" in order to suppress macro shadowing in MSVC's implementation of `isinf` and `isnan` as macros, but those are hard-coded and do not require checks to manage.
* configure: remove unused checks for librariesBen Boeckel2022-01-161-1/+0
| | | | | These libraries are queried for, but no code cares about the results, so remove the checks.
* configure: remove unused checks for headersBen Boeckel2022-01-161-12/+0
| | | | | These headers are checked for at configure time, but the code never cares about the results of these checks, so skip them.
* Remove unused AC_CHECKsNick Wellnhofer2017-11-271-42/+0
|
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-3/+0
| | | | | | | | | If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must not be run because the correct CPPFLAGS aren't set. It is actually not required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H. Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro. Fixes bug 764657, bug 787041.
* Various portability patches for OpenVMSJacob (Jouk) Jansen2013-12-171-0/+7
| | | | Available from http://nchrem.tnw.tudelft.nl/openvms/software2.html
* cleanup from Albert Chin html/index.sgml doesn't exist anymore DanielDaniel Veillard2005-10-281-9/+0
| | | | | | | * config.h.in configure.in vms/config.vms macos/src/config-mac.h: cleanup from Albert Chin * doc/Makefile.am: html/index.sgml doesn't exist anymore Daniel
* applied Craig A. Berry patches for VMS DanielDaniel Veillard2002-12-221-2/+20
| | | | | * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS Daniel
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-148/+200
| | | | | | | | | | | * vms/build_libxml.com vms/config.vms vms/readme.vms include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlIO.h HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: Applied the VMS update patch from Craig A. Berry * doc/*.html: update Daniel
* Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.cDaniel Veillard2000-11-251-0/+148
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel