summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-10 19:22:13 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-04-10 19:22:13 +0000
commit2bea674a663e27d821f596f989b72bbf6d54a950 (patch)
treec40e2d85e2bf6fe9ff56d8d6bfd6b1c52aff2dd7 /include/apr_file_info.h
parentfd316052050ddcbd7ef6889c9e94b1be6bc39322 (diff)
downloadlibapr-2bea674a663e27d821f596f989b72bbf6d54a950.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: http://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