summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoian Bonev <bbonev@php.net>2001-05-28 19:53:45 +0000
committerBoian Bonev <bbonev@php.net>2001-05-28 19:53:45 +0000
commit71553e5560bb7c364df6577dd52de54c57795f16 (patch)
tree32e313a36ffada2ca1856f636fb1717bdec427e3
parent91f4eec7e9ec30f1fe861487ecbd60a24c4dd421 (diff)
downloadphp-git-71553e5560bb7c364df6577dd52de54c57795f16.tar.gz
add checking if vpopmail has the new API
-rw-r--r--ext/vpopmail/php_vpopmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/vpopmail/php_vpopmail.h b/ext/vpopmail/php_vpopmail.h
index 575ab444fc..10c1b7c8cf 100644
--- a/ext/vpopmail/php_vpopmail.h
+++ b/ext/vpopmail/php_vpopmail.h
@@ -54,10 +54,13 @@ PHP_FUNCTION(vpopmail_passwd);
PHP_FUNCTION(vpopmail_set_user_quota);
PHP_FUNCTION(vpopmail_auth_user);
/* alias management */
+#if HAVE_VPOPMAIL_VALIAS
PHP_FUNCTION(vpopmail_alias_add);
PHP_FUNCTION(vpopmail_alias_del);
PHP_FUNCTION(vpopmail_alias_del_domain);
PHP_FUNCTION(vpopmail_alias_get);
+PHP_FUNCTION(vpopmail_alias_get_all);
+#endif
/* error handling */
PHP_FUNCTION(vpopmail_error);