/[emacs]/emacs/src/s/openbsd.h
ViewVC logotype

Diff of /emacs/src/s/openbsd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gerd, Wed Mar 22 12:08:40 2000 UTC revision 1.3 by rms, Sat Jul 12 21:44:13 2003 UTC
# Line 1  Line 1 
1  /* s/ file for openbsd systems.  */  /* s/ file for openbsd systems.  */
2    
3  /* Get most of the stuff from bsd4.3 */  /* Mostly the same as NetBSD.  */
 #include "bsd4-3.h"  
   
 /* Get the rest of the stuff from that less-POSIX-conformant system */  
4  #include "netbsd.h"  #include "netbsd.h"
5    
6  /*  David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this  /*  David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
7      is necessary.  Otherwise Emacs dumps core when run -nw.  */      is necessary.  Otherwise Emacs dumps core when run -nw.  */
8  #undef LIBS_TERMCAP  #undef LIBS_TERMCAP
9    
10    #define TERMINFO
11    #define LIBS_TERMCAP -lncurses
12    
13    #undef LD_SWITCH_SYSTEM
14    #ifdef __ELF__
15    
16    /*  Han Boetes <han@mijncomputer.nl> says this
17        is necessary,  otherwise Emacs dumps core on elf systems.  */
18    #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
19    
20    #else
21    
22    #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp
23    
24    #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26