Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()
@@ -2,10 +2,11 @@
/* 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) 2012 Gary Mills
*/
#ifndef _CONFIG_H
#define _CONFIG_H
@@ -378,13 +379,15 @@
/* 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 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
* d_name
*/