remm 02/01/02 16:05:15
Modified: service/native Tag: tomcat_40_branch location.c
Log:
- Port patch.
Revision Changes Path
No revision
No revision
1.3.2.1 +2 -2 jakarta-tomcat-4.0/service/native/location.c
Index: location.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/service/native/location.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- location.c 3 Sep 2001 07:43:56 -0000 1.3
+++ location.c 3 Jan 2002 00:05:15 -0000 1.3.2.1
@@ -55,7 +55,7 @@
* *
* ========================================================================= */
-/* @version $Id: location.c,v 1.3 2001/09/03 07:43:56 jfclere Exp $ */
+/* @version $Id: location.c,v 1.3.2.1 2002/01/03 00:05:15 remm Exp $ */
#include "jsvc.h"
/* Locations of various JVM files. We have to deal with all this madness since
@@ -74,7 +74,7 @@
#elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD)
"/usr/java",
"/usr/local/java",
-#elif define(OS_CYGWIN)
+#elif defined(OS_CYGWIN)
"/cygdrive/c/WINNT/system32/java",
#endif
NULL,
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|