costin 02/04/18 15:55:36 Modified: jk/native2/include jk_global.h Log: Added JK_ERR. Probably a better solution is to just use APR_SUCCESS, etc ( and define them if apr is not used ) Revision Changes Path 1.7 +2 -1 jakarta-tomcat-connectors/jk/native2/include/jk_global.h Index: jk_global.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_global.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jk_global.h 17 Apr 2002 22:46:35 -0000 1.6 +++ jk_global.h 18 Apr 2002 22:55:36 -0000 1.7 @@ -59,7 +59,7 @@ * Description: Global definitions and include files that should exist * * anywhere * * Author: Gal Shachor <[EMAIL PROTECTED]> * - * Version: $Revision: 1.6 $ * + * Version: $Revision: 1.7 $ * ***************************************************************************/ #ifndef JK_GLOBAL_H @@ -157,6 +157,7 @@ #define JK_LOG_LEVEL_DEF ("emerg") #define JK_OK (0) +#define JK_ERR (1) #define JK_TRUE (1) #define JK_FALSE (0)
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>