Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...
This commit is contained in:
parent
d615bceb2d
commit
3859d7ee78
@ -57,8 +57,10 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef OPENSSL_NO_OCSP
|
#ifndef OPENSSL_NO_OCSP
|
||||||
|
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
#define _XOPEN_SOURCE_EXTENDED /* So fd_set and friends get properly defined
|
#define _XOPEN_SOURCE_EXTENDED /* So fd_set and friends get properly defined
|
||||||
on OpenVMS */
|
on OpenVMS */
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user