projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f3498
)
fix compilation on AIX
author
Yang Tse
<yangsita@gmail.com>
Thu, 28 May 2009 16:43:17 +0000
(16:43 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Thu, 28 May 2009 16:43:17 +0000
(16:43 +0000)
adig.c
patch
|
blob
|
history
diff --git
a/adig.c
b/adig.c
index
8b5cb2a
..
c218e46
100644
(file)
--- a/
adig.c
+++ b/
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;