From 7f5828f0fba0172baacebf9f75594ab222db0159 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 4 Jul 2000 08:44:03 +0000 Subject: 12149: guard against undefined h_errno in zftp --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') 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 -- cgit 1.4.1