Changeset aac4017 for lib/ftutil.h


Ignore:
Timestamp:
2008-08-12T11:04:37Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
2288705
Parents:
5d550c5
Message:

More hints for getaddrinfo().

Hopefully solves a problem on FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ftutil.h

    r5d550c5 raac4017  
    2222\***************************************************************************/
    2323
     24#ifndef AI_NUMERICSERV
     25#define AI_NUMERICSERV 0x0400   /* Don't use name resolution.  */
     26#endif
     27
    2428int ft_listen( struct sockaddr_storage *saddr_ptr, char *host, char *port, int for_bitlbee_client, char **errptr );
Note: See TracChangeset for help on using the changeset viewer.