]> granicus.if.org Git - php/commit
Remove unused build checks
authorPeter Kokot <peterkokot@gmail.com>
Tue, 16 Jul 2019 20:39:09 +0000 (22:39 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 16 Jul 2019 20:39:09 +0000 (22:39 +0200)
commit63d6a2b697f5594b03549256661af97b3b6451a3
tree4e4d9ed340bf06fb51a43a7f266ab9aa0ea17d4f
parenta6812c0c846f2465f62b63c974ef9794701d87cf
Remove unused build checks

- yp_get_default_domain was part of ext/yp
- functions checks produce HAVE_function_name symbols. These checks are
  currently not used in php-src neither in the extensions out there.
- Removed symbols because they are not used in the code:
  - HAVE_GCVT
  - HAVE_PUTENV
  - HAVE_PUTENV
  - HAVE_SETVBUF
  - HAVE_TEMPNAM
  - HAVE_SIN (sin is also defined in C89 standard)
  - HAVE_SETSOCKOPT
  - HAVE_LOCKF
  - HAVE_ISASCII
  - HAVE_YP_GET_DEFAULT_DOMAIN (and other yp extension related unused checks)
  - HAVE_LINK
- HAVE_USLEEP is already defined in Windows configuration header
- HAVE_LIBBIND has not been used in php-src for a while anymore
- HAVE_GETHOSTNAME is duplicated in Windows configuration header

Closes GH-4417
configure.ac
win32/build/config.w32
win32/build/config.w32.h.in