fix compilation on AIX

pull/1/head
Yang Tse 16 years ago
parent 96f34988f4
commit ef4a786bf6
  1. 5
      adig.c

@ -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;

Loading…
Cancel
Save