aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/auth.h4
-rw-r--r--src/auth/crypt.h4
-rw-r--r--src/auth/pam.h4
3 files changed, 6 insertions, 6 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 <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
/**