about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2001-06-19 06:59:24 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2001-06-19 06:59:24 +0000
commit9b9e9401178190a75b03662416265993dea06f09 (patch)
tree97f8d48127c485c1dc4b9090646915b7096c3bec /acconfig.h
parent7bac7b6f76334e83d017edf1801ef7a3df5a9aa9 (diff)
downloadzsh-9b9e9401178190a75b03662416265993dea06f09.tar.gz
zsh-9b9e9401178190a75b03662416265993dea06f09.tar.xz
zsh-9b9e9401178190a75b03662416265993dea06f09.zip
14973: fix for reported problems on AIX.
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 733782f8d..2276d7d1d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -320,3 +320,6 @@
 
 /* Define if term.h chokes without curses.h */
 #undef TERM_H_NEEDS_CURSES_H
+
+/* Define to the base type of the third argument of accept */
+#undef SOCKLEN_T