about summary refs log tree commit diff
path: root/Config/aczshoot.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Config/aczshoot.m4')
-rw-r--r--Config/aczshoot.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/Config/aczshoot.m4 b/Config/aczshoot.m4
new file mode 100644
index 000000000..d062e20fb
--- /dev/null
+++ b/Config/aczshoot.m4
@@ -0,0 +1,8 @@
+AC_DEFUN(zsh_OOT,
+[
+AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h)
+
+AC_TYPE_SIGNAL
+
+AC_DEFINE([ZSH_OOT_MODULE], [], [Out-of-tree module])
+])