X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-config.h.in;h=fb6e371c5235f16c526a4b0b46c4ca7137c3e0ff;hb=2eba8e397d36e8cecaf4731b4f892dc57f32a382;hp=fb08f9f58d6fad457654897099713c99fab3a41c;hpb=d58d145447ffcc9497801769e1fe754b30dca5b8;p=lttng-ust.git diff --git a/include/lttng/ust-config.h.in b/include/lttng/ust-config.h.in index fb08f9f5..fb6e371c 100644 --- a/include/lttng/ust-config.h.in +++ b/include/lttng/ust-config.h.in @@ -1,10 +1,13 @@ -/* ust/config.h.in. Manually generated for control over the contained defs. */ +/* + * SPDX-License-Identifier: MIT + */ -/* Use efficient unaligned access. */ -#undef LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS +#ifndef _LTTNG_UST_CONFIG_H +#define _LTTNG_UST_CONFIG_H + +/* lttng/ust-config.h.in. Manually generated for control over the contained defs. */ /* DTrace/GDB/SystemTap integration via sdt.h */ #undef LTTNG_UST_HAVE_SDT_INTEGRATION -/* Perf event integration via perf_event.h */ -#undef LTTNG_UST_HAVE_PERF_EVENT +#endif