diff options
author | djm <djm> | 2001-03-14 00:39:45 +0000 |
---|---|---|
committer | djm <djm> | 2001-03-14 00:39:45 +0000 |
commit | 123251ac08dd883341755683c47e0f6f7a5ccd82 (patch) | |
tree | 77fd5535605b183cbd591adcad7b7c7b347cee43 /acconfig.h | |
parent | d882f4f8c7e29dd8ecfe5820b3715684a49c9dcb (diff) | |
download | openssh-123251ac08dd883341755683c47e0f6f7a5ccd82.tar.gz |
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
missing or lacks the GLOB_ALTDIRFUNC extension
- (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
relatively. Avoids conflict between glob.h and /usr/include/glob.h
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.106 2001/03/03 13:29:21 djm Exp $ */ +/* $Id: acconfig.h,v 1.107 2001/03/14 00:39:46 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -302,6 +302,9 @@ /* Needed for SCO and NeXT */ #undef BROKEN_SAVED_UIDS +/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ +#undef GLOB_HAS_ALTDIRFUNC + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ |