diff options
| author | Andi Gutmans <andi@php.net> | 1999-11-14 19:46:31 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-11-14 19:46:31 +0000 |
| commit | f3bcc012c647e7c354d2d00cecf8364af58f922c (patch) | |
| tree | 1d78e418e2d50a9b4145122e132bce4022329d44 /sapi/isapi/php4isapi.c | |
| parent | 6755a85a3875171dd14a07c736e07f3f43708eb4 (diff) | |
| download | php-git-f3bcc012c647e7c354d2d00cecf8364af58f922c.tar.gz | |
- Remove ISAPI project from main dir as it's been copied to sapi/isapi
Diffstat (limited to 'sapi/isapi/php4isapi.c')
| -rw-r--r-- | sapi/isapi/php4isapi.c | 2 |
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 |
