From 25f6aea96d62b932999f40f420cbb351425dee0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:31:58 +0000 Subject: [PATCH] move rcsid, make afs optional git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24364 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kuser_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kuser/kuser_locl.h b/kuser/kuser_locl.h index 21e977697..1bf682b1d 100644 --- a/kuser/kuser_locl.h +++ b/kuser/kuser_locl.h @@ -36,9 +36,7 @@ #ifndef __KUSER_LOCL_H__ #define __KUSER_LOCL_H__ -#ifdef HAVE_CONFIG_H #include -#endif #include #include @@ -81,7 +79,9 @@ #ifdef HAVE_SYS_IOCCOM_H #include #endif +#ifndef NO_AFS #include +#endif #include "crypto-headers.h" /* for UI_UTIL_read_pw_string */ #ifdef HAVE_LOCALE_H