summaryrefslogtreecommitdiff
path: root/dotfiles/system/.zsh/modules/Config/aczshoot.m4
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.zsh/modules/Config/aczshoot.m4')
-rw-r--r--dotfiles/system/.zsh/modules/Config/aczshoot.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/dotfiles/system/.zsh/modules/Config/aczshoot.m4 b/dotfiles/system/.zsh/modules/Config/aczshoot.m4
deleted file mode 100644
index 3b90c6c..0000000
--- a/dotfiles/system/.zsh/modules/Config/aczshoot.m4
+++ /dev/null
@@ -1,8 +0,0 @@
-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])
-])