Mercurial > emacs
annotate src/s/bsdos4.h @ 83400:03934708f1e9
Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-642
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-643
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-644
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-645
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
lisp/gnus/ChangeLog: Remove duplicate entry
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-648
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-649
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-650
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-651
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-652
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-653
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-654
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-152
Update from CVS: lisp/mml.el (mml-preview): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-153
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-154
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-155
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-156
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-440
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 18 Nov 2005 13:13:34 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
23718 | 1 /* s/ file for BSDI BSD/OS 4.0 system. */ |
2 | |
3 #include "bsdos3.h" | |
4 | |
25895
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
5 /* BSD/OS 4.1 and later have ncurses */ |
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
6 #ifdef HAVE_LIBNCURSES |
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
7 #define TERMINFO |
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
8 #define LIBS_TERMCAP -lncurses |
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
9 #endif /* HAVE_LIBNCURSES */ |
1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Gerd Moellmann <gerd@gnu.org>
parents:
23718
diff
changeset
|
10 |
23718 | 11 /* copied from freebsd.h */ |
12 #ifdef __ELF__ | |
13 | |
14 #define LD_SWITCH_SYSTEM | |
15 #undef START_FILES | |
16 #define START_FILES \ | |
17 pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o | |
18 #define UNEXEC unexelf.o | |
19 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o | |
20 #undef LIB_GCC | |
21 #define LIB_GCC | |
22 | |
23 #endif /* not __ELF__ */ | |
52401 | 24 |
25 /* arch-tag: 7659632a-a879-4153-bb8b-3765a1463ca1 | |
26 (do not change this comment) */ |