Annotation of GNUtools/emacs/src/s-sco3-2-1.h, revision 1.1

1.1     ! root        1: /* Support SCO V 3.2.1 (also called Open Desk Top 1.0) */
        !             2: /* For this to work,
        !             3:    you must also comment out the include of termios.h in sysdep.c.
        !             4:    Also, in time.el, change
        !             5:          (let ((process-connection-type nil))
        !             6:    to....
        !             7:          (let ((process-connection-type t))  */
        !             8: 
        !             9: #include "s-sco3-2-2.h"           
        !            10: 
        !            11: #undef SIGTSTP         /* make suspend-emacs spawn a sub-shell */
        !            12: 
        !            13: #ifdef HAVE_X11
        !            14: #define bzero(a,s)   memset(a,0,s) 
        !            15: #define bcmp         memcmp
        !            16: #define bcopy(a,b,s) memcpy(b,a,s)
        !            17: #endif /* HAVE_X11 */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.