From 0db480e32bbc32cd9cea63f193fd9379d6c3d7e2 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 12 Oct 2007 12:45:50 +0000 Subject: 23945: autoconf include file for budding out-of-tree module support. --- Config/aczshoot.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Config/aczshoot.m4 (limited to 'Config') 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]) +]) -- cgit 1.4.1