home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / netdb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-11-06  |  150 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.