]> granicus.if.org Git - apache/commitdiff
Win32 symlink (NTFS Junction) support for mod_rewrite
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 13 Nov 2000 18:11:12 +0000 (18:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 13 Nov 2000 18:11:12 +0000 (18:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86940 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 822ed1b23afea939ebe76be783bfbf70d1b730ef..ed3613e199345a3f50a350790f7ec0d1a066480d 100644 (file)
@@ -2170,7 +2170,7 @@ static int apply_rewrite_cond(request_rec *r, rewritecond_entry *p,
         }
     }
     else if (strcmp(p->pattern, "-l") == 0) {
-#if !defined(OS2) && !defined(WIN32)
+#if !defined(OS2)
         if (apr_lstat(&sb, input, r->pool) == APR_SUCCESS) {
             if (sb.filetype == APR_LNK) {
                 rc = 1;