Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ssh/include/config.h
          +++ new/usr/src/cmd/ssh/include/config.h
   1    1  /* config.h.  Generated by configure.  */
   2    2  /* config.h.in.  Generated from configure.ac by autoheader.  */
   3    3  /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
   4    4  
   5    5  /*
   6    6   * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
        7 + * Copyright (c) 2012 Gary Mills
   7    8   */
   8    9  
   9   10  #ifndef _CONFIG_H
  10   11  #define _CONFIG_H
  11   12  
  12   13  #ifdef __cplusplus
  13   14  extern "C" {
  14   15  #endif
  15   16  
  16   17  
↓ open down ↓ 356 lines elided ↑ open up ↑
 373  374  /* #undef NO_X11_UNIX_SOCKETS */
 374  375  
 375  376  /* Define if the concept of ports only accessible to superusers isn't known */
 376  377  /* #undef NO_IPPORT_RESERVED_CONCEPT */
 377  378  
 378  379  /* Needed for SCO and NeXT */
 379  380  /* #undef BROKEN_SAVED_UIDS */
 380  381  
 381  382  /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
 382  383  /* #undef GLOB_HAS_ALTDIRFUNC */
      384 +#define GLOB_HAS_ALTDIRFUNC     1
 383  385  
 384  386  /* Define if your system glob() function has gl_matchc options in glob_t */
 385  387  /* #undef GLOB_HAS_GL_MATCHC */
      388 +#define GLOB_HAS_GL_MATCHC      1
 386  389  
 387  390  /*
 388  391   * Define in your struct dirent expects you to allocate extra space for
 389  392   * d_name
 390  393   */
 391  394  #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
 392  395  
 393  396  /* Define if your getopt(3) defines and uses optreset */
 394  397  /* #undef HAVE_GETOPT_OPTRESET */
 395  398  
↓ open down ↓ 587 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX