include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-config.h.in
index 632131c790191cebd256965e6cf77fd8d597ddf0..6ca7066553b7c8127e22508065795c50880ad9a0 100644 (file)
@@ -1,14 +1,13 @@
-/*
- * SPDX-License-Identifier: MIT
- */
+// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+//
+// SPDX-License-Identifier: MIT
 
-/* ust/config.h.in. Manually generated for control over the contained defs. */
+#ifndef _LTTNG_UST_CONFIG_H
+#define _LTTNG_UST_CONFIG_H
 
-/* Use efficient unaligned access. */
-#undef LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS
+/* 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
This page took 0.023563 seconds and 4 git commands to generate.