Skip to content
  • brendan's avatar
    Irix portability fixes: · a66ba595
    brendan authored
    1. Don't define _XOPEN_SOURCE, at least with GCC. As ALWAYS, this macro undefines
       a lot of the symbols we need. As of libshout 2.1, this define will be moved
       into the "if not $GCC" category so we don't have to deal with it so often.
    2. Irix defines inet_pton but not sockaddr_storage. We could fake it by using
       an in6 structure, but why bother? Just don't check for inet_pton unless
       we have struct sockaddr_storage.
    
    svn path=/trunk/m4/; revision=5087
    a66ba595