diff options
| -rw-r--r-- | src/auth.h | 4 | ||||
| -rw-r--r-- | src/auth/crypt.h | 4 | ||||
| -rw-r--r-- | src/auth/pam.h | 4 | ||||
| -rw-r--r-- | src/cerberus.h | 4 | ||||
| -rw-r--r-- | src/config.h | 4 | ||||
| -rw-r--r-- | src/login.h | 4 | ||||
| -rw-r--r-- | src/quit.h | 4 | ||||
| -rw-r--r-- | src/security.h | 4 |
8 files changed, 16 insertions, 16 deletions
@@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#ifndef __CERBERUS_H__ -#define __CERBERUS_H__ +#ifndef CERBERUS_CERBERUS_H +#define CERBERUS_CERBERUS_H #include <stdio.h> 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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#ifndef __LOGIN_H__ -#define __LOGIN_H__ +#ifndef CERBERUS_LOGIN_H +#define CERBERUS_LOGIN_H #include <pwd.h> @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. */ -#ifndef __SECURITY_H__ -#define __SECURITY_H__ +#ifndef CERBERUS_SECURITY_H +#define CERBERUS_SECURITY_H #include <sys/types.h> |
