/* 
 * -- $Header: /cec/src/nestor/shX/shXlib/X11/XmuXdefs.h,v 1.1.1.1 90/11/28 16:47:30 altenhof Exp $
 */
#ifndef _DEFS_H_
#define _DEFS_H_

#define MAXSOCKS ( NOFILE )

#define NullServer ( ( MUXServerPtr ) 0 )

#define CLIENTOFFSET 20

#define XmuXSuccess  0
#define XmuXFailure  1

#define AnarchyMode    0
#define ChalkMode      1

#define HasChalk   1
#define NoChalk    0

#define SYNC_MODE  1
#define DUMP_MODE  2

#define FromServer 0
#define FromClient 1
#define InvalidID ( 0 )

#define MAXATOM  4

#define MuxDisplay( connection )\
           ( ConnectionTranslation[ connection ]->xdpy )
#endif  /* -- #ifndef _DEFS_H_ -- */
