summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 74c8a2e..c79aedc 100644
--- a/config.h
+++ b/config.h
@@ -28,8 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef VAULT_CONFIG_H
-#define VAULT_CONFIG_H
+#ifndef CONFIG_H
+#define CONFIG_H
/*
* The directory that will be browseable through vault. The vault process
@@ -48,4 +48,4 @@
#define LOG_FILE "/var/log/vault.log"
#endif
-#endif /* VAULT_CONFIG_H */
+#endif /* CONFIG_H */