home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _3e683dcbf4604dfb3d6f38c826f7b1ed < prev    next >
Encoding:
Text File  |  2004-06-01  |  162 b   |  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.