IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11752


Ignore:
Timestamp:
Feb 12, 2007, 1:01:28 PM (19 years ago)
Author:
eugene
Message:

note solaris issues with netinet/ip.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/addstar.h

    r10939 r11752  
    55# include <time.h>
    66# include <zlib.h>
     7
     8/* solaris requires both of these instead of ip.h:
     9   # include <sys/socket.h>
     10   # include <netinet/in.h>
     11*/
     12
     13/* linux is happy with this, not solaris */
    714# include <netinet/ip.h>
    815# include <netdb.h>
Note: See TracChangeset for help on using the changeset viewer.