fresh git tree for public release
we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
commit
0ad4db4fad
271 changed files with 71255 additions and 0 deletions
94
libtirpc/libtirpc/libtirpc.def
Normal file
94
libtirpc/libtirpc/libtirpc.def
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
LIBRARY libtirpc
|
||||
EXPORTS
|
||||
authnone_create
|
||||
authunix_create
|
||||
authunix_create_default
|
||||
clnt_create
|
||||
clnt_broadcast
|
||||
clnt_pcreateerror
|
||||
clnt_perrno
|
||||
clnt_perror
|
||||
clnt_spcreateerror
|
||||
clnt_sperrno
|
||||
clnt_sperror
|
||||
clnt_tli_create
|
||||
clntraw_create
|
||||
clnttcp_create
|
||||
clntudp_bufcreate
|
||||
clntudp_create
|
||||
freenetbuf
|
||||
freenetconfigent
|
||||
freeuaddr
|
||||
get_myaddress
|
||||
getnetconfigent
|
||||
pmap_getmaps
|
||||
pmap_getport
|
||||
pmap_rmtcall
|
||||
pmap_set
|
||||
pmap_unset
|
||||
svc_getreq
|
||||
svc_getreqset
|
||||
svc_run
|
||||
svc_sendreply
|
||||
svcerr_auth
|
||||
svcerr_decode
|
||||
svcerr_noproc
|
||||
svcerr_noprog
|
||||
svcerr_progvers
|
||||
svcerr_systemerr
|
||||
svcerr_weakauth
|
||||
svcraw_create
|
||||
svctcp_create
|
||||
svcudp_bufcreate
|
||||
svcudp_create
|
||||
taddr2uaddr
|
||||
tsd_key_delete
|
||||
uaddr2taddr
|
||||
xdr_array
|
||||
xdr_authunix_parms
|
||||
xdr_bool
|
||||
xdr_bytes
|
||||
xdr_callhdr
|
||||
xdr_callmsg
|
||||
xdr_char
|
||||
xdr_des_block
|
||||
xdr_double
|
||||
xdr_enum
|
||||
xdr_float
|
||||
xdr_free
|
||||
xdr_hyper
|
||||
xdr_int
|
||||
xdr_long
|
||||
xdr_netobj
|
||||
xdr_opaque
|
||||
xdr_opaque_auth
|
||||
xdr_pmap
|
||||
xdr_pmaplist
|
||||
xdr_pmaplist_ptr
|
||||
xdr_pointer
|
||||
xdr_reference
|
||||
xdr_replymsg
|
||||
xdr_short
|
||||
xdr_string
|
||||
xdr_u_char
|
||||
xdr_u_hyper
|
||||
xdr_u_int
|
||||
xdr_u_int32_t
|
||||
xdr_u_int64_t
|
||||
xdr_u_long
|
||||
xdr_u_short
|
||||
xdr_union
|
||||
xdr_vector
|
||||
xdr_void
|
||||
xdr_wrapstring
|
||||
xdrmem_create
|
||||
xdrrec_create
|
||||
xdrrec_endofrecord
|
||||
xdrrec_eof
|
||||
xdrrec_skiprecord
|
||||
xdrstdio_create
|
||||
xprt_register
|
||||
xprt_unregister
|
||||
svc_fdset DATA
|
||||
rpc_createerr DATA
|
||||
_null_auth DATA
|
||||
61
libtirpc/libtirpc/libtirpc.rc
Normal file
61
libtirpc/libtirpc/libtirpc.rc
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
// Microsoft Visual C++ generated resource script.
|
||||
//
|
||||
#include "resource.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (U.S.) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
LANGUAGE 9, 1
|
||||
#pragma code_page(1252)
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// TEXTINCLUDE
|
||||
//
|
||||
|
||||
1 TEXTINCLUDE
|
||||
BEGIN
|
||||
"resource.h\0"
|
||||
END
|
||||
|
||||
2 TEXTINCLUDE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
3 TEXTINCLUDE
|
||||
BEGIN
|
||||
"\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
14
libtirpc/libtirpc/resource.h
Normal file
14
libtirpc/libtirpc/resource.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by tirpc.rc
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 101
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue