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/openbsd.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/s/openbsd.h
Date: Sat, 12 Jul 2003 17:44:13 -0400

Index: emacs/src/s/openbsd.h
diff -c emacs/src/s/openbsd.h:1.2 emacs/src/s/openbsd.h:1.3
*** emacs/src/s/openbsd.h:1.2   Wed Mar 22 07:08:40 2000
--- emacs/src/s/openbsd.h       Sat Jul 12 17:44:13 2003
***************
*** 1,11 ****
  /* s/ file for openbsd systems.  */
  
! /* Get most of the stuff from bsd4.3 */
! #include "bsd4-3.h"
! 
! /* Get the rest of the stuff from that less-POSIX-conformant system */
  #include "netbsd.h"
  
  /*  David Mazieres <address@hidden> says this
      is necessary.  Otherwise Emacs dumps core when run -nw.  */
  #undef LIBS_TERMCAP
--- 1,24 ----
  /* s/ file for openbsd systems.  */
  
! /* Mostly the same as NetBSD.  */
  #include "netbsd.h"
  
  /*  David Mazieres <address@hidden> says this
      is necessary.  Otherwise Emacs dumps core when run -nw.  */
  #undef LIBS_TERMCAP
+ 
+ #define TERMINFO
+ #define LIBS_TERMCAP -lncurses
+ 
+ #undef LD_SWITCH_SYSTEM
+ #ifdef __ELF__
+ 
+ /*  Han Boetes <address@hidden> says this
+     is necessary,  otherwise Emacs dumps core on elf systems.  */
+ #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
+ 
+ #else
+ 
+ #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp
+ 
+ #endif




reply via email to

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