summaryrefslogtreecommitdiff
path: root/lang/php5/patches/patch-ac
blob: b0a35a0a216810ccc7beb41a9e9e2cad6f73c7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ac,v 1.1 2006/11/01 11:33:34 tron Exp $

--- ext/curl/interface.c.orig	2006-08-10 18:16:35.000000000 +0100
+++ ext/curl/interface.c	2006-11-01 11:27:50.000000000 +0000
@@ -28,6 +28,14 @@
 
 #if HAVE_CURL
 
+#ifndef	CURLOPT_PASSWDFUNCTION
+#define	CURLOPT_PASSWDFUNCTION	0
+#endif
+
+#ifndef CURLOPT_FTPASCII
+#define	CURLOPT_FTPASCII	0
+#endif
+
 #include <stdio.h>
 #include <string.h>