summaryrefslogtreecommitdiffstats
path: root/host/lib/constants.hpp.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-17 17:20:11 -0700
committerJosh Blum <josh@joshknows.com>2010-08-17 17:20:11 -0700
commit6c8260dcb5c73aaef38b7473acc9a332a93c5fa5 (patch)
tree591d0bd3a8d37120a240153881980adf65b84658 /host/lib/constants.hpp.in
parentfa7cf1f297dc6a6d04b550f9a6211caeb0a87074 (diff)
parent7d110e73e6b0651f73e8e5b165244f59e66fed87 (diff)
downloaduhd-6c8260dcb5c73aaef38b7473acc9a332a93c5fa5.tar.gz
uhd-6c8260dcb5c73aaef38b7473acc9a332a93c5fa5.tar.bz2
uhd-6c8260dcb5c73aaef38b7473acc9a332a93c5fa5.zip
Merge branch 'next' into usrp1
Diffstat (limited to 'host/lib/constants.hpp.in')
-rw-r--r--host/lib/constants.hpp.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/lib/constants.hpp.in b/host/lib/constants.hpp.in
index 2ed4e302f..4aedb6d4a 100644
--- a/host/lib/constants.hpp.in
+++ b/host/lib/constants.hpp.in
@@ -18,11 +18,9 @@
#ifndef INCLUDED_LIBUHD_CONSTANTS_HPP
#define INCLUDED_LIBUHD_CONSTANTS_HPP
-#include <uhd/config.hpp>
-#include <string>
-
//these should be pre-processor macros to avoid static initialization issues
#define UHD_VERSION_STRING "@CPACK_PACKAGE_VERSION@"
-#define FULL_PKG_DATA_DIR "@FULL_PKG_DATA_DIR@"
+#define LOCAL_PKG_DATA_DIR "@LOCAL_PKG_DATA_DIR@"
+#define INSTALLER_PKG_DATA_DIR "@INSTALLER_PKG_DATA_DIR@"
#endif /* INCLUDED_LIBUHD_CONSTANTS_HPP */