Sync to HEAD
[bpt/emacs.git] / src / s / bsdos4.h
CommitLineData
9ced2cfe
KH
1/* s/ file for BSDI BSD/OS 4.0 system. */
2
3#include "bsdos3.h"
4
9ef0c85b
GM
5/* BSD/OS 4.1 and later have ncurses */
6#ifdef HAVE_LIBNCURSES
7#define TERMINFO
8#define LIBS_TERMCAP -lncurses
9#endif /* HAVE_LIBNCURSES */
10
9ced2cfe
KH
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__ */
6b61353c
KH
24
25/* arch-tag: 7659632a-a879-4153-bb8b-3765a1463ca1
26 (do not change this comment) */