wrowe 01/04/10 12:22:14
Modified: include apr_file_info.h
Log:
APR_FILEPATH_CANONICAL is senseless, so it's gone.
OTOH, APR_FILEPATH_NATIVE does make sense, so it's added (noop on unix).
Revision Changes Path
1.16 +3 -3 apr/include/apr_file_info.h
Index: apr_file_info.h
===================================================================
RCS file: /home/cvs/apr/include/apr_file_info.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- apr_file_info.h 2001/03/31 06:22:37 1.15
+++ apr_file_info.h 2001/04/10 19:22:13 1.16
@@ -282,9 +282,9 @@
/* 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