_POSIX_C_SOURCE

2012-01-03 Thread Tim Rice
error before `siginfo_t' *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) . Same problem with apps/apps.c It comes from #ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 2 #endif The comments in apps/apps.c indicate it is needed for VMS and the comments in crypto/ui

Re: _POSIX_C_SOURCE

2012-01-03 Thread Rainer Jung
:128: /usr/include/sys/signal.h:175: parse error before `siginfo_t' *** Error code 1 (bu21) *** Error code 1 (bu21) *** Error code 1 (bu21) . Same problem with apps/apps.c It comes from #ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 2 #endif The comments in apps/apps.c indicate it is needed

RE: [openssl.org #1924] Resolved: [patch] Fix refs to _POSIX_C_SOURCE

2009-05-13 Thread Green, Paul via RT
Thanks for applying this patch, as well as others, on my behalf. PG __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

[openssl.org #1924] [patch] Fix refs to _POSIX_C_SOURCE

2009-05-11 Thread Green, Paul via RT
diff -ur openssl-1.0.0-beta2/apps/apps.c openssl/apps/apps.c --- openssl-1.0.0-beta2/apps/apps.c 2009-04-03 13:06:35.0 -0400 +++ openssl/apps/apps.c 2009-05-08 13:06:39.0 -0400 @@ -109,10 +109,12 @@ * */ +#ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 2 /* On VMS