From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,50cbf078a700bcff X-Google-Attributes: gid103376,public From: nabbasi@pacbell.net Subject: Re: How to FD_SET in Ada on Linux? Date: 1999/03/03 Message-ID: <7bl5pf$jik@drn.newsguy.com>#1/1 X-Deja-AN: 451059168 References: <36ddfd4e.0@news.pacifier.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-03-03T00:00:00+00:00 List-Id: In article <36ddfd4e.0@news.pacifier.com>, "Steve says... > >I am porting my sockets interface from Windows NT to Red Hat Linux 5.1. > >In 'C' FD_ZERO, FD_SET, FD_CLR, and FD_ISSET are implemented as macros in >the file /usr/include/selectbits.h > if you download the Florist source tree, you should see this implemented in there. check my web page for pointer to where florist is http://home.pacbell.net/nma123 Nasser