summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
new file mode 100644
index 0000000..c968271
--- /dev/null
+++ b/include/config.h.in
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
+#ifndef __UVC_GADGET_CONFIG_H__
+#define __UVC_GADGET_CONFIG_H__
+
+#cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
+#cmakedefine HAVE_GLOB @HAVE_GLOB@
+
+#endif