summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-07-21 23:59:39 +0000
committerKevin Steves <stevesk@pobox.com>2002-07-21 23:59:39 +0000
commit287077eaf2db7115a08f0fa9bd811ddda6119209 (patch)
treeb34d58b07fffdc3bc3c5ca326ae3e8c9dd4dcb70 /ssh.h
parent21e04eb2be1e6a621148b29ac6f57f2677dedc21 (diff)
- (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh.h b/ssh.h
index 07eee78b6..0a6ad1317 100644
--- a/ssh.h
+++ b/ssh.h
@@ -60,10 +60,6 @@
60 */ 60 */
61#define SSH_SERVICE_NAME "ssh" 61#define SSH_SERVICE_NAME "ssh"
62 62
63#if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
64# define SSHD_PAM_SERVICE __progname
65#endif
66
67/* 63/*
68 * Name of the environment variable containing the process ID of the 64 * Name of the environment variable containing the process ID of the
69 * authentication agent. 65 * authentication agent.