aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-05 08:41:28 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-05 08:42:45 +0100
commit3e19de1edd83d44458d138d8a1b9fc8049b30c06 (patch)
tree136a372b80a7aa9275e6fbbdd443285294792c37 /src/config.h.in
parent491750b98acf9f4fa4aeaa438ee6d847b7d8bcec (diff)
downloadyawa-3e19de1edd83d44458d138d8a1b9fc8049b30c06.tar.xz
Split yawa.h out
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index a88cf42..6d0e598 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,5 +1,9 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
#define PACKAGE_NAME "@PACKAGE_NAME@"
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
#define PACKAGE_STRING "@PACKAGE_STRING@"
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
#define DESCRIPTION "@PACKAGE_DESCRIPTION@"
+#endif