diff options
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/dlist.c | 5 | ||||
-rw-r--r-- | ext/hyperwave/hg_comm.c | 2 | ||||
-rw-r--r-- | ext/hyperwave/hw.c | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/ext/hyperwave/dlist.c b/ext/hyperwave/dlist.c index 27c1305664..94dd6edf7b 100644 --- a/ext/hyperwave/dlist.c +++ b/ext/hyperwave/dlist.c @@ -18,6 +18,9 @@ * ----------------- * * $Log$ +* Revision 1.1 1999/04/21 23:11:20 ssb +* moved apache, com and hyperwave into ext/ +* * Revision 1.1.1.1 1999/04/07 21:03:31 zeev * PHP 4.0 * @@ -48,7 +51,7 @@ ****************************************************************************/ #ifndef MSVC5 -#include "config.h" +#include "php_config.h" #endif #if HYPERWAVE diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index eb10f00f19..9250e20970 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.c @@ -32,7 +32,7 @@ #if WIN32|WINNT #include "win95nt.h" #else -#include "config.h" +#include "php_config.h" #endif #if HYPERWAVE diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index dcee8874d5..570e415597 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -31,7 +31,7 @@ #include <stdlib.h> #if !(WIN32|WINNT) -#include "config.h" +#include "php_config.h" #endif #include "php.h" #include "ext/standard/head.h" |