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 --- nslcd/attmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nslcd/attmap.h') diff --git a/nslcd/attmap.h b/nslcd/attmap.h index 480f290..dcfd0a4 100644 --- a/nslcd/attmap.h +++ b/nslcd/attmap.h @@ -20,8 +20,8 @@ 02110-1301 USA */ -#ifndef _ATTMAP_H -#define _ATTMAP_H 1 +#ifndef NSLCD__ATTMAP_H +#define NSLCD__ATTMAP_H 1 #include "cfg.h" #include "myldap.h" @@ -95,4 +95,4 @@ const char *attmap_get_value(MYLDAP_ENTRY *entry,const char *attr,char *buffer,s can either be an attribute or an attribute expression. */ SET *attmap_add_attributes(SET *set,const char *attr); -#endif /* not _ATTMAP_H */ +#endif /* not NSLCD__ATTMAP_H */ -- cgit v1.2.3