Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()
   1 /* config.h.  Generated by configure.  */
   2 /* config.h.in.  Generated from configure.ac by autoheader.  */
   3 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
   4 
   5 /*
   6  * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.

   7  */
   8 
   9 #ifndef _CONFIG_H
  10 #define _CONFIG_H
  11 
  12 #ifdef __cplusplus
  13 extern "C" {
  14 #endif
  15 
  16 
  17 /* Generated automatically from acconfig.h by autoheader. */
  18 /* Please make your changes there */
  19 
  20 
  21 /* Define to a Set Process Title type if your system is */
  22 /* supported by bsd-setproctitle.c */
  23 /* #undef SPT_TYPE */
  24 
  25 /* setgroups() NOOP allowed */
  26 /* #undef SETGROUPS_NOOP */


 363 /* Workaround more Linux IPv6 quirks */
 364 /* #undef DONT_TRY_OTHER_AF */
 365 
 366 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
 367 #define IPV4_IN_IPV6 1
 368 
 369 /* Define if you have BSD auth support */
 370 /* #undef BSD_AUTH */
 371 
 372 /* Define if X11 doesn't support AF_UNIX sockets on that system */
 373 /* #undef NO_X11_UNIX_SOCKETS */
 374 
 375 /* Define if the concept of ports only accessible to superusers isn't known */
 376 /* #undef NO_IPPORT_RESERVED_CONCEPT */
 377 
 378 /* Needed for SCO and NeXT */
 379 /* #undef BROKEN_SAVED_UIDS */
 380 
 381 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
 382 /* #undef GLOB_HAS_ALTDIRFUNC */

 383 
 384 /* Define if your system glob() function has gl_matchc options in glob_t */
 385 /* #undef GLOB_HAS_GL_MATCHC */

 386 
 387 /*
 388  * Define in your struct dirent expects you to allocate extra space for
 389  * d_name
 390  */
 391 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
 392 
 393 /* Define if your getopt(3) defines and uses optreset */
 394 /* #undef HAVE_GETOPT_OPTRESET */
 395 
 396 /* Define on *nto-qnx systems */
 397 /* #undef MISSING_NFDBITS */
 398 
 399 /* Define on *nto-qnx systems */
 400 /* #undef MISSING_HOWMANY */
 401 
 402 /* Define on *nto-qnx systems */
 403 /* #undef MISSING_FD_MASK */
 404 
 405 /*


   1 /* config.h.  Generated by configure.  */
   2 /* config.h.in.  Generated from configure.ac by autoheader.  */
   3 /* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
   4 
   5 /*
   6  * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
   7  * Copyright (c) 2012 Gary Mills
   8  */
   9 
  10 #ifndef _CONFIG_H
  11 #define _CONFIG_H
  12 
  13 #ifdef __cplusplus
  14 extern "C" {
  15 #endif
  16 
  17 
  18 /* Generated automatically from acconfig.h by autoheader. */
  19 /* Please make your changes there */
  20 
  21 
  22 /* Define to a Set Process Title type if your system is */
  23 /* supported by bsd-setproctitle.c */
  24 /* #undef SPT_TYPE */
  25 
  26 /* setgroups() NOOP allowed */
  27 /* #undef SETGROUPS_NOOP */


 364 /* Workaround more Linux IPv6 quirks */
 365 /* #undef DONT_TRY_OTHER_AF */
 366 
 367 /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
 368 #define IPV4_IN_IPV6 1
 369 
 370 /* Define if you have BSD auth support */
 371 /* #undef BSD_AUTH */
 372 
 373 /* Define if X11 doesn't support AF_UNIX sockets on that system */
 374 /* #undef NO_X11_UNIX_SOCKETS */
 375 
 376 /* Define if the concept of ports only accessible to superusers isn't known */
 377 /* #undef NO_IPPORT_RESERVED_CONCEPT */
 378 
 379 /* Needed for SCO and NeXT */
 380 /* #undef BROKEN_SAVED_UIDS */
 381 
 382 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
 383 /* #undef GLOB_HAS_ALTDIRFUNC */
 384 #define GLOB_HAS_ALTDIRFUNC     1
 385 
 386 /* Define if your system glob() function has gl_matchc options in glob_t */
 387 /* #undef GLOB_HAS_GL_MATCHC */
 388 #define GLOB_HAS_GL_MATCHC      1
 389 
 390 /*
 391  * Define in your struct dirent expects you to allocate extra space for
 392  * d_name
 393  */
 394 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1
 395 
 396 /* Define if your getopt(3) defines and uses optreset */
 397 /* #undef HAVE_GETOPT_OPTRESET */
 398 
 399 /* Define on *nto-qnx systems */
 400 /* #undef MISSING_NFDBITS */
 401 
 402 /* Define on *nto-qnx systems */
 403 /* #undef MISSING_HOWMANY */
 404 
 405 /* Define on *nto-qnx systems */
 406 /* #undef MISSING_FD_MASK */
 407 
 408 /*