Merge from vendor branch TNF:
[pkgsrc.git] / www / php3 / patches / patch-ac
1 $NetBSD$
2
3 --- tls.h.orig  Sun May  2 15:36:41 1999
4 +++ tls.h       Sun May  2 15:38:32 1999
5 @@ -120,9 +120,13 @@
6         int php3_preprocess;
7  #if APACHE
8         request_rec *php3_rqst;
9 +#else
10 +       void *__php3_rqst;
11  #endif
12  #if USE_SAPI
13         struct sapi_request_info *sapi_rqst;
14 +#else
15 +       void *__sapi_rqst;
16  #endif
17  #if WIN32|WINNT
18         unsigned int wintimer_counter;
19 @@ -177,6 +181,8 @@
20         /*info.c*/
21  #if APACHE
22         module *top_module;
23 +#else
24 +       void *__top_module;
25  #endif
26         /*pageinfo.c*/
27         long page_uid;