Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problems with regular expressions on OpenBSD/sparc
- X-seq: zsh-workers 15298
- From: David Lebel <lebel@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: problems with regular expressions on OpenBSD/sparc
- Date: Sat, 7 Jul 2001 12:33:15 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1010707160002.ZM14524@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Sat, Jul 07, 2001 at 04:00:01PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: None whatsover.
- References: <20010707091954.K8090@xxxxxxxxx> <1010707160002.ZM14524@xxxxxxxxxxxxxxxxxxxxxxx>
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