mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
8 lines
152 B
Text
8 lines
152 B
Text
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])
|
|
])
|