diff options
| author | Keith M Wesolowski <wesolows@foobazco.org> | 2013-11-01 21:54:44 +0000 |
|---|---|---|
| committer | Keith M Wesolowski <wesolows@foobazco.org> | 2013-11-01 21:54:44 +0000 |
| commit | 91197d7220bead18a04d4e89692520cf28fbe8b2 (patch) | |
| tree | cd06ebafbfaafac712db38c2b7b716c6168cc59d /usr/src/cmd/ssh/include/config.h | |
| parent | 1db0473d2f1d9999290300fb1abb65d3688d7bc1 (diff) | |
| parent | 8b1f072cdb7c7ae7c166fc48e2f1988fc5fbb3f4 (diff) | |
| download | illumos-joyent-91197d7220bead18a04d4e89692520cf28fbe8b2.tar.gz | |
[illumos-gate merge]
commit 8b1f072cdb7c7ae7c166fc48e2f1988fc5fbb3f4
4233 mptsas topo change buffer overflow
commit d33341fb88062a3afe7066acda297c3a1959176a
4263 system/test/zfstest should depend on system/xopen/xcu4
4264 New features should be added to zpool_get.cfg
4276 zfstest should use less common user account than "admin" for ACL tests
commit a5229c74bcec7e2b136379c59a46f4b0717fd516
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()
Diffstat (limited to 'usr/src/cmd/ssh/include/config.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/ssh/include/config.h b/usr/src/cmd/ssh/include/config.h index 884e177d9b..437b120029 100644 --- a/usr/src/cmd/ssh/include/config.h +++ b/usr/src/cmd/ssh/include/config.h @@ -4,6 +4,7 @@ /* * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013 Gary Mills */ #ifndef _CONFIG_H @@ -379,10 +380,10 @@ extern "C" { /* #undef BROKEN_SAVED_UIDS */ /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ -/* #undef GLOB_HAS_ALTDIRFUNC */ +#define GLOB_HAS_ALTDIRFUNC 1 /* Define if your system glob() function has gl_matchc options in glob_t */ -/* #undef GLOB_HAS_GL_MATCHC */ +#define GLOB_HAS_GL_MATCHC 1 /* * Define in your struct dirent expects you to allocate extra space for |
