home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / netkit-a.06 / netkit-a / NetKit-A-0.06 / net-tools-1.1.38 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-26  |  246 b   |  18 lines

  1. /* 
  2.  * Protocol Families.
  3.  *
  4.  */
  5. #define HAVE_AFUNIX 1
  6. #define HAVE_AFINET 1
  7. #define HAVE_AFAX25 0
  8. #define HAVE_AFIPX 1
  9.  
  10. /*
  11.  * Device Hardware types.
  12.  * 
  13.  */
  14. #define HAVE_HWETHER 1
  15. #define HAVE_HWSLIP 1
  16. #define HAVE_HWAX25 0
  17. #define HAVE_HWPPP 1
  18.