From 457c655231d10b7ec606f8b3a63f461fe19f098c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Apr 2014 06:24:14 +0200 Subject: change inclusion guard pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/auth.h | 4 ++-- src/auth/crypt.h | 4 ++-- src/auth/pam.h | 4 ++-- src/cerberus.h | 4 ++-- src/config.h | 4 ++-- src/login.h | 4 ++-- src/quit.h | 4 ++-- src/security.h | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/auth.h b/src/auth.h index 3851b95..9325ef8 100644 --- a/src/auth.h +++ b/src/auth.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __AUTH_H__ -#define __AUTH_H__ +#ifndef CERBERUS_AUTH_H +#define CERBERUS_AUTH_H diff --git a/src/auth/crypt.h b/src/auth/crypt.h index e75c5b5..0be6a39 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __CRYPT_H__ -#define __CRYPT_H__ +#ifndef CERBERUS_AUTH_CRYPT_H +#define CERBERUS_AUTH_CRYPT_H /** diff --git a/src/auth/pam.h b/src/auth/pam.h index ee766df..c7fae8d 100644 --- a/src/auth/pam.h +++ b/src/auth/pam.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __PAM_H__ -#define __PAM_H__ +#ifndef CERBERUS_AUTH_PAM_H +#define CERBERUS_AUTH_PAM_H /** diff --git a/src/cerberus.h b/src/cerberus.h index 6be59fc..cabc0e9 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __CERBERUS_H__ -#define __CERBERUS_H__ +#ifndef CERBERUS_CERBERUS_H +#define CERBERUS_CERBERUS_H #include diff --git a/src/config.h b/src/config.h index acf596c..b6e3f50 100644 --- a/src/config.h +++ b/src/config.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __CONFIG_H__ -#define __CONFIG_H__ +#ifndef CERBERUS_CONFIG_H +#define CERBERUS_CONFIG_H /** diff --git a/src/login.h b/src/login.h index e7f2a82..3ed5f2a 100644 --- a/src/login.h +++ b/src/login.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __LOGIN_H__ -#define __LOGIN_H__ +#ifndef CERBERUS_LOGIN_H +#define CERBERUS_LOGIN_H #include diff --git a/src/quit.h b/src/quit.h index cbae77c..d2895ea 100644 --- a/src/quit.h +++ b/src/quit.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __QUIT_H__ -#define __QUIT_H__ +#ifndef CERBERUS_QUIT_H +#define CERBERUS_QUIT_H /** diff --git a/src/security.h b/src/security.h index 3a218d9..128422d 100644 --- a/src/security.h +++ b/src/security.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __SECURITY_H__ -#define __SECURITY_H__ +#ifndef CERBERUS_SECURITY_H +#define CERBERUS_SECURITY_H #include -- cgit v1.2.3-70-g09d2