(J90-473E): Unify JIS X 0208:1978 and 1983 code points.
[chise/xemacs-chise.git-] / src / s / bsdos4.h
1 #include "bsdos3.h"
2
3 /* BSD/OS seems to have switched to ELF format for executables. */
4 #ifdef __ELF__
5
6 #undef ORDINARY_LINK
7 #define ORDINARY_LINK 1
8 #define UNEXEC unexelf.o
9
10 #endif /* ELF */