summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-04-10 19:22:13 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-04-10 19:22:13 +0000
commit68758fbb2b82c20194b691ad96e988b412ce73e9 (patch)
treec40e2d85e2bf6fe9ff56d8d6bfd6b1c52aff2dd7 /include/apr_file_info.h
parent423fef5a3e18ed1bb180e0071d9b0742ea2d1b3c (diff)
downloadapr-68758fbb2b82c20194b691ad96e988b412ce73e9.tar.gz
APR_FILEPATH_CANONICAL is senseless, so it's gone.
OTOH, APR_FILEPATH_NATIVE does make sense, so it's added (noop on unix). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index 17ff8ef3b..7bdfecca6 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -282,9 +282,9 @@ APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir);
/* Fail apr_filepath_merge if the merged path is absolute */
#define APR_FILEPATH_NOTABSOLUTE 0x08
-/* Cleans all ambigious /./ or // segments
- * if the target is a directory */
-#define APR_FILEPATH_CANONICAL 0x10
+/* Return the file system's native path format (e.g. path delimiters
+ * of ':' on MacOS9, '\' on Win32, etc.) */
+#define APR_FILEPATH_NATIVE 0x10
/* Resolve the true case of existing directories and file elements
* of addpath, and append a proper trailing slash if a directory