diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-17 17:13:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-17 17:44:02 +0100 |
commit | cf7ad9758dd7927595cb9751ba8173e06fc33cad (patch) | |
tree | d62a9428b21c5d629c66a879ea2849cb2b4f6ee4 /Makefile.inc | |
parent | ee9a1c2457c3238ee5cdae90fe18440d44377adc (diff) | |
download | c-ares-cf7ad9758dd7927595cb9751ba8173e06fc33cad.tar.gz c-ares-cf7ad9758dd7927595cb9751ba8173e06fc33cad.tar.bz2 c-ares-cf7ad9758dd7927595cb9751ba8173e06fc33cad.zip |
ares_inet_pton/ntop: cleanup
Make sure that the symbols are always exported and present in c-ares.
Make the headers prefixed with 'ares'.
Removed the inet_ntop.h version as it no longer features any content.
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.inc b/Makefile.inc index ced51b2..6a6363c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -204,12 +204,8 @@ PDFPAGES = ares_cancel.pdf \ SAMPLESOURCES = ares_getopt.c \ ares_nowarn.c \ - ares_strcasecmp.c \ - inet_net_pton.c \ - inet_ntop.c + ares_strcasecmp.c SAMPLEHEADERS = ares_getopt.h \ ares_nowarn.h \ - ares_strcasecmp.h \ - inet_net_pton.h \ - inet_ntop.h + ares_strcasecmp.h |