diff options
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/easy.c b/lib/easy.c index 5c8d6bb3e..2122f9b28 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -241,6 +241,12 @@ CURLcode curl_global_init(long flags) } #endif +#ifdef NETWARE + if(netware_init()) { + DEBUGF(fprintf(stderr, "Warning: LONG namespace not available\n")); + } +#endif + #ifdef USE_LIBIDN idna_init(); #endif |