summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-03-04 13:12:50 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-03-04 13:12:50 +0000
commit54df56850f63d9b6363bd5038713fdf5c154e02d (patch)
tree6390cf8388b7451032b7a76a7f016a1e9b2319e1
parent0fe6ab5fc996da35cb40a354847ade3da2283f81 (diff)
downloademacs-54df56850f63d9b6363bd5038713fdf5c154e02d.tar.gz
Define NO_HYPHENS_IN_FILENAMES.
-rw-r--r--src/s/vms.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/vms.h b/src/s/vms.h
index aa4f0991dfe..41c0b7dd098 100644
--- a/src/s/vms.h
+++ b/src/s/vms.h
@@ -109,6 +109,11 @@ Boston, MA 02111-1307, USA. */
your system and must be used only through an encapsulation
(Which you should place, by convention, in sysdep.c). */
+/* In olden days, VMS filenames did not support hyphen (i.e., the "-"
+ character). You can #undef this in vmsX-Y.h for newer versions. */
+
+#define NO_HYPHENS_IN_FILENAMES
+
/* Do you have the sharable library bug? If you link with a sharable
library that contains psects with the NOSHR attribute and also refer to
those psects in your program, the linker give you a private version of
@@ -136,6 +141,7 @@ Boston, MA 02111-1307, USA. */
/* #define READ_SYSUAF */
/* Traditionally, filenames on VMS are always upper case. */
+
#define FILE_SYSTEM_CASE Fupcase
/* On VMS these have a different name */