diff options
author | saghul <saghul@gmail.com> | 2012-02-23 23:15:07 +0100 |
---|---|---|
committer | saghul <saghul@gmail.com> | 2012-02-23 23:15:07 +0100 |
commit | 6bab0393c42857232ce1194e5283a797ec4c6231 (patch) | |
tree | 8c74d41879fcbc65f10965d8692ee68ed9f96bad /vc | |
parent | 4ab65461b6aefd0654a5b586bc6ee57976f3fba3 (diff) | |
download | c-ares-6bab0393c42857232ce1194e5283a797ec4c6231.tar.gz c-ares-6bab0393c42857232ce1194e5283a797ec4c6231.tar.bz2 c-ares-6bab0393c42857232ce1194e5283a797ec4c6231.zip |
Added support for parsing NAPTR records
Diffstat (limited to 'vc')
-rw-r--r-- | vc/cares/vc6cares.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vc/cares/vc6cares.dsp b/vc/cares/vc6cares.dsp index 595a0f1..fa7101e 100644 --- a/vc/cares/vc6cares.dsp +++ b/vc/cares/vc6cares.dsp @@ -254,6 +254,10 @@ SOURCE=..\..\ares_parse_mx_reply.c # End Source File
# Begin Source File
+SOURCE=..\..\ares_parse_naptr_reply.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\ares_parse_ns_reply.c
# End Source File
# Begin Source File
|