diff options
author | Dan Libby <danda@php.net> | 2001-09-06 04:13:30 +0000 |
---|---|---|
committer | Dan Libby <danda@php.net> | 2001-09-06 04:13:30 +0000 |
commit | 6883b9211652163ef3f50f448db2ddd8fae6ff99 (patch) | |
tree | dd1897cb279181689cd41c92318cfb8b30963a05 /ext/xmlrpc/php_config.h.in | |
parent | 903c831be5cd65e5070182a74f5336eba168807d (diff) | |
download | php-git-6883b9211652163ef3f50f448db2ddd8fae6ff99.tar.gz |
adding xmlrpc extension, per Stig's request
Diffstat (limited to 'ext/xmlrpc/php_config.h.in')
-rw-r--r-- | ext/xmlrpc/php_config.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/xmlrpc/php_config.h.in b/ext/xmlrpc/php_config.h.in new file mode 100644 index 0000000000..2c8a1bf2e2 --- /dev/null +++ b/ext/xmlrpc/php_config.h.in @@ -0,0 +1,11 @@ +/* php_config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + +/* Whether you have XMLRPC */ +#undef HAVE_XMLRPC + +/* Whether to build xmlrpc as dynamic module */ +#undef COMPILE_DL_XMLRPC + |