[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/vms.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/vms.h,v |
Date: |
Wed, 16 Jul 2008 07:45:54 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/16 07:45:52
Index: s/vms.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/vms.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- s/vms.h 13 Jul 2008 07:35:22 -0000 1.24
+++ s/vms.h 16 Jul 2008 07:45:52 -0000 1.25
@@ -33,43 +33,18 @@
#define SYSTEM_TYPE "vax-vms"
-/* NOMULTIPLEJOBS should be defined if your system's shell
- does not have "job control" (the ability to stop a program,
- run some other program, then continue the first one). */
-
-/* #define NOMULTIPLEJOBS */
-
-/* INTERRUPT_INPUT controls a default for Unix systems.
- VMS uses a separate mechanism. */
-
-/* #define INTERRUPT_INPUT */
-
/* Letter to use in finding device name of first pty,
if system supports pty's. 'a' means it is /dev/ptya0 */
#define FIRST_PTY_LETTER 'a'
/*
- * Define HAVE_PTYS if the system supports pty devices.
- */
-
-/* #define HAVE_PTYS */
-
-/* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */
-
-/* #define HAVE_SOCKETS */
-
-/*
* Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
* The 4.2 opendir, etc., library functions.
*/
#define NONSYSTEM_DIR_LIBRARY
-/* Define this symbol if your system has the functions bcopy, etc. */
-
-/* #define BSTRING */
-
/* subprocesses should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).
@@ -78,24 +53,6 @@
#define subprocesses
-/* If your system uses COFF (Common Object File Format) then define the
- preprocessor symbol "COFF". */
-
-/* #define COFF */
-
-/* define MAIL_USE_FLOCK if the mailer uses flock
- to interlock access to /usr/spool/mail/$USER.
- The alternative is that a lock file named
- /usr/spool/mail/$USER.lock. */
-
-/* #define MAIL_USE_FLOCK */
-
-/* Define CLASH_DETECTION if you want lock files to be written
- so that Emacs can tell instantly when you try to modify
- a file that someone else has modified in his Emacs. */
-
-/* #define CLASH_DETECTION */
-
/* Define the maximum record length for print strings, if needed. */
#define MAX_PRINT_CHARS 300
@@ -225,12 +182,6 @@
#define DATA_START (((int) sdata + 511) & ~511)
#define TEXT_START 512
-/* Baud-rate values from tty status are not standard. */
-
-#define BAUD_CONVERT \
-{ 0, 50, 75, 110, 134, 150, 300, 600, 1200, 1800, \
- 2000, 2400, 3600, 4800, 7200, 9600, 19200 }
-
#define PURESIZE 330000
/* Stdio FILE type has extra indirect on VMS, so must alter this macro. */
- [Emacs-diffs] Changes to emacs/src/s/vms.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/s/vms.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/s/vms.h,v, Dan Nicolaescu, 2008/07/13
- [Emacs-diffs] Changes to emacs/src/s/vms.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/s/vms.h,v, Dan Nicolaescu, 2008/07/23