fix compilation on AIX

This commit is contained in:
Yang Tse 2009-05-28 16:43:17 +00:00
parent 348ffbc47e
commit bf2277e263
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@
#define T_SRV 33 /* server selection */
#endif
/* AIX portability check */
#ifndef T_NAPTR
#define T_NAPTR 35 /* naming authority pointer */
#endif
struct nv {
const char *name;
int value;