diff options
| author | Sascha Schumann <sas@php.net> | 2002-06-01 17:38:23 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-06-01 17:38:23 +0000 |
| commit | 190b65f4a1b482dd554e8ffb0ce6aa32b26aeabe (patch) | |
| tree | 639f6ed5d389686ee118402dd3523cda42c8cbd4 /sapi/apache | |
| parent | f8a3bc3fdd615c7fcbe30d7eee12309eaeaded63 (diff) | |
| download | php-git-190b65f4a1b482dd554e8ffb0ce6aa32b26aeabe.tar.gz | |
Fix build
Diffstat (limited to 'sapi/apache')
| -rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 812d5ffff9..e4a140a7a9 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -183,7 +183,7 @@ PHP_MINFO_FUNCTION(apache) php_info_print_table_row(1, "Apache for Windows 95/NT"); php_info_print_table_end(); php_info_print_table_start(); -#elif +#elif defined(NETWARE) php_info_print_table_row(1, "Apache for NetWare"); php_info_print_table_end(); php_info_print_table_start(); |
