about summary refs log tree commit diff
path: root/Config/aczshoot.m4
blob: d062e20fbdf56d771589d5b40471b4209851e665 (plain) (blame)
1
2
3
4
5
6
7
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])
])