QNX Compile Error (Illegal _XOPEN_SOURCE value)

2005-05-21 Thread David Wolfe
Hi, OpenSSL folks. Thought I'd toss this compilation problem I encountered your way in case someone wants to fix it in CVS. When I try to compile openssl-0.9.7g on QNX 6.2.1, I get an error due to _XOPEN_SOURCE being defined in a few of the openssl source files, but *not* having a value of 500.

Re: QNX Compile Error (Illegal _XOPEN_SOURCE value)

2005-05-21 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sat, 21 May 2005 10:07:23 -0700 (PDT), David Wolfe [EMAIL PROTECTED] said: dwolfe5272 I suspect that no other platforms would break if this dwolfe5272 change were made in the OpenSSL sources, as this seems to dwolfe5272 be the standard-mandated behavior:

Re: QNX Compile Error (Illegal _XOPEN_SOURCE value)

2005-05-21 Thread Andy Polyakov
dwolfe5272 I suspect that no other platforms would break if this dwolfe5272 change were made in the OpenSSL sources, as this seems to dwolfe5272 be the standard-mandated behavior: dwolfe5272 http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html Fix applied. Thanks for the

Re: QNX Compile Error (Illegal _XOPEN_SOURCE value)

2005-05-21 Thread Andy Polyakov
dwolfe5272 I suspect that no other platforms would break if this dwolfe5272 change were made in the OpenSSL sources, as this seems to dwolfe5272 be the standard-mandated behavior: dwolfe5272 http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html Fix applied. Thanks for the