summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-26 12:33:28 +0000
committerJim Meyering <jim@meyering.net>2006-03-26 12:33:28 +0000
commita35fc49153ec966432d553ab6d9dc49e931c9e35 (patch)
tree8a71be61d6e3bb9c9716cbef677b90b43a033b54 /config.hin
parentfa9be79b41b5a06c1438ea0d15ade418c96594f9 (diff)
downloadcoreutils-a35fc49153ec966432d553ab6d9dc49e931c9e35.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.hin b/config.hin
index f79f1970f..ed0620c16 100644
--- a/config.hin
+++ b/config.hin
@@ -54,6 +54,9 @@
#endif
+/* Define to 1 if // is a file system root distinct from /. */
+#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
+
/* Define if there is a member named d_ino in the struct describing directory
headers. */
#undef D_INO_IN_DIRENT
@@ -74,12 +77,9 @@
separator. */
#undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
-#if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
-# define FILE_SYSTEM_PREFIX_LEN(Filename) \
- ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
-#else
-# define FILE_SYSTEM_PREFIX_LEN(Filename) 0
-#endif
+/* Define if a drive letter prefix denotes a relative path if it is not
+ followed by a file name component separator. */
+#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
/* Define to the type of elements in the array set by `getgroups'. Usually
this is either `int' or `gid_t'. */