aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-05-27 19:55:01 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2013-09-05 21:31:03 -0400
commit35b8af92265ed74de63c3818e5290c27b3f35df2 (patch)
tree7cd074e2ba31ca9346d69922e312ebd3e7298711 /src/clientversion.h
parent2fee100f036626866e5dca3f27b7562da25e43f3 (diff)
downloadbitcoin-35b8af92265ed74de63c3818e5290c27b3f35df2.tar.xz
autotools: switch to autotools buildsystem
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 30c0c4072b..b376a67c8a 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -1,6 +1,9 @@
#ifndef CLIENTVERSION_H
#define CLIENTVERSION_H
+#if defined(HAVE_CONFIG_H)
+#include "bitcoin-config.h"
+#else
//
// client versioning and copyright year
//
@@ -18,6 +21,8 @@
// Todo: update this when changing our copyright comments in the source
#define COPYRIGHT_YEAR 2013
+#endif //HAVE_CONFIG_H
+
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
#define STRINGIZE(X) DO_STRINGIZE(X)