view src/s/esix.h @ 962:bbc2941a94d7

[xemacs-hg @ 2002-08-13 11:37:20 by michaels] 2002-08-12 David Bush <David.Bush@intel.com> * events.c: Use DEFINE_BASIC_LRECORD_IMPLEMENTATION instead of DEFINE_LRECORD_IMPLEMENTATION for the new event data objects to cause the objects to be flagged as basic.
author michaels
date Tue, 13 Aug 2002 11:37:32 +0000
parents b39c14581166
children
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 */
#if 0 /* XEmacs */
#define select sys_select /* Emacs select() not good enough? */
#endif
#endif /* X11R4 */

/* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */
#define NO_SIOCTL_H
#define NEED_PTEM_H