From 69905360002203faf2db7a4df2bca237ea406396 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 7 May 2011 08:36:06 +0200 Subject: auth: allow auth_common.h to be included multiple times without error --- auth/common_auth.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auth/common_auth.h') diff --git a/auth/common_auth.h b/auth/common_auth.h index c64b46c7cf..b2db23c720 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -17,6 +17,9 @@ along with this program. If not, see . */ +#ifndef AUTH_COMMON_AUTH_H +#define AUTH_COMMON_AUTH_H + #define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */ #define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */ #define USER_INFO_DONT_CHECK_UNIX_ACCOUNT 0x04 /* don't check unix account status */ @@ -59,3 +62,5 @@ struct auth_usersupplied_info } password; uint32_t flags; }; + +#endif -- cgit