]> git.eshelyaron.com Git - emacs.git/commitdiff
(PREFER_VSUSP): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 May 1994 03:30:26 +0000 (03:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 May 1994 03:30:26 +0000 (03:30 +0000)
src/s/irix5-0.h
src/s/sco4.h

index 4770626fdfc33d9d0fbf4e7d2aafa58319c20a7b..d2060f45bd775b0ae0f0f1ff90cdc51556eab750 100644 (file)
@@ -92,3 +92,6 @@ char *_getpty();
 
 /* Ulimit(UL_GMEMLIM) is busted...  */
 #define ULIMIT_BREAK_VALUE 0x14000000
+
+/* Tell process_send_signal to use VSUSP instead of VSWTCH.  */
+#define PREFER_VSUSP
index 7af8ee173dd032683141d1643687e6d7d3a79261..f5ca16986763153e0056ae34e18fbbf58024a509 100644 (file)
@@ -123,3 +123,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define bcopy(b1,b2,len) memmove (b2, b1, len)
 #define bzero(b,len) memset (b, 0, len)
 #define bcmp(b1,b2,len) memcmp (b1, b2, len)
+
+/* Tell process_send_signal to use VSUSP instead of VSWTCH.  */
+#define PREFER_VSUSP