summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/lib.curl_setup.h.p
blob: b0c640444466cb4f054f182f564b89553df4d2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- lib/curl_setup.h	2022-01-04 10:53:18.770467711 +0000
+++ lib/curl_setup.h	2022-01-04 10:54:58.216791681 +0000
@@ -286,7 +286,8 @@
 #  include <proto/exec.h>
 #  include <proto/dos.h>
 #  include <unistd.h>
-#  ifdef HAVE_PROTO_BSDSOCKET_H
+#  define HAVE_SELECT 1
+#  if 0
 #    include <proto/bsdsocket.h> /* ensure bsdsocket.library use */
 #    define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0)
 #  endif