diff options
author | Damien Miller <djm@mindrot.org> | 2001-03-28 06:35:30 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-03-28 06:35:30 +0200 |
commit | 18bb473eb0509ef74cb7eb644925a9afaa8efaae (patch) | |
tree | 7f9ae81f1b275197e9f129910213fa2487d9593d /acconfig.h | |
parent | - (djm) Reorder tests and library inclusion for Krb4/AFS to try to (diff) | |
download | openssh-18bb473eb0509ef74cb7eb644925a9afaa8efaae.tar.xz openssh-18bb473eb0509ef74cb7eb644925a9afaa8efaae.zip |
- (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
fix from Philippe Levan <levan@epix.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 57b5e6076..928277a36 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.108 2001/03/17 01:15:38 mouring Exp $ */ +/* $Id: acconfig.h,v 1.109 2001/03/28 04:35:30 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -308,6 +308,9 @@ /* Define if your system glob() function has gl_matchc options in glob_t */ #undef GLOB_HAS_GL_MATCHC +/* Define in your struct dirent expects you to allocate extra space for d_name */ +#undef BROKEN_ONE_BYTE_DIRENT_D_NAME + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ |