$NetBSD: patch-ac,v 1.1 1999/05/03 19:45:44 tv Exp $ --- tls.h.orig Sun May 2 15:36:41 1999 +++ tls.h Sun May 2 15:38:32 1999 @@ -120,9 +120,13 @@ int php3_preprocess; #if APACHE request_rec *php3_rqst; +#else + void *__php3_rqst; #endif #if USE_SAPI struct sapi_request_info *sapi_rqst; +#else + void *__sapi_rqst; #endif #if WIN32|WINNT unsigned int wintimer_counter; @@ -177,6 +181,8 @@ /*info.c*/ #if APACHE module *top_module; +#else + void *__top_module; #endif /*pageinfo.c*/ long page_uid;