rsh: new program
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1948 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
17
appl/rsh/rsh_locl.h
Normal file
17
appl/rsh/rsh_locl.h
Normal 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>
|
Reference in New Issue
Block a user