summaryrefslogtreecommitdiff
path: root/macos/src/config-mac.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken Mac OS 9 supportNick Wellnhofer2022-03-011-131/+0
|
* configure: remove unused checks for functionsBen Boeckel2022-01-161-5/+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-2/+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.
* Stop including ansidecl.hNick Wellnhofer2017-11-271-3/+0
| | | | | | This seems to be an undocumented, internal GCC header added a long time ago. I don't know why it was included, but I think it can be safely removed.
* Remove unused AC_CHECKsNick Wellnhofer2017-11-271-36/+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.
* 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
* use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoidDaniel Veillard2005-03-311-1/+1
| | | | | | | * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid breaking common defines #166922 Daniel
* integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOSDaniel Veillard2001-12-051-0/+201
* configure.in libxml.h parser.c testThreads.c macos/: integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS using CodeWarrior. Daniel