summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-08-16 13:30:56 +1000
committerDamien Miller <djm@mindrot.org>2016-08-16 13:37:26 +1000
commit8bd81e1596ab1bab355146cb65e82fb96ade3b23 (patch)
tree7c4872c8daf8171b0e84a4363b2ce0dc80b22e0b /auth-pam.h
parent74433a19bb6f4cef607680fa4d1d7d81ca3826aa (diff)
downloadopenssh-git-8bd81e1596ab1bab355146cb65e82fb96ade3b23.tar.gz
add --with-pam-service to specify PAM service name
Saves messing around with CFLAGS to do it.
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth-pam.h b/auth-pam.h
index 2e9a0c0a..58a257a4 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -27,10 +27,6 @@
#include "includes.h"
#ifdef USE_PAM
-#if !defined(SSHD_PAM_SERVICE)
-# define SSHD_PAM_SERVICE __progname
-#endif
-
void start_pam(Authctxt *);
void finish_pam(void);
u_int do_pam_account(void);