diff options
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |