- Fixed a few variable return types for some system calls. Made configure
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives.
Showing
- ares/CHANGES 25 additions, 0 deletionsares/CHANGES
- ares/Makefile.am 57 additions, 0 deletionsares/Makefile.am
- ares/Makefile.in 781 additions, 77 deletionsares/Makefile.in
- ares/Makefile.inc 15 additions, 0 deletionsares/Makefile.inc
- ares/NEWS 3 additions, 0 deletionsares/NEWS
- ares/adig.c 1 addition, 0 deletionsares/adig.c
- ares/ahost.c 1 addition, 0 deletionsares/ahost.c
- ares/ares__close_sockets.c 6 additions, 4 deletionsares/ares__close_sockets.c
- ares/ares__get_hostent.c 1 addition, 0 deletionsares/ares__get_hostent.c
- ares/ares__read_line.c 1 addition, 0 deletionsares/ares__read_line.c
- ares/ares_cancel.c 10 additions, 11 deletionsares/ares_cancel.c
- ares/ares_destroy.c 1 addition, 0 deletionsares/ares_destroy.c
- ares/ares_expand_name.c 1 addition, 0 deletionsares/ares_expand_name.c
- ares/ares_expand_string.c 1 addition, 0 deletionsares/ares_expand_string.c
- ares/ares_fds.c 3 additions, 2 deletionsares/ares_fds.c
- ares/ares_free_hostent.c 1 addition, 0 deletionsares/ares_free_hostent.c
- ares/ares_free_string.c 1 addition, 0 deletionsares/ares_free_string.c
- ares/ares_gethostbyaddr.c 1 addition, 0 deletionsares/ares_gethostbyaddr.c
- ares/ares_gethostbyname.c 1 addition, 0 deletionsares/ares_gethostbyname.c
- ares/ares_init.c 3 additions, 2 deletionsares/ares_init.c
ares/Makefile.am
0 → 100644
This diff is collapsed.
ares/Makefile.inc
0 → 100644
Please register or sign in to comment