Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()
*** 2,11 ****
--- 2,12 ----
/* config.h.in. Generated from configure.ac by autoheader. */
/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
/*
* Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013 Gary Mills
*/
#ifndef _CONFIG_H
#define _CONFIG_H
*** 377,390 ****
/* Needed for SCO and NeXT */
/* #undef BROKEN_SAVED_UIDS */
/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
! /* #undef GLOB_HAS_ALTDIRFUNC */
/* 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
*/
--- 378,391 ----
/* Needed for SCO and NeXT */
/* #undef BROKEN_SAVED_UIDS */
/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
! #define GLOB_HAS_ALTDIRFUNC 1
/* Define if your system glob() function has gl_matchc options in glob_t */
! #define GLOB_HAS_GL_MATCHC 1
/*
* Define in your struct dirent expects you to allocate extra space for
* d_name
*/