1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/rpc/xdr.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( RPC_XDR_LVALUE_CAST_A_CHECK )
13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
14 #endif /* RPC_XDR_LVALUE_CAST_A_CHECK */
17 #if defined( RPC_XDR_LVALUE_CAST_B_CHECK )
18 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))
19 #endif /* RPC_XDR_LVALUE_CAST_B_CHECK */
22 #if defined( STRUCT_FILE_CHECK )
24 extern void xdrstdio_create( struct __file_s
* );
25 #endif /* STRUCT_FILE_CHECK */