mmanders    01/07/18 16:35:37

  Modified:    jk/native/apache-1.3 Makefile.nw
  Log:
  Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently 
available on NetWare.
  
  Revision  Changes    Path
  1.7       +1 -0      jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.nw
  
  Index: Makefile.nw
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.nw,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.nw       2001/06/07 13:48:42     1.6
  +++ Makefile.nw       2001/07/18 23:35:37     1.7
  @@ -90,6 +90,7 @@
        @echo -DN_PLAT_NLM >> $@
        @echo -DNETWARE >> $@
        @echo -DXP_NETWARE >> $@
  +     @echo -DUSE_SPRINTF >> $@
   
   link.opt: Makefile.nw
        -@del link.opt > NUL
  
  
  

Reply via email to