
WARNING
=======

Some environments include a patched Xpm library which is supposed to
fix a buffer overflow security hole. Unfortunately this patched Xpm
library breaks xrmap (as it does not appropriately handle compressed 
xpm files).

In those cases, xrmap will still compile correctly, but all pixmaps,
including flags and menu buttons will fail to load. This can be
overcome by setting

#define XPMSTATIC

in the Imakefile, so that xrmap can be recompiled with the enclosed 
Xpm library statically linked.

