about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-07-04 08:44:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-07-04 08:44:03 +0000
commit7f5828f0fba0172baacebf9f75594ab222db0159 (patch)
tree982ccdc60aef30647c88972bf68a319d7a01f784 /acconfig.h
parent41404fb6c723ce4544de1b216df37c9da5119f59 (diff)
downloadzsh-7f5828f0fba0172baacebf9f75594ab222db0159.tar.gz
zsh-7f5828f0fba0172baacebf9f75594ab222db0159.tar.xz
zsh-7f5828f0fba0172baacebf9f75594ab222db0159.zip
12149: guard against undefined h_errno in zftp
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 2f553d1b3..5b4dd4041 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -296,3 +296,6 @@
 
 /* Define to 1 if ino_t is 64 bit (for large file support) */
 #undef INO_T_IS_64_BIT
+
+/* Define to 1 if h_errno is not defined by the system */
+#undef USE_LOCAL_H_ERRNO