Mercurial > emacs
comparison src/s/openbsd.h @ 108279:af063227abbf
Missing part of previous commit.
* s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 May 2010 19:59:20 -0700 |
parents | 0c1c81ee223e |
children | 17d73312ed65 |
comparison
equal
deleted
inserted
replaced
108278:9c003610b6fc | 108279:af063227abbf |
---|---|
1 /* s/ file for openbsd systems. */ | 1 /* System file for openbsd. */ |
2 | 2 |
3 /* Mostly the same as NetBSD. */ | 3 /* Mostly the same as NetBSD. */ |
4 #include "netbsd.h" | 4 #include "netbsd.h" |
5 | 5 |
6 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | 6 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this |
7 is necessary. Otherwise Emacs dumps core when run -nw. */ | 7 is necessary. Otherwise Emacs dumps core when run -nw. */ |
8 #define TERMINFO | |
8 #undef LIBS_TERMCAP | 9 #undef LIBS_TERMCAP |
9 | |
10 #define TERMINFO | |
11 #define LIBS_TERMCAP -lncurses | 10 #define LIBS_TERMCAP -lncurses |
12 | |
13 #undef LD_SWITCH_SYSTEM | |
14 | |
15 /* Han Boetes <han@mijncomputer.nl> says this | |
16 is necessary, otherwise Emacs dumps core on elf systems. */ | |
17 #define LD_SWITCH_SYSTEM $(LD_SWITCH_X_SITE_AUX_RPATH) -Z | |
18 | 11 |
19 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 | 12 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 |
20 (do not change this comment) */ | 13 (do not change this comment) */ |