summaryrefslogtreecommitdiff
path: root/src/PORTING
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1998-03-08 04:25:57 +0000
committerdgaudet <dgaudet@unknown>1998-03-08 04:25:57 +0000
commit4d57556062a2cec3fe510c6394f7ad02b51ccba6 (patch)
treeecd858012e1e5e4e62e71156a284337637e1482b /src/PORTING
parent17edc978d4a05dd8ab9af470f4c13b8d3d91c63f (diff)
downloadhttpd-4d57556062a2cec3fe510c6394f7ad02b51ccba6.tar.gz
http_main is way too big. Bleh. Some clean up on scoreboard stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/PORTING')
-rw-r--r--src/PORTING8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/PORTING b/src/PORTING
index 3a5154df6b..d014c94ed5 100644
--- a/src/PORTING
+++ b/src/PORTING
@@ -223,6 +223,14 @@ build for your OS.
is defined, a file-based scoreboard will be used and
SCOREBOARD_FILE will automatically be defined >>
+ USE_POSIX_SCOREBOARD:
+ Defined on QNX currently where the shared memory scoreboard follows
+ the POSIX 1003.4 spec.
+
+ USE_OS2_SCOREBOARD:
+ Defined on OS2, uses OS2 primitives to construct shared memory for
+ the scoreboard.
+
USE_LONGJMP:
Define to use the longjmp() call instead of siglongjmp()
(as well as setjmp() instead of sigsetjmp()).