diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2003-03-11 20:11:17 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2003-03-11 20:11:17 +0100 |
commit | bc9f1dba49feb53c9612ce0defc64914d8d66c7c (patch) | |
tree | 4d1064fbd0e9ddd7ad46528cc560e813738498f7 /support/NWGNUlogres | |
parent | reflect backport of mod_deflate.c r1.31 (diff) | |
download | apache2-bc9f1dba49feb53c9612ce0defc64914d8d66c7c.tar.xz apache2-bc9f1dba49feb53c9612ce0defc64914d8d66c7c.zip |
Fix up the log resolve utility to work with NetWare. Increased the stack size
and fixed WSAStartup to use the correct version number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/NWGNUlogres')
-rw-r--r-- | support/NWGNUlogres | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/NWGNUlogres b/support/NWGNUlogres index 97ea1f1f3e..0c717f7137 100644 --- a/support/NWGNUlogres +++ b/support/NWGNUlogres @@ -93,7 +93,7 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = logreslv +NLM_NAME = logres # # This is used by the link '-desc ' directive. @@ -105,7 +105,7 @@ NLM_DESCRIPTION = Apache $(VERSION_STR) Logresolve Utility for NetWare # This is used by the '-threadname' directive. If left blank, # NLM_NAME Thread will be used. # -NLM_THREAD_NAME = logreslv +NLM_THREAD_NAME = logres # # This is used by the '-screenname' directive. If left blank, @@ -122,7 +122,7 @@ NLM_VERSION = # # If this is specified, it will override the default of 64K # -NLM_STACK_SIZE = 8192 +NLM_STACK_SIZE = 65536 # |