<P>This variable conditionally defines <CODE>HAS_ENDHOSTENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_endhostent"><CODE>endhostent()</CODE></A> is
available to close whatever was being used for host queries.</P>
<P>This variable conditionally defines <CODE>HAS_ENDPROTOENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_endprotoent"><CODE>endprotoent()</CODE></A> is
available to close whatever was being used for protocol queries.</P>
<P>This variable conditionally defines <CODE>HAS_ENDSERVENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_endservent"><CODE>endservent()</CODE></A> is
available to close whatever was being used for service queries.</P>
<P>This variable conditionally defines <CODE>HAS_GETHOSTENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_gethostent"><CODE>gethostent()</CODE></A> is
available to look up host names in some data base or another.</P>
<P>This variable conditionally defines <CODE>HAS_GETPROTOENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_getprotoent"><CODE>getprotoent()</CODE></A> is
available to look up protocols in some data base or another.</P>
<P>This variable conditionally defines <CODE>HAS_GETSERVENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_getservent"><CODE>getservent()</CODE></A> is
available to look up network services in some data base or another.</P>
<P>This variable conditionally defines <CODE>HAS_SETHOSTENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_sethostent"><CODE>sethostent()</CODE></A> is
<P>This variable conditionally defines <CODE>HAS_SETPROTOENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_setprotoent"><CODE>setprotoent()</CODE></A> is
<P>This variable conditionally defines <CODE>HAS_SETSERVENT</CODE> if <A HREF="../lib/Pod/perlfunc.html#item_setservent"><CODE>setservent()</CODE></A> is
<P>This variable conditionally defines the <CODE>HAS_TIME</CODE> symbol, which indicates
that the <A HREF="../lib/Pod/perlfunc.html#item_time"><CODE>time()</CODE></A> routine exists. The <A HREF="../lib/Pod/perlfunc.html#item_time"><CODE>time()</CODE></A> routine is normaly
<P>This variable conditionally defines the <CODE>HAS_TIMES</CODE> symbol, which indicates
that the <A HREF="../lib/Pod/perlfunc.html#item_times"><CODE>times()</CODE></A> routine exists. The <A HREF="../lib/Pod/perlfunc.html#item_times"><CODE>times()</CODE></A> routine is normaly
provided on <CODE>UNIX</CODE> systems. You may have to include <sys/times.h>.</P>
<P>This variable bears the symbol value to be used during <A HREF="../lib/Pod/perlfunc.html#item_open"><CODE>open()</CODE></A> or <A HREF="../lib/Pod/perlfunc.html#item_fcntl"><CODE>fcntl()</CODE></A>
to turn on non-blocking <EM>I/O</EM> for a file descriptor. If you wish to switch
between blocking and non-blocking, you may try ioctl(<CODE>FIOSNBIO</CODE>) instead,