summaryrefslogtreecommitdiff
path: root/main/php_sprintf.c
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-03 12:48:14 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-03 12:48:14 +0000
commit3e2f1526bc4eb3a6c63969064bf37db85220d80a (patch)
tree6ca09da55c67b7dd42a35a2ac4841539e29821b8 /main/php_sprintf.c
parenta1402eebf1ca331b0c67fcbdec94215165d90d6a (diff)
downloadphp-git-3e2f1526bc4eb3a6c63969064bf37db85220d80a.tar.gz
A new file added and some old files modified for NetWare.
Diffstat (limited to 'main/php_sprintf.c')
-rw-r--r--main/php_sprintf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index 26f1de7a16..cb226b28db 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.c
@@ -20,7 +20,11 @@
#include <stdio.h>
#include <stdarg.h>
+#ifdef NETWARE
+#include "config.nw.h"
+#else
#include "php_config.h"
+#endif
#if PHP_BROKEN_SPRINTF