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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/openbsd.h [lexbind]
Date: Tue, 14 Oct 2003 19:23:17 -0400

Index: emacs/src/s/openbsd.h
diff -c /dev/null emacs/src/s/openbsd.h:1.2.18.1
*** /dev/null   Tue Oct 14 19:23:17 2003
--- emacs/src/s/openbsd.h       Tue Oct 14 19:22:53 2003
***************
*** 0 ****
--- 1,28 ----
+ /* 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_TEMACS
+ #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
+ 
+ /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
+    (do not change this comment) */




reply via email to

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