From 2acc92828fd87ba38aeb70c4c229bfbd9ddbf300 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 12 Sep 2008 14:13:36 +0000 Subject: djgpp does have strdup(). --- ares/Makefile.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares') diff --git a/ares/Makefile.dj b/ares/Makefile.dj index dd20dc542..bbfef280d 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -28,7 +28,7 @@ CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_IOCTLSOCKET \ -DRECVFROM_TYPE_ARG3='int' -DRECVFROM_TYPE_ARG4='int' \ -DRECVFROM_TYPE_ARG6='int' -DRECVFROM_TYPE_RETV='int' \ -DRECVFROM_TYPE_ARG5='struct sockaddr' -DHAVE_RECVFROM \ - -DRECVFROM_TYPE_ARG2_IS_VOID + -DRECVFROM_TYPE_ARG2_IS_VOID -DHAVE_STRDUP LDFLAGS = -s -- cgit v1.2.3