emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/ptx.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/s/ptx.h
Date: Tue, 04 Feb 2003 09:03:43 -0500

Index: emacs/src/s/ptx.h
diff -c emacs/src/s/ptx.h:1.5 emacs/src/s/ptx.h:1.6
*** emacs/src/s/ptx.h:1.5       Tue Oct 19 03:28:30 1999
--- emacs/src/s/ptx.h   Tue Feb  4 09:03:18 2003
***************
*** 41,48 ****
  
  /* PTX has System V streams.  */
  #define SYSV_STREAMS
!  
! /* Leave out -lPW since it conflicts with term.o and because we're not sure 
     if the alloca found there by autoconf should be trusted on PTX.  */
  #define LIB_STANDARD -lc
  
--- 41,48 ----
  
  /* PTX has System V streams.  */
  #define SYSV_STREAMS
! 
! /* Leave out -lPW since it conflicts with term.o and because we're not sure
     if the alloca found there by autoconf should be trusted on PTX.  */
  #define LIB_STANDARD -lc
  
***************
*** 159,165 ****
    }                                                           \
    strcpy (pty_name, slavename);
  
! /* Define these to prevent the default logic in process.c:allocate_pty 
     from being used.  */
  #define PTY_NAME_SPRINTF
  #define PTY_TTY_NAME_SPRINTF
--- 159,165 ----
    }                                                           \
    strcpy (pty_name, slavename);
  
! /* Define these to prevent the default logic in process.c:allocate_pty
     from being used.  */
  #define PTY_NAME_SPRINTF
  #define PTY_TTY_NAME_SPRINTF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]