In message <[EMAIL PROTECTED]> on Mon, 18 Nov 2002 23:40:15 
+0100 (MET), "[EMAIL PROTECTED] via RT" <[EMAIL PROTECTED]> said:

rt> Currently using ...
rt>  
rt>    Compaq TCP/IP Services for OpenVMS Alpha Version V5.3
rt>    on a AlphaServer 1200 5/533 4MB running OpenVMS V7.3-1
rt>    Compaq C V6.5-001 on OpenVMS Alpha V7.3-1
rt>  
rt> One issue ...
rt> 
rt> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rt> Compiling The SPEED.C File.
rt> 
rt>                 printf("HZ=%g", (double)HZ);
rt> ........................................^
rt> %CC-I-IMPLICITFUNC, In this statement, the identifier "sysconf" is
rt> implicitly de
rt> clared as a function.
rt> at line number 1630 in file
rt> HT_ROOT:[SRC.OPENSSL-0_9_7-STABLE-SNAP-20021117.APPS
rt> ]SPEED.C;1
rt> Compiling The S_TIME.C File.
rt> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is weird.  speed.c include unistd.h, and if one looks in
SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF]UNISTD.H, sysconf() is
declared there...  if __CTRL_VER >= 70000000.  Ah, that probably
explains it, you're playing with USER_CCDEFS, aren't you?  Fair
enough, I'll see if I can craft something...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to