about summary refs log tree commit diff
path: root/Config/aczshoot.m4
blob: 3b90c6c7f95d2590387d75dcf2e3e8733d5288c1 (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])
])