Move TRACETOOLS_LTTNG_ENABLED definition to config.h.in

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-02-28 17:45:57 -05:00
parent 40092071e9
commit c6b7a645e3
3 changed files with 11 additions and 7 deletions

View file

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "tracetools/config.h"
#ifdef TRACETOOLS_LTTNG_ENABLED
#include <dlfcn.h>
#include <cxxabi.h>