From 4b814d92fe9787bf72ed3a9632e0866f4cedd27f Mon Sep 17 00:00:00 2001 From: "Matthias (think)" Date: Wed, 11 Jul 2012 12:00:56 +0200 Subject: added crc-dabmod patch --- config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 94b2931..0bdccbd 100644 --- a/config.h.in +++ b/config.h.in @@ -22,12 +22,21 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `boost_thread' library (-lboost_thread). */ +#undef HAVE_LIBBOOST_THREAD + /* Define to 1 if you have the `duma' library (-lduma). */ #undef HAVE_LIBDUMA /* Define to 1 if you have the `efence' library (-lefence). */ #undef HAVE_LIBEFENCE +/* Define to 1 if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + +/* Define to 1 if you have the `uhd' library (-luhd). */ +#undef HAVE_LIBUHD + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -- cgit v1.2.3