Mercurial > hg > xemacs-beta
view src/s/esix.h @ 556:44d2f69c70ad
[xemacs-hg @ 2001-05-22 06:03:58 by martinb]
update generated file
author | martinb |
---|---|
date | Tue, 22 May 2001 06:03:58 +0000 |
parents | c69610198c35 |
children | b39c14581166 |
line wrap: on
line source
/* Synched up with: FSF 19.31. */ /* Definitions for ESIX, a variant of v.5.3 for the 386. */ /* These are based on reports for ESIX 5.3.2 D. */ #include "usg5-3.h" /* Have -lg be used for debugging. */ #undef LIBS_DEBUG #define LIBS_DEBUG "-lg" /* If using Roell's X server, define X11R4 */ #ifdef X11R4 /* Roell's X server */ #define select sys_select /* Emacs select() not good enough? */ #endif /* X11R4 */ /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ #define NO_SIOCTL_H #define NEED_PTEM_H