diff options
author | Sascha Schumann <sas@php.net> | 2002-07-04 21:07:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-07-04 21:07:08 +0000 |
commit | ad198758edfdff40192dc1ac390874d1fae20abe (patch) | |
tree | 2ceecae3b79b18ad3aca84a1d68e20c3f3b8f64b /ext/xmlrpc/php_xmlrpc.h | |
parent | 1b1d5da9074a5f69a9f68525025a8e09bc9674b6 (diff) | |
download | php-git-ad198758edfdff40192dc1ac390874d1fae20abe.tar.gz |
1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for
func and __func using LIBS, and if unsuccessful, searches
each specified lib. Defines HAVE_FUNC, if found. If func/__func is
found in library foo, HAVE_LIBFOO is defined.
(Jani, me)
2. Autoconf 2.5x is more pedantic regarding locating header files.
We include the proper header files now in the check. (me)
3. The nsl/bind/socket/etc checks have been rewritten using PHP_CHECK_FUNC.
This ensures that no extra library is used, if the symbol is
available in libc which avoids issues on BSD/OS, OpenBSD and others.
(Jani)
Diffstat (limited to 'ext/xmlrpc/php_xmlrpc.h')
0 files changed, 0 insertions, 0 deletions