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) 2013 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 ↓ 355 lines elided ↑ open up ↑
 372  373  /* Define if X11 doesn't support AF_UNIX sockets on that system */
 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      -/* #undef GLOB_HAS_ALTDIRFUNC */
      383 +#define GLOB_HAS_ALTDIRFUNC     1
 383  384  
 384  385  /* Define if your system glob() function has gl_matchc options in glob_t */
 385      -/* #undef GLOB_HAS_GL_MATCHC */
      386 +#define GLOB_HAS_GL_MATCHC      1
 386  387  
 387  388  /*
 388  389   * Define in your struct dirent expects you to allocate extra space for
 389  390   * d_name
 390  391   */
 391  392  #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
 392  393  
 393  394  /* Define if your getopt(3) defines and uses optreset */
 394  395  /* #undef HAVE_GETOPT_OPTRESET */
 395  396  
↓ open down ↓ 587 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX