Mercurial > hg > xemacs-beta
view src/s/bsdos4.h @ 508:0be8704d6062
[xemacs-hg @ 2001-05-05 10:21:20 by martinb]
Port to bsdi g++
author | martinb |
---|---|
date | Sat, 05 May 2001 10:21:25 +0000 |
parents | 4f79e16b1112 |
children | 00e9371a84f3 |
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 */ /* The declaration for openpty is missing. Where is libutil.h? */ struct termios; struct winsize; int openpty (int *, int *, char *, struct termios *, struct winsize *);