From 8bd81e1596ab1bab355146cb65e82fb96ade3b23 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 16 Aug 2016 13:30:56 +1000 Subject: add --with-pam-service to specify PAM service name Saves messing around with CFLAGS to do it. --- auth-pam.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index 2e9a0c0a3..58a257a48 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); -- cgit v1.2.3