slang-users mailing list

[2001 Date Index] [2001 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: MacOSX


Stephane Goujet <stephane.goujet@xxxxxxxxx> wrote:
>  No, but almost.
>  When __BEOS__ is defined it includes <net/socket.h> in two files.
>  Replacing these includes with <sys/socket.h> makes it work OK (or at
>least it seems so).

If possible, I would appreciate it if you would send me patches so
that it compiles "out of the box" on OSX.  For example, if __OSX__ is
defined, then one could use constructs such as:

   #if defined(__BEOS__) || defined(__OSX__)
     .
     .
   #endif

Thanks,
--John


[2001 date index] [2001 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]