You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mm...@apache.org on 2001/07/19 01:38:12 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/netscape Makefile.nw

mmanders    01/07/18 16:38:12

  Modified:    jk/native/netscape Makefile.nw
  Log:
  Added -DUSE_SPRINTF to compile flags since there isn't an snprintf currently available on NetWare.
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-tomcat-connectors/jk/native/netscape/Makefile.nw
  
  Index: Makefile.nw
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/netscape/Makefile.nw,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.nw	2001/06/07 14:19:34	1.5
  +++ Makefile.nw	2001/07/18 23:38:12	1.6
  @@ -86,6 +86,7 @@
   	@echo -DN_PLAT_NLM >> $@
   	@echo -DNETWARE >> $@
   	@echo -DXP_NETWARE >> $@
  +	@echo -DUSE_SPRINTF >> $@
   	
   link.opt: Makefile.nw
   	-@del link.opt > NUL