Return to BSD News archive
Xref: sserve comp.protocols.ibm:3457 comp.unix.bsd:13004 comp.os.386bsd.development:1538 comp.protocols.tcp-ip.ibmpc:21008 Newsgroups: comp.protocols.ibm,comp.unix.bsd,comp.os.386bsd.development,comp.protocols.tcp-ip.ibmpc Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!haven.umd.edu!darwin.sura.net!europa.eng.gtefsd.com!uunet!emba-news.uvm.edu!aix3.emba.uvm.edu!wollman From: wollman@aix3.emba.uvm.edu (Garrett Wollman) Subject: Re: [NETBIOS] Anyone with NetBIOS Unix code? Or SMB? Message-ID: <1993Nov29.215819.5596@emba.uvm.edu> Sender: news@emba.uvm.edu Organization: University of Vermont, EMBA Computer Facility References: <2cui62$lve@ns.cityscape.co.uk> <2d6j9f$ipf@u.cc.utah.edu> <2db11d$1itr@thebes.cc.waikato.ac.nz> <PCG.93Nov29163642@frontb.aber.ac.uk> Date: Mon, 29 Nov 1993 21:58:19 GMT Lines: 25 In article <PCG.93Nov29163642@frontb.aber.ac.uk>, Piercarlo Grandi <pcg@aber.ac.uk> wrote: >I seem to remember there is full support for XNS in some version of BSD, >and it is totally free, even if virtually nobody really uses it. #include <sys/param.h> #include <stdio.h> int main(void) { #if BSD >= 43 fputs("You might have XNS support.\n", stdout); #else fputs("You do not have XNS support.\n", stdout); #endif return 0; } /* -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@emba.uvm.edu | Shashish is the bonding of hearts in spite of distance. uvm-gen!wollman | It is a bond more powerful than absence. We like people UVM disagrees. | who like Shashish. - Claude McKenzie + Florent Vollant