From 6db0f946028a72a4551c2967cbfe9c1e3a82daa8 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 20 Jul 2005 09:46:14 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h. --- modules/pam_rhosts/pam_rhosts_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_rhosts') diff --git a/modules/pam_rhosts/pam_rhosts_auth.c b/modules/pam_rhosts/pam_rhosts_auth.c index 961d1910..816addad 100644 --- a/modules/pam_rhosts/pam_rhosts_auth.c +++ b/modules/pam_rhosts/pam_rhosts_auth.c @@ -38,7 +38,7 @@ * SUCH DAMAGE. */ -#include +#include "config.h" #define USER_RHOSTS_FILE "/.rhosts" /* prefixed by user's home dir */ -- cgit v1.2.3