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/log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nslcd/log.h') diff --git a/nslcd/log.h b/nslcd/log.h index 43215de..3fa3d23 100644 --- a/nslcd/log.h +++ b/nslcd/log.h @@ -20,8 +20,8 @@ */ -#ifndef _LOG_H -#define _LOG_H 1 +#ifndef NSLCD__LOG_H +#define NSLCD__LOG_H 1 #include @@ -65,4 +65,4 @@ int log_getloglevel(const char *lvl) MUST_USE; -#endif /* not _LOG_H */ +#endif /* not NSLCD__LOG_H */ -- cgit v1.2.3