aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.dj
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-02 02:36:47 +0000
committerYang Tse <yangsita@gmail.com>2009-05-02 02:36:47 +0000
commit80186aa7f44ed5155665d96336b508403b3d4a03 (patch)
tree98c88c8c9d965c30e73d9c51be48b0aea5749d5e /ares/Makefile.dj
parent6ac739630f4e9f5374affcab56600f23cda7fc93 (diff)
Use build-time configured ares_socklen_t instead of socklen_t
Diffstat (limited to 'ares/Makefile.dj')
-rw-r--r--ares/Makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.dj b/ares/Makefile.dj
index af6a3ba91..db56e0950 100644
--- a/ares/Makefile.dj
+++ b/ares/Makefile.dj
@@ -23,7 +23,7 @@ CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_IOCTLSOCKET \
-DRECV_TYPE_ARG1='int' -DRECV_TYPE_ARG2='void*' \
-DRECV_TYPE_ARG3='int' -DRECV_TYPE_ARG4='int' \
-DRECV_TYPE_RETV='int' -DHAVE_STRUCT_TIMEVAL \
- -Dselect=select_s -Dsocklen_t=int -UHAVE_CONFIG_H \
+ -Dselect=select_s -UHAVE_CONFIG_H \
-DRECVFROM_TYPE_ARG1='int' -DRECVFROM_TYPE_ARG2='void' \
-DRECVFROM_TYPE_ARG3='int' -DRECVFROM_TYPE_ARG4='int' \
-DRECVFROM_TYPE_ARG6='int' -DRECVFROM_TYPE_RETV='int' \