Commit bf2277e2 authored by Yang Tse's avatar Yang Tse
Browse files

fix compilation on AIX

parent 348ffbc4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;