diff options
| author | Thien-Thi Nguyen | 2005-03-04 21:56:46 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-03-04 21:56:46 +0000 |
| commit | dd5465979c3d01042e17ebb7e6ec4f7f29fc03a3 (patch) | |
| tree | 8c764337f4b2e21beb69049394bf0eb6f73757b3 /src/s | |
| parent | a472bd1cb87e9de1bdbbbd88299744ccea38d7c7 (diff) | |
| download | emacs-dd5465979c3d01042e17ebb7e6ec4f7f29fc03a3.tar.gz emacs-dd5465979c3d01042e17ebb7e6ec4f7f29fc03a3.zip | |
Define NO_HYPHENS_IN_FILENAMES.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/vms.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/vms.h b/src/s/vms.h index b2de754bb1b..1338cdb5718 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -109,6 +109,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 109 | your system and must be used only through an encapsulation | 109 | your system and must be used only through an encapsulation |
| 110 | (Which you should place, by convention, in sysdep.c). */ | 110 | (Which you should place, by convention, in sysdep.c). */ |
| 111 | 111 | ||
| 112 | /* In olden days, VMS filenames did not support hyphen (i.e., the "-" | ||
| 113 | character). You can #undef this in vmsX-Y.h for newer versions. */ | ||
| 114 | |||
| 115 | #define NO_HYPHENS_IN_FILENAMES | ||
| 116 | |||
| 112 | /* Do you have the sharable library bug? If you link with a sharable | 117 | /* Do you have the sharable library bug? If you link with a sharable |
| 113 | library that contains psects with the NOSHR attribute and also refer to | 118 | library that contains psects with the NOSHR attribute and also refer to |
| 114 | those psects in your program, the linker give you a private version of | 119 | those psects in your program, the linker give you a private version of |