$OpenBSD: patch-ucb_source_ucp_webdav_NeonUri_cxx,v 1.1 2008/11/13 13:17:43 ajacoutot Exp $
--- ucb/source/ucp/webdav/NeonUri.cxx.orig.port	Wed Nov 12 16:21:04 2008
+++ ucb/source/ucp/webdav/NeonUri.cxx	Wed Nov 12 16:16:54 2008
@@ -73,34 +73,34 @@ using namespace webdav_ucp;
 namespace {
 
 const ne_uri g_sUriDefaultsHTTP  = { "http",  
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
                                      DEFAULT_HTTP_PORT, 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
                                      NULL };
 const ne_uri g_sUriDefaultsHTTPS = { "https", 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
                                      DEFAULT_HTTPS_PORT, 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
                                      NULL };
 const ne_uri g_sUriDefaultsFTP   = { "ftp",   
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
                                      DEFAULT_FTP_PORT, 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                      NULL, 
 #endif
                                      NULL, 
@@ -188,7 +188,7 @@ void NeonUri::init( const rtl::OString & rUri, const n
                     pUri->scheme ? pUri->scheme : pUriDefs->scheme,
                     RTL_TEXTENCODING_UTF8 );
     mUserInfo = rtl::OStringToOUString(
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                     pUri->userinfo ? pUri->userinfo : pUriDefs->userinfo,
 #else
                     pUri->authinfo ? pUri->authinfo : pUriDefs->authinfo,
@@ -202,7 +202,7 @@ void NeonUri::init( const rtl::OString & rUri, const n
                     pUri->path ? pUri->path : pUriDefs->path,
                     RTL_TEXTENCODING_UTF8 );
 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
     if ( pUri->query ) 
     {
         mPath += rtl::OUString::createFromAscii( "?" );
