Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-01-02 00:57:13 +0400
committerFelix Geyer <debfx@fobos.de>2012-01-02 00:57:13 +0400
commit17d0fb9963d9d02ea7d6fc8b52631d7ae6705cd6 (patch)
tree8c8ac92ff36d811c1bd5113c5940e234468c929c /src
parent00aafa69f5a478749f796fca20b5a71a6d5d1b49 (diff)
Add include guards.
Diffstat (limited to 'src')
-rw-r--r--src/config-keepassx.h.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config-keepassx.h.cmake b/src/config-keepassx.h.cmake
index 21be30be5..298edef84 100644
--- a/src/config-keepassx.h.cmake
+++ b/src/config-keepassx.h.cmake
@@ -1,5 +1,10 @@
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
+#ifndef KEEPASSX_CONFIG_H
+#define KEEPASSX_CONFIG_H
+
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
+
+#endif // KEEPASSX_CONFIG_H