Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
[deliverable/lttng-ust.git] / include / lttng / ust-tracer.h
index dafb69349caead11160faafd82069a12662f4be0..205af942c50ca456a2f211e6b481a1995dfb2a99 100644 (file)
  * modified is included with the above copyright notice.
  */
 
-#include <lttng/config.h>
+#include <lttng/ust-config.h>
 #include <lttng/ust-version.h>
 
-#ifndef HAVE_EFFICIENT_UNALIGNED_ACCESS
+#ifndef LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS
 /* Align data on its natural alignment */
 #define RING_BUFFER_ALIGN
 #endif
This page took 0.023609 seconds and 5 git commands to generate.