summaryrefslogtreecommitdiff
path: root/acconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h.in')
-rw-r--r--acconfig.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/acconfig.h.in b/acconfig.h.in
index fba8562865..1a85f3acbf 100644
--- a/acconfig.h.in
+++ b/acconfig.h.in
@@ -122,4 +122,8 @@
/* Define if struct sockaddr contains the field sa_len */
#undef HAVE_SOCKADDR_SA_LEN
-#define sprintf zend_sprintf
+#undef BROKEN_SPRINTF
+
+#if BROKEN_SPRINTF
+#define sprintf php_sprintf
+#endif