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)
downloadopenssh-git-287077eaf2db7115a08f0fa9bd811ddda6119209.tar.gz
- (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 07eee78b..0a6ad131 100644
--- a/ssh.h
+++ b/ssh.h
@@ -60,10 +60,6 @@
*/
#define SSH_SERVICE_NAME "ssh"
-#if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
-# define SSHD_PAM_SERVICE __progname
-#endif
-
/*
* Name of the environment variable containing the process ID of the
* authentication agent.