From ed4daf7429bf2580118aad87b8f3e2011efed7ec Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 14 Jul 2022 19:09:06 -0400 Subject: Initial commit --- .config/shells/zsh/plugins/fzf-tab/modules/Config/aczshoot.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/shells/zsh/plugins/fzf-tab/modules/Config/aczshoot.m4 (limited to '.config/shells/zsh/plugins/fzf-tab/modules/Config/aczshoot.m4') diff --git a/.config/shells/zsh/plugins/fzf-tab/modules/Config/aczshoot.m4 b/.config/shells/zsh/plugins/fzf-tab/modules/Config/aczshoot.m4 new file mode 100644 index 0000000..3b90c6c --- /dev/null +++ b/.config/shells/zsh/plugins/fzf-tab/modules/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 v1.2.3