summaryrefslogtreecommitdiff
path: root/lib/dirname.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-12-18 18:04:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-12-18 18:04:20 +0000
commitf3e4befcd28d79d1186083f4ec5513dfd5b0f395 (patch)
treeb928d7f9e2351c3555a4bcda656e6a33ac5b4bcb /lib/dirname.h
parent173f47e7cdd05ef594278e63c4b9c41fddd79db9 (diff)
downloadgnulib-f3e4befcd28d79d1186083f4ec5513dfd5b0f395.tar.gz
* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
This is more consistent with the other defines here. * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Port to z/OS. Problem reported by Paul Gilmartin. Change local vars to use gl_ prefix rather than ac_. Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency with other defines. * modules/double-slash-root: New module. * modules/dirname (Files): Remove m4/double-slash-root.m4. (Depends-on): Add double-slash-root. * MODULES.html.sh (File system functions): Mention new module.
Diffstat (limited to 'lib/dirname.h')
-rw-r--r--lib/dirname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dirname.h b/lib/dirname.h
index f9189c356e..91e7ed3366 100644
--- a/lib/dirname.h
+++ b/lib/dirname.h
@@ -48,7 +48,7 @@
# endif
# ifndef DOUBLE_SLASH_IS_DISTINCT_ROOT
-# define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
+# define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
# endif
# if FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE