summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-11-14 19:46:31 +0000
committerAndi Gutmans <andi@php.net>1999-11-14 19:46:31 +0000
commitf3bcc012c647e7c354d2d00cecf8364af58f922c (patch)
tree1d78e418e2d50a9b4145122e132bce4022329d44 /sapi
parent6755a85a3875171dd14a07c736e07f3f43708eb4 (diff)
downloadphp-git-f3bcc012c647e7c354d2d00cecf8364af58f922c.tar.gz
- Remove ISAPI project from main dir as it's been copied to sapi/isapi
Diffstat (limited to 'sapi')
-rw-r--r--sapi/isapi/php4isapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c
index ce206b5efc..b352c32a89 100644
--- a/sapi/isapi/php4isapi.c
+++ b/sapi/isapi/php4isapi.c
@@ -29,7 +29,9 @@
#include "php_globals.h"
#include "ext/standard/info.h"
+#ifdef WITH_ZEUS
#include "zeus.h"
+#endif
#define MAX_STATUS_LENGTH sizeof("xxxx LONGEST STATUS DESCRIPTION")
#define ISAPI_SERVER_VAR_BUF_SIZE 1024