X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-config.h.in;h=6ca7066553b7c8127e22508065795c50880ad9a0;hb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8;hp=5d1ee408648bb8f9a34466eb7c3eb23d31d83377;hpb=562c813acc6247c3c749841f4e4f812e7cedb66a;p=lttng-ust.git diff --git a/include/lttng/ust-config.h.in b/include/lttng/ust-config.h.in index 5d1ee408..6ca70665 100644 --- a/include/lttng/ust-config.h.in +++ b/include/lttng/ust-config.h.in @@ -1,7 +1,13 @@ -/* ust/config.h.in. Manually generated for control over the contained defs. */ +// SPDX-FileCopyrightText: 2023 EfficiOS, Inc +// +// 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 + +#endif