curl-library
need a new file...
Date: Sun, 8 Jul 2007 19:56:32 +0200
Hi Daniel,
I've tested with a couple of things recently with the NetWare port,
but finally it would be easiest if I could add a new file nwos.c to the lib folder;
this would contain a function netware_init() which I would like to call from easy.c
inside curl_global_init():
--- easy.c.orig Wed Jun 27 22:15:48 2007
+++ easy.c Sun Jul 08 16:11:16 2007
@@ -241,6 +241,12 @@
}
#endif
+#ifdef NETWARE
+ if(netware_init()) {
+ DEBUGF(fprintf(stderr, "Warning: LONG namespace not available\n"));
+ }
+#endif
+
#ifdef USE_LIBIDN
idna_init();
#endif
I need this function to initialize LONG namespace support for the CLIB build,
and for dealing with some whoes of our newer Novell CLIB NDKs.....
is that OK?
Guenter.
Received on 2007-07-08