diff options
author | Wez Furlong <wez@php.net> | 2001-08-29 13:13:24 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-08-29 13:13:24 +0000 |
commit | efdc50c175198e4aece46b6952e58e23227721a8 (patch) | |
tree | 7d9215231ba27179b6b31741fc97cbc43be39668 /ext/gettext/php_gettext.h | |
parent | e6c7f6f22cb774b6eb39593ec07303c5f09cf85f (diff) | |
download | php-git-efdc50c175198e4aece46b6952e58e23227721a8.tar.gz |
fix build
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r-- | ext/gettext/php_gettext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 1cfa68f09c..8a2faf9f7c 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -36,9 +36,15 @@ PHP_FUNCTION(gettext); PHP_FUNCTION(dgettext); PHP_FUNCTION(dcgettext); PHP_FUNCTION(bindtextdomain); +#if HAVE_NGETTEXT PHP_FUNCTION(ngettext); +#endif +#if HAVE_DNGETTEXT PHP_FUNCTION(dngettext); +#endif +#if HAVE_DCNGETTEXT PHP_FUNCTION(dcngettext); +#endif #else #define gettext_module_ptr NULL |