cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Porting to OS/400: commited to CVS

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 23 Aug 2007 10:54:09 -0700

On Thu, Aug 23, 2007 at 04:44:08PM +0200, Patrick Monnerat wrote:
> After the very last adjustments to the previous patch sent to this list, I
> committed the OS/400 port to CVS a few minutes ago :-)

I updated the INSTALL file to mention OS/400 as a working system.
The following patch is also needed to complete the support for disabling
protocols:

--- orig/os400sys.c Thu Aug 23 07:30:24 2007
+++ ./os400sys.c Thu Aug 23 10:47:55 2007
@@ -31,11 +31,17 @@
 #include <string.h>
 #include <pthread.h>
 #include <netdb.h>
-#include <qadrt.h>
 #include <errno.h>
+#ifdef USE_QSOSSL
+#include <qadrt.h>
 #include <qsossl.h>
+#endif
+#ifdef HAVE_GSSAPI
 #include <gssapi.h>
+#endif
+#ifndef CURL_DISABLE_LDAP
 #include <ldap.h>
+#endif
 
 #include <netinet/in.h>
 #include <arpa/inet.h>

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2007-08-23