/* Shared X site configuration template file. */

/* Include here a m- file that describes the machine and system you use.
   See the file ./MACHINES for a list of machines and
   the names of the m- files to use for them.
   See m-template.h for info on what m- files should define. */

#include "m.h"

/* In case you have TCP connection */
#define TCP -DTCPCONN

/* If you want to use unix domain connection
 * (e.g.: -display unix:0) define */
#define UNIX_CONN -DUNIXCONN

/* For machines which run DECnet */
#define DNET -DDNETCONN

/* if malloc(0) returns null, define */
#define MALLOC -DMALLOC_0_RETURNS_NULL

/* if you are an optimist and assume that
 * your X clients behave well */
#define READ_SOCKETS -DDONT_READ_X_SOCKETS

/* This should be the default */
#define SZ_HINTS -DADDSIZEHINTS

/* If you insist on using the original font on all machines, omit this */
#define NO_FONT -DDONT_DIE_ON_FONTS

/* This specifies the location of XerrorDB */
#define LIBDIR /usr/lib/X11

/* Here goes the man page for shXbridge */
#define MANDIR /usr/local/man/man1

/* If you want to debug the library, define */
#define DEBUG -DDEBUG
