[BACK]Return to netdb.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/netdb.h between version 1.25 and 1.26

version 1.25, 2005/12/13 00:35:22 version 1.26, 2009/05/07 16:32:53
Line 147 
Line 147 
 #define TRY_AGAIN       2 /* Non-Authoritive Host not found, or SERVERFAIL */  #define TRY_AGAIN       2 /* Non-Authoritive Host not found, or SERVERFAIL */
 #define NO_RECOVERY     3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */  #define NO_RECOVERY     3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
 #define NO_DATA         4 /* Valid name, no data record of requested type */  #define NO_DATA         4 /* Valid name, no data record of requested type */
 #define NO_ADDRESS      NO_DATA         /* no address, look for MX record */  #define NO_ADDRESS      NO_DATA         /* no address */
   
 /* Values for getaddrinfo() and getnameinfo() */  /* Values for getaddrinfo() and getnameinfo() */
 #define AI_PASSIVE      1       /* socket address is intended for bind() */  #define AI_PASSIVE      1       /* socket address is intended for bind() */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26