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 --- nss/prototypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nss/prototypes.h') diff --git a/nss/prototypes.h b/nss/prototypes.h index 9854933..7b82c27 100644 --- a/nss/prototypes.h +++ b/nss/prototypes.h @@ -20,8 +20,8 @@ 02110-1301 USA */ -#ifndef _NSS_EXPORTS_H -#define _NSS_EXPORTS_H 1 +#ifndef NSS__PROTOTYPES_H +#define NSS__PROTOTYPES_H 1 #include #ifdef HAVE_ALIASES_H @@ -172,4 +172,4 @@ enum nss_status _nss_ldap_setspent(int stayopen); enum nss_status _nss_ldap_getspent_r(struct spwd *result,char *buffer,size_t buflen,int *errnop); enum nss_status _nss_ldap_endspent(void); -#endif /* not NSS_EXPORTS */ +#endif /* not NSS__PROTOTYPES_H */ -- cgit v1.2.3