summaryrefslogtreecommitdiff
path: root/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
commit3a55bbebf11207721db8a77cff88c82298ee41ff (patch)
treeae0a1083a0e78216cc833d912fcd168b2572e779 /Makefile.dj
parentd9647bd70fd14adf15fd1ff0be0edd5ebcaf0c41 (diff)
downloadc-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.tar.gz
c-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.tar.bz2
c-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.zip
Use build-time configured ares_socklen_t instead of socklen_t
Diffstat (limited to 'Makefile.dj')
-rw-r--r--Makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dj b/Makefile.dj
index af6a3ba..db56e09 100644
--- a/Makefile.dj
+++ b/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' \