资 源 简 介
bsd-xdr is an port of Sun"s XDR (RFC 4506) library, mostly for Windows, although it also works on 32- and 64-bit linux. bsd-xdr was derived from the XDR implementation in the libtirpc package (version 0.1.10-7) from Fedora 11. That version was relicensed with explicit permission from the copyright holder (Sun Microsystems) to a BSD license.
Goals of this port
Maintain the BSD license rather than copylefting it, as in portableXDR and various other versions. (Actually, some other non-copyleft licenses such as MIT/X apply to a few files).
Avoid autotools.
Avoid "config.h" pollution (or similar) in public headers.
Compile successfully at highest reasonable warning level, with warnings treated as errors.
Support windows hosts:
Cygwin
MinGW
MSVC
Compil