about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-28 04:36:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-28 04:36:33 +0000
commit8b04f597c489d0805f7d9bfa689076ce98b15e6a (patch)
tree9fece329213123ae5f5550b4580526fc3a830f4e /acconfig.h
parent057736f440786917e24e6ff22b05d4dabf86738c (diff)
downloadzsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.tar.gz
zsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.tar.xz
zsh-8b04f597c489d0805f7d9bfa689076ce98b15e6a.zip
zsh-workers/9889
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 453ca1fa4..715d45c28 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -207,6 +207,9 @@
 /* Define to 1 if there is a prototype defined for ioctl() on your system */
 #undef HAVE_IOCTL_PROTO
 
+/* Define to 1 if there is a prototype defined for mknod() on your system */
+#undef HAVE_MKNOD_PROTO
+
 /* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51*/
 #undef SELECT_IN_SYS_SOCKET_H