Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problems with regular expressions on OpenBSD/sparc



Quoting Bart Schaefer (schaefer@xxxxxxxxxxxxxxxxxxxxxxx):
> What does
> 
>     grep DIR config.h
> 
> show you?

for OpenBSD/sparc:

---cut---
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
/* #undef STACK_DIRECTION */
#define HAVE_STRUCT_DIRENT_D_INO 1
/* #undef HAVE_STRUCT_DIRENT_D_STAT */
/* #undef HAVE_STRUCT_DIRECT_D_INO */
/* #undef HAVE_STRUCT_DIRECT_D_STAT */
/* #undef MAILDIR_SUPPORT */
#define HAVE_FCHDIR 1
#define HAVE_DIRENT_H 1
/* #undef HAVE_NDIR_H */
/* #undef HAVE_SYS_DIR_H */
/* #undef HAVE_SYS_NDIR_H */
---cut---

For OpenBSD/i386:

---cut---
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
/* #undef STACK_DIRECTION */
#define HAVE_STRUCT_DIRENT_D_INO 1
/* #undef HAVE_STRUCT_DIRENT_D_STAT */
/* #undef HAVE_STRUCT_DIRECT_D_INO */
/* #undef HAVE_STRUCT_DIRECT_D_STAT */
/* #undef MAILDIR_SUPPORT */
#define HAVE_FCHDIR 1
#define HAVE_DIRENT_H 1
/* #undef HAVE_NDIR_H */
/* #undef HAVE_SYS_DIR_H */
/* #undef HAVE_SYS_NDIR_H */
---cut---

Looks the same to me.

Ciao,
  ...David

-- 
// david lebel <lebel@{lebel.org,nobiaze.com,openbsd.org}> //
// http://www.lebel.org/           http://www.nobiaze.com/ //
// pgp: 3633 6999 D47E 73ED 099F  4341 08A4 8E48 EF56 61D1 //



Messages sorted by: Reverse Date, Date, Thread, Author