From 2c40043c434b883a0bfce7d777a028ae0da6d25f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 14 Jun 2010 21:05:52 +0000 Subject: make include guard names consistent throughout the source and avoid conflicts with system headers git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1140 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/ldap_compat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat/ldap_compat.h') diff --git a/compat/ldap_compat.h b/compat/ldap_compat.h index 19d9e07..15040c9 100644 --- a/compat/ldap_compat.h +++ b/compat/ldap_compat.h @@ -19,8 +19,8 @@ 02110-1301 USA */ -#ifndef _COMPAT_LDAP_COMPAT_H -#define _COMPAT_LDAP_COMPAT_H 1 +#ifndef COMPAT__LDAP_COMPAT_H +#define COMPAT__LDAP_COMPAT_H 1 #include #include @@ -58,4 +58,4 @@ int ldap_passwd_s(LDAP *ld,struct berval *user,struct berval *oldpw, #endif /* not HAVE_LDAP_PASSWD_S */ -#endif /* _COMPAT_LDAP_COMPAT_H */ +#endif /* COMPAT__LDAP_COMPAT_H */ -- cgit v1.2.3