From: Richard Levitte Date: Thu, 23 Mar 2000 07:32:34 +0000 (+0000) Subject: A quick hack to have ssize_t work with gcc under SunOS 4 (tested on X-Git-Tag: OpenSSL_0_9_5a-beta2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72fbca2c4782020214c936a2002489d7315876c6;p=oweals%2Fopenssl.git A quick hack to have ssize_t work with gcc under SunOS 4 (tested on SunOS 4.1.4). --- diff --git a/Configure b/Configure index 3de3d1328f..8e27411959 100755 --- a/Configure +++ b/Configure @@ -158,7 +158,7 @@ my %table=( # Sunos configs, assuming sparc for the gcc one. ##"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown)::DES_UNROLL:::", -"sunos-gcc","gcc:-O3 -mv8::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::", +"sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::", #### IRIX 5.x configs # -mips2 flag is added by ./config when appropriate.