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 2003/01/16 22:00:57 UTC

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

mmanders    2003/01/16 13:00:57

  Modified:    jk/native build.xml
  Log:
  Removed netware exclusion on _REENTRANT define for NetWare.  LibC now provides necessary functionality and this allows us to run MP.
  
  Revision  Changes    Path
  1.36      +5 -5      jakarta-tomcat-connectors/jk/native/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml	12 Jun 2002 15:30:01 -0000	1.35
  +++ build.xml	16 Jan 2003 21:00:57 -0000	1.36
  @@ -107,7 +107,7 @@
         <export fileName="${native.dir}/jni/jk_jnicb.exp" if="netware" />
         <linkOpt value="-desc &quot;JNI Natives for Tomcat&quot;" if="netware" />
         <linkOpt value="-screenname &quot;System Console&quot;" if="netware" />
  -      <linkOpt value="-nlmversion 1,20,2" if="netware" />
  +      <linkOpt value="-nlmversion 1,2,2" if="netware" />
         <linkOpt value="-threadname &quot;JK_JNI Thread&quot;" if="netware" />
         <linkOpt value="-stacksize 64000" if="netware" />
         
  @@ -132,7 +132,7 @@
   	debug="${so.debug}"
   	taskDebug="0"
   	profile="${so.profile}"	>
  -      <def name="_REENTRANT" unless="netware" />
  +      <def name="_REENTRANT" />
         <def name="CHANNEL" if="use.channel"
              info="Use the new (experimental) channel interface" />
         <def name="AJP12" if="use.ajp12"
  @@ -201,7 +201,7 @@
         <import fileName="${apache2.home}/lib/aprlib.imp" if="netware" />
         <export symbol="jk_module" if="netware" />
         <linkOpt value="-desc &quot;Apache 2.0 plugin for Tomcat&quot;" if="netware" />
  -      <linkOpt value="-nlmversion 2,0,0" if="netware" />
  +      <linkOpt value="-nlmversion 1,2,2" if="netware" />
         <linkOpt value="-threadname &quot;mod_jk Module&quot;" if="netware" />
         <linkOpt value="-stacksize 8192" if="netware" />
         <linkOpt value="-l ${novelllibc.dir}/imports" if="netware" />
  @@ -283,7 +283,7 @@
         <export symbol="jk_module" if="netware" />
         <linkOpt value="-desc &quot;Apache 1.3 plugin for Tomcat&quot;" if="netware" />
         <linkOpt value="-screenname &quot;System Console&quot;" if="netware" />
  -      <linkOpt value="-nlmversion 1,20,2" if="netware" />
  +      <linkOpt value="-nlmversion 1,2,2" if="netware" />
         <linkOpt value="-threadname &quot;mod_jk Thread&quot;" if="netware" />
         <linkOpt value="-stacksize 64000" if="netware" />
         
  @@ -417,7 +417,7 @@
         <export symbol="jk_service" if="netware" />
         <linkOpt value="-desc &quot;Netscape Plugin for Tomcat&quot;" if="netware" />
         <linkOpt value="-screenname &quot;System Console&quot;" if="netware" />
  -      <linkOpt value="-nlmversion 1,20,2" if="netware" />
  +      <linkOpt value="-nlmversion 1,2,2" if="netware" />
         <linkOpt value="-threadname &quot;NSTomcat Thread&quot;" if="netware" />
         <linkOpt value="-stacksize 64000" if="netware" />
         
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>