#define MAX_HOST_LEN 256 #define MAX_OS_LEN 64 struct system_info { char *si_node_name; char *si_op_sys; }; typedef struct system_info system_info; bool_t xdr_system_info(); #define SYSTEM_INFO_PROG ((u_long)0x20000002) #define SYSTEM_INFO_VERS_1 ((u_long)1) #define SYSTEM_INFO_PROC_1 ((u_long)1) extern system_info *system_info_proc_1_1(); #define TRUE 1 #define FALSE 0