Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
[lttng-ust.git] / include / lttng / ust-config.h.in
diff --git a/include/lttng/ust-config.h.in b/include/lttng/ust-config.h.in
new file mode 100644 (file)
index 0000000..5d1ee40
--- /dev/null
@@ -0,0 +1,7 @@
+/* ust/config.h.in. Manually generated for control over the contained defs. */
+
+/* Use efficient unaligned access. */
+#undef LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS
+
+/* DTrace/GDB/SystemTap integration via sdt.h */
+#undef LTTNG_UST_HAVE_SDT_INTEGRATION
This page took 0.022696 seconds and 4 git commands to generate.