	COMPATIBILITY ISSUES

You may have to modify the #include preprocessor directives in
src/daemon/main.c, and in src/api/sgsCommon.h since some header
files lie in different directories depending of the Unix flavor
that you are using.

The datafiles themselves, whether it's the sequence definitions
file or the values file cannot simply be moved "mv" from machine
to machine.  They contain integers stored in the machine's own
byte ordering, little endian or big endian.

The requests that are sent to the daemon and the answers it
returns are in machine-independent format, which means that
the daemon and the different clients need not be running the
same flavor of Unix, and can reside on different platforms.

