]> andersk Git - openssh.git/blobdiff - auth-options.h
- dtucker@cvs.openbsd.org 2010/01/09 11:17:56
[openssh.git] / auth-options.h
index cd2b030cd4623881b827c4f7d948a7697504f7cd..14488f72d8daa594a374c026533f5ad79282257f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.h,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: auth-options.h,v 1.17 2008/03/26 21:28:14 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H
 
-#include <sys/types.h>
-
-#include <pwd.h>
-
 /* Linked list of custom environment strings */
 struct envstring {
        struct envstring *next;
@@ -30,6 +26,7 @@ extern int no_port_forwarding_flag;
 extern int no_agent_forwarding_flag;
 extern int no_x11_forwarding_flag;
 extern int no_pty_flag;
+extern int no_user_rc;
 extern char *forced_command;
 extern struct envstring *custom_environment;
 extern int forced_tun_device;
This page took 0.036339 seconds and 4 git commands to generate.