Prevent mod_ssl's ap_hook.h from being included.

This commit is contained in:
Sascha Schumann 1999-11-28 17:09:59 +00:00
parent 7cefad61ed
commit efddcd8313

View File

@ -1,3 +1,4 @@
w
/*
+----------------------------------------------------------------------+
| PHP version 4.0 |
@ -37,6 +38,8 @@
#include "dl/phpdl.h"
#endif
/* prevent mod_ssl.h's header file from being included. */
#define AP_HOOK_H
#include "php.h"
#include "php_globals.h"