Ethereal-dev: Re: [Ethereal-dev] POSIXLY_CORRECT patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 12 Feb 2003 00:58:29 -0800
On Wed, Feb 12, 2003 at 10:44:12AM +0200, Santeri Paavolainen wrote:
> Attached is a patch based from the 2003-02-11 CVS snapshot.

Checked in (after applying it with "patch -R", as it was a reversed
patch).

> Perhaps a corresponding change needs to be done to Makefile.nmake too? (I
> do not know whether POSIXLY_CORRECT is observed under Windows toolchain.)

What part of the code in question checks POSIXLY_CORRECT?  If it's the
Perl interpreter, and the Windows versions of those interpreters check
for a POSIXLY_CORRECT environment variable, or if it's some piece of
Perl code pulled in by the script (e.g. the Getopt module), and *that*
code checks for a POSIXLY_CORRECT environment variable and the check
also works on Windows, then, in that particular tool, POSIXLY_CORRECT
would be observed.