home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _fdcf942dd06cbf5a587a09d6db2b87e9 < prev    next >
Text File  |  2000-03-15  |  149b  |  13 lines

  1. // netdb.h
  2.  
  3. // djl
  4. // Provide UNIX compatibility
  5.  
  6.  
  7. #ifndef  _INC_NETDB
  8. #define  _INC_NETDB
  9.  
  10. #include <sys/socket.h>
  11.  
  12. #endif //_INC_NETDB
  13.