<DIV>Hi again,</DIV>
<DIV> </DIV>
<DIV>For m,e it's not a big problem, since I have a working installation. But perhaps somebody in the future want to use an obsolete HP-UX-server as a Hobbitserver.</DIV>
<DIV> </DIV>
<DIV>Regards</DIV>
<DIV>Lars</DIV>
<DIV> </DIV>
<DIV>NAME                                                                <BR>     <STRONG>socket()</STRONG> - create an endpoint for communication                <BR>                                                                   
 <BR>SYNOPSIS                                                            <BR>     #include <sys/socket.h>                                       
 <BR>                                                                    <BR>   AF_CCITT Only                                                    <BR>     #include
 <x25/x25ccittproto.h>                                 <BR>                                                                    <BR>     int socket(int af, int type, int protocol);                   
 <BR>                                                                    </DIV>
<DIV>NAME                                                                 <BR>     <STRONG>select </STRONG>- synchronous I/O multiplexing                          
 <BR>                                                                     <BR>SYNOPSIS                                                             <BR>     #include
 <sys/time.h>                                           <BR>                                                                     <BR>     int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set  <BR>     *errorfds, struct timeval
 *timeout);                            <BR>                                                                     <BR>     void FD_CLR(int fd, fd_set *fdset);                            
 <BR>                                                                     <BR>     int FD_ISSET(int fd, fd_set *fdset);                           
 <BR>                                                                     <BR>     void FD_SET(int fd, fd_set *fdset);                            
 <BR>                                                                     <BR>     void FD_ZERO(fd_set *fdset);                                   
 <BR>                                                                     <BR>                                                      <BR><BR><B><I>Henrik Stoerner <henrik@hswn.dk></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Could you try doing a "man socket" on that system ? It usually in<BR>the "Synopsis" section describes what header-files must be included,<BR></BLOCKQUOTE><BR><BR><DIV>
<DIV>Hobbithobbyist<BR><BR>"If you run UNIX and you don't have a UPS, you should see a psychiatrist...."</DIV>
<DIV>--Byte Magazine (years ago)</DIV>
<DIV> </DIV></DIV>