home *** CD-ROM | disk | FTP | other *** search
- These are public domain Sun RPC/XDR files needed for the server.
- Use the makefile.
-
- Changes:
-
- 1. svcudp_create() takes 2 arguments, the second of which specifies
- which size buffer to use: UDPMSGSIZE (8800 bytes), or RPCSMALLMSGSIZE
- (1400 bytes), for the UDP send/receive buffer.
-
- 2. Record field "x_handy" in SVCXPRT type is changed to a long int
- because sizeof(int) != sizeof(char *) in Microsoft C large memory model.
-
- 3. #include "malloc.h" is added to some files for compatibility
- with MSC compiler.
-
- 4. ntohl() and htonl() are changed to dnothl() and dhtonl() because
- the Excelan routines are buggy.
-
- 5. The names of several files have been changed to be MS-DOS
- acceptable. The changes should be self-evident.
-
- Note:
- ----
- These files are compiled into a server side RPC/XDR library for the server
- called "llibsv.lib".
-