/[pengfork]/pengfork/src/tcpip/tcpip.c
ViewVC logotype

Diff of /pengfork/src/tcpip/tcpip.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by chupa, Sat Dec 7 14:01:25 2002 UTC revision 1.10 by chupa, Fri Dec 13 15:29:16 2002 UTC
# Line 28  Line 28 
28  # include "config.h"  # include "config.h"
29  #endif  #endif
30    
 #ifdef WITH_TCPIP  
   
31  #if STDC_HEADERS  #if STDC_HEADERS
32  # include <stdlib.h>  # include <stdlib.h>
33  # include <stddef.h>  # include <stddef.h>
# Line 169  tcpip_connected () Line 167  tcpip_connected ()
167  {  {
168    return (tcpipfd != -1);    return (tcpipfd != -1);
169  }  }
   
 #endif  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26