#include <pragmas/xlib_pragmas.h>
extern struct Library *XLibBase;

#include <pragmas/xleshape_pragmas.h>
extern struct Library *XLEShapeBase;

#include <pragmas/xmu1_pragmas.h>
extern struct Library *Xmu1Base;

#include <pragmas/xmu2_pragmas.h>
extern struct Library *Xmu2Base;

#include <pragmas/xt_pragmas.h>
extern struct Library *XtBase;

#include <pragmas/xaw_pragmas.h>
extern struct Library *XawBase;

#define malloc(x)	_XMalloc(x)
#define calloc(x,y)	_XCalloc(x,y)
#define realloc(x,y)	_XRealloc(x,y)
#define free(x)		XFree(x)
