mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
(FILE_SYSTEM_CASE): New macro.
This commit is contained in:
parent
b87ed9f079
commit
030d4f6224
1 changed files with 5 additions and 2 deletions
|
|
@ -130,11 +130,14 @@ Boston, MA 02111-1307, USA. */
|
|||
#define LINK_CRTL_SHARE
|
||||
|
||||
/* Define this if you want to read the file SYS$SYSTEM:SYSUAF.DAT for user
|
||||
information. If you do use this, you must either make SYSUAF.DAT world
|
||||
information. If you do use this, you must either make SYSUAF.DAT world
|
||||
readable or install Emacs with SYSPRV. */
|
||||
|
||||
/* #define READ_SYSUAF */
|
||||
|
||||
/* Traditionally, filenames on VMS are always upper case. */
|
||||
#define FILE_SYSTEM_CASE Fupcase
|
||||
|
||||
/* On VMS these have a different name */
|
||||
|
||||
#define index strchr
|
||||
|
|
@ -192,7 +195,7 @@ extern double mth$dmod(double, double);
|
|||
|
||||
/* If user asks for TERM, check first for EMACS_TERM. */
|
||||
#define getenv sys_getenv
|
||||
|
||||
|
||||
/* Standard C abort is less useful than it should be. */
|
||||
#define abort sys_abort
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue