You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by NormW <no...@gknw.net> on 2015/07/25 02:22:28 UTC

Building for NetWare /1 - For Your Consideration

Hi,
The NetWare Gurus seem to be on holidays. For your consideration:

Index: modules/cache/NWGNUsocachshmcb
===================================================================
--- modules/cache/NWGNUsocachshmcb	(revision 1692595)
+++ modules/cache/NWGNUsocachshmcb	(working copy)
@@ -28,6 +28,7 @@
  			$(SRC)/include \
  			$(SERVER)/mpm/netware \
  			$(NWOS) \
+			$(STDMOD)/generators \
  			$(EOLIST)

  #
Needed so NWGNUsocachshmcb can find mod_status.h
Index: modules/cache/NWGNUsocachdbm
===================================================================
--- modules/cache/NWGNUsocachdbm	(revision 1692595)
+++ modules/cache/NWGNUsocachdbm	(working copy)
@@ -28,6 +28,7 @@
  			$(SRC)/include \
  			$(SERVER)/mpm/netware \
  			$(NWOS) \
+			$(STDMOD)/generators \
  			$(EOLIST)

  #
Needed so NWGNUsocachdbm can find mod_status.h
Index: modules/dav/fs/mod_dav_fs.c
===================================================================
--- modules/dav/fs/mod_dav_fs.c	(revision 1692595)
+++ modules/dav/fs/mod_dav_fs.c	(working copy)
@@ -17,7 +17,9 @@
  #include "httpd.h"
  #include "http_config.h"
  #include "apr_strings.h"
+#if !defined(WIN32) && !defined(NETWARE)
  #include "ap_config_auto.h"
+#endif

  #include "mod_dav.h"
  #include "repos.h"
Needed so mod_dav_fs.c doesn't try to load ap_config_auto.h. AFAICT also 
not needed by WIN32.
Give me a prod if this format isn't useful.
Norm


Re: Building for NetWare /1 - For Your Consideration

Posted by Gregg Smith <gl...@gknw.net>.
On 7/24/2015 5:22 PM, NormW wrote:
> Hi,
> The NetWare Gurus seem to be on holidays. For your consideration:
>
> Index: modules/cache/NWGNUsocachshmcb
> ===================================================================
> --- modules/cache/NWGNUsocachshmcb    (revision 1692595)
> +++ modules/cache/NWGNUsocachshmcb    (working copy)
> @@ -28,6 +28,7 @@
>              $(SRC)/include \
>              $(SERVER)/mpm/netware \
>              $(NWOS) \
> +            $(STDMOD)/generators \
>              $(EOLIST)
>
>  #
> Needed so NWGNUsocachshmcb can find mod_status.h
> Index: modules/cache/NWGNUsocachdbm
> ===================================================================
> --- modules/cache/NWGNUsocachdbm    (revision 1692595)
> +++ modules/cache/NWGNUsocachdbm    (working copy)
> @@ -28,6 +28,7 @@
>              $(SRC)/include \
>              $(SERVER)/mpm/netware \
>              $(NWOS) \
> +            $(STDMOD)/generators \
>              $(EOLIST)
>
>  #
> Needed so NWGNUsocachdbm can find mod_status.h
> Index: modules/dav/fs/mod_dav_fs.c
> ===================================================================
> --- modules/dav/fs/mod_dav_fs.c    (revision 1692595)
> +++ modules/dav/fs/mod_dav_fs.c    (working copy)
> @@ -17,7 +17,9 @@
>  #include "httpd.h"
>  #include "http_config.h"
>  #include "apr_strings.h"
> +#if !defined(WIN32) && !defined(NETWARE)
>  #include "ap_config_auto.h"
> +#endif
>
>  #include "mod_dav.h"
>  #include "repos.h"
> Needed so mod_dav_fs.c doesn't try to load ap_config_auto.h. AFAICT 
> also not needed by WIN32.
> Give me a prod if this format isn't useful.
> Norm
>


Re: Building for NetWare /1 - For Your Consideration

Posted by Gregg Smith <gl...@gknw.net>.
Argh!

Hi Norm,

Can you attach this patch to the emain, not just paste it into the body 
of the message?
I'll assume this is for trunk and 2.4.

Cheers,

Gregg


On 7/24/2015 5:22 PM, NormW wrote:
> Hi,
> The NetWare Gurus seem to be on holidays. For your consideration:
>
> Index: modules/cache/NWGNUsocachshmcb
> ===================================================================
> --- modules/cache/NWGNUsocachshmcb    (revision 1692595)
> +++ modules/cache/NWGNUsocachshmcb    (working copy)
> @@ -28,6 +28,7 @@
>              $(SRC)/include \
>              $(SERVER)/mpm/netware \
>              $(NWOS) \
> +            $(STDMOD)/generators \
>              $(EOLIST)
>
>  #
> Needed so NWGNUsocachshmcb can find mod_status.h
> Index: modules/cache/NWGNUsocachdbm
> ===================================================================
> --- modules/cache/NWGNUsocachdbm    (revision 1692595)
> +++ modules/cache/NWGNUsocachdbm    (working copy)
> @@ -28,6 +28,7 @@
>              $(SRC)/include \
>              $(SERVER)/mpm/netware \
>              $(NWOS) \
> +            $(STDMOD)/generators \
>              $(EOLIST)
>
>  #
> Needed so NWGNUsocachdbm can find mod_status.h
> Index: modules/dav/fs/mod_dav_fs.c
> ===================================================================
> --- modules/dav/fs/mod_dav_fs.c    (revision 1692595)
> +++ modules/dav/fs/mod_dav_fs.c    (working copy)
> @@ -17,7 +17,9 @@
>  #include "httpd.h"
>  #include "http_config.h"
>  #include "apr_strings.h"
> +#if !defined(WIN32) && !defined(NETWARE)
>  #include "ap_config_auto.h"
> +#endif
>
>  #include "mod_dav.h"
>  #include "repos.h"
> Needed so mod_dav_fs.c doesn't try to load ap_config_auto.h. AFAICT 
> also not needed by WIN32.
> Give me a prod if this format isn't useful.
> Norm
>