Skip to content
Prev 11954 / 398502 Next

building R-1.3.0

On Tue, 26 Jun 2001, Deborah Swayne wrote:

            
Um ....
But it is as intended.  Is not Unix defined on your system?  Or is that
being parsed incorrectly (according to my understanding, and Harbison &
Steele's)?

Does

#if (!defined(Unix)) || defined(HAVE_BSD_NETWORKING)

work?

We do need the extra freedom on Windows, where HAVE_BSD_NETWORKING is
false but the  #ifdef Win32 lines save the day.

Brian