From ae24aa4b8e25204896c61d1c2f522b89b535f286 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 14 Dec 2001 03:05:54 +0000 Subject: Got some undefined symbol without this patch.. # Also, shouldn't this extension be only available when building a CGI ? --- ext/ncurses/php_ncurses_fe.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/ncurses/php_ncurses_fe.h') diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 1833e187b4..d5d3c0a85e 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -123,7 +123,11 @@ PHP_FUNCTION(ncurses_mvgetch); PHP_FUNCTION(ncurses_mvinch); PHP_FUNCTION(ncurses_mvwaddstr); PHP_FUNCTION(ncurses_insstr); + +#if 0 PHP_FUNCTION(ncurses_instr); +#endif + PHP_FUNCTION(ncurses_mvhline); PHP_FUNCTION(ncurses_mvcur); PHP_FUNCTION(ncurses_init_color); -- cgit v1.2.1