]> git.meshlink.io Git - meshlink/blobdiff - cmake_config.h.in
Initial support for CMake.
[meshlink] / cmake_config.h.in
diff --git a/cmake_config.h.in b/cmake_config.h.in
new file mode 100644 (file)
index 0000000..c4854c3
--- /dev/null
@@ -0,0 +1,10 @@
+#define _GNU_SOURCE 1
+#define __USE_BSD 1
+#define _POSIX_C_SOURCE 200809L
+#define _DARWIN_C_SOURCE 1
+
+#cmakedefine HAVE_ASPRINTF
+#cmakedefine HAVE_PSELECT
+#cmakedefine HAVE_SETNS
+#cmakedefine HAVE_STDATOMIC_H
+#cmakedefine HAVE_STRSIGNAL