make (v)spprintf available

This commit is contained in:
Marcus Boerger 2002-04-10 01:13:18 +00:00
parent c664a0a202
commit 3e70f373ce
2 changed files with 2 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ PHP_SUBST(install_targets)
PHP_ADD_SOURCES(TSRM, TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c)
PHP_ADD_SOURCES(main, main.c snprintf.c php_sprintf.c \
PHP_ADD_SOURCES(main, main.c snprintf.c spprintf.c php_sprintf.c \
safe_mode.c fopen_wrappers.c alloca.c \
php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \

View File

@ -204,6 +204,7 @@ char *strerror(int);
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || defined(BROKEN_SPRINTF) || defined(BROKEN_SNPRINTF) || defined(BROKEN_VSNPRINTF)
#include "snprintf.h"
#endif
#include "spprintf.h"
#define EXEC_INPUT_BUF 4096