You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/10/03 18:42:36 UTC

cvs commit: apache-1.3/src PORTING

wrowe       01/10/03 09:42:36

  Modified:    src      PORTING
  Log:
    Uhmmm... Netware is on this list.
  
  Revision  Changes    Path
  1.36      +1 -2      apache-1.3/src/PORTING
  
  Index: PORTING
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/PORTING,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- PORTING	2001/09/04 18:15:15	1.35
  +++ PORTING	2001/10/03 16:42:36	1.36
  @@ -342,8 +342,7 @@
      Various other #defines used in the code.
   
         MULTITHREAD:
  -       Defined if the OS is multi-threaded. Valid only on
  -       Win32 at present.
  +       Defined if the OS is multi-threaded. Used only on Win32 and Netware.
   
         JMP_BUF:
          The variable-type for siglongjmp() or longjmp() call.