mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
e20b13751b
commit
caeaaf4d98
15 changed files with 2 additions and 19 deletions
|
@ -188,11 +188,8 @@ extern char *strerror(int);
|
|||
#define LONG_MIN (- LONG_MAX - 1)
|
||||
#endif
|
||||
|
||||
#if (!HAVE_SNPRINTF)
|
||||
#define snprintf ap_snprintf
|
||||
#define vsnprintf ap_vsnprintf
|
||||
extern int ap_snprintf(char *, size_t, const char *, ...);
|
||||
extern int ap_vsnprintf(char *, size_t, const char *, va_list);
|
||||
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
|
||||
#include "snprintf.h"
|
||||
#endif
|
||||
|
||||
#define EXEC_INPUT_BUF 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue