rsh: new program

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1948 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-30 04:15:32 +00:00
parent 6de04534a5
commit 9fafac2341
3 changed files with 501 additions and 0 deletions

17
appl/rsh/rsh_locl.h Normal file
View File

@@ -0,0 +1,17 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <pwd.h>
#include <netdb.h>
#include <errno.h>
#include <krb.h>
#include <krb5.h>
#include <roken.h>