Added config.h headers to fix win32 build
authorThomas Tsou <ttsou@vt.edu>
Thu, 1 Oct 2009 17:33:33 +0000 (13:33 -0400)
committerThomas Tsou <ttsou@vt.edu>
Thu, 1 Oct 2009 17:33:33 +0000 (13:33 -0400)
usrp/host/lib/db_base.cc
usrp/host/lib/db_basic.cc
usrp/host/lib/db_boards.cc
usrp/host/lib/db_dbs_rx.cc
usrp/host/lib/db_dtt754.cc
usrp/host/lib/db_dtt768.cc
usrp/host/lib/db_flexrf.cc
usrp/host/lib/db_tv_rx.cc
usrp/host/lib/db_xcvr2450.cc
usrp/host/lib/usrp_standard.cc

index 102166a8671efea58c4d61fc0fa8f0c31d69876e..1cb4634296d8a5569adf071bbd7a9e01a6b92319 100644 (file)
 // Boston, MA 02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_base.h>
 #include <db_base_impl.h>
 
index 0c6bedec4b2284777ed78fb3931e1f86027ad42d..1694d6a3ffb295552bccbec0f16327643448d0d9 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_basic.h>
 #include <db_base_impl.h>
 
index d6c6447046fbe9e51fc43297053a7d0d9670ce1b..8ef5bac8b248647bb8d3d234446253b9d5d39483 100644 (file)
 // Boston, MA 02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <db_boards.h>
 #include <usrp/usrp_dbid.h>
 #include <usrp/db_basic.h>
index 99f66c785cc1f38e8c3255f013e5052670c17314..98b05d0bf89972a0bf237c4dd7e5e958335b8f1b 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_dbs_rx.h>
 #include <db_base_impl.h>
 #include <cmath>
index d78c5b32840d5bc64b2ad10faa965d49edc78e8e..9634c610d7e2fa929fa897f03e54582d26f8ec6c 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_dtt754.h>
 #include <db_base_impl.h>
 
index a520fdc60e7247da71076bf795522665feb79e84..68e3077231ba22eeb6bbc20431793fefe49202d2 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_dtt768.h>
 #include <db_base_impl.h>
 
index 2d2bfabbb262cb21b16cfd4b5dde51aa0db46e5d..f6b44834b01a67d60fa5573f7773f1325b220074 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_flexrf.h>
 #include <db_base_impl.h>
 
index 494ee7a1a29f7e44b2a5a60c40e6fe49ae7e3734..4b28e9bc11d2fce202edd30866d6e86f9fc3dfb5 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_tv_rx.h>
 #include <db_base_impl.h>
 
index 408a0558789f9e294fce5d261906da9e60599745..72367286caf721ecb16a958f7a542f610e2ae63f 100644 (file)
 // the Free Software Foundation, Inc., 51 Franklin Street,
 // Boston, MA 02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/db_xcvr2450.h>
 #include <db_base_impl.h>
 #include <cmath>
index b112dbe0c75e3120986fb9ac9725e1133dc2c343..541dd3f570c52ad317a9b03e988b6164d843d1c7 100644 (file)
  * Boston, MA 02110-1301, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <usrp/usrp_standard.h>
 
 #include "usrp/usrp_prims.h"