comparison src/s/bsdos4.h @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents
children 0be8704d6062
comparison
equal deleted inserted replaced
332:bb75ebac9531 333:4f79e16b1112
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 */