Mercurial > hg > xemacs-beta
view src/s/bsdos4.h @ 467:13d500863631
Tailorization
Import of the upstream sources from
Repository: /afs/informatik.uni-tuebingen.de/local/web/xemacs/cvs
Kind: cvs
Module: XEmacs/xemacs
Revision: 2001-04-12 18:25:01 by michaels
author | tailor@h615406.serverkompetenz.net |
---|---|
date | Thu, 12 Apr 2001 18:25:01 +0000 |
parents | 4f79e16b1112 |
children | 0be8704d6062 |
line wrap: on
line source
#include "bsdos3.h" /* BSD/OS seems to have switched to ELF format for executables. */ #ifdef __ELF__ #undef ORDINARY_LINK #define ORDINARY_LINK 1 #define UNEXEC unexelf.o #endif /* ELF */