You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/01/17 08:22:50 UTC

cvs commit: jakarta-tomcat-connectors/jni/native/include tcn.h

mturk       2005/01/16 23:22:50

  Modified:    jni/native/include tcn.h
  Log:
  See if APR_MAX_IOVEC_SIZE is already defined.
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-tomcat-connectors/jni/native/include/tcn.h
  
  Index: tcn.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tcn.h	14 Jan 2005 13:47:23 -0000	1.1
  +++ tcn.h	17 Jan 2005 07:22:50 -0000	1.2
  @@ -24,7 +24,9 @@
   #endif
   #define min(a, b)  ((a) < (b) ? (a) : (b))
   
  +#ifndef APR_MAX_IOVEC_SIZE
   #define APR_MAX_IOVEC_SIZE 1024
  +#endif
   
   #define TCN_FINFO_CLASS "org/apache/tomcat/jni/FileInfo"
   #define TCN_AINFO_CLASS "org/apache/tomcat/jni/Sockaddr"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org