home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NET-TOOL.1 / NET-TOOL / net-tools / config.in < prev    next >
Encoding:
Text File  |  1995-01-11  |  1.2 KB  |  36 lines

  1. #
  2. # NET-BASE    A collection of programs that form the base set of the
  3. #        NET-2 Networking Distribution for the LINUX operating
  4. #        system.
  5. #
  6. # config.in    This file contains the definition of what the support
  7. #        library contains.  Most of all, it defines which types
  8. #        of address families and hardware we know of.
  9. #
  10. # Version:    @(#)config.in    0.11    12/15/93
  11. #
  12. # Author:    Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  13. #        Copyright 1988-1993 MicroWalt Corporation
  14. #
  15. #        This program is free software; you can redistribute it
  16. #        and/or  modify it under  the terms of  the GNU General
  17. #        Public  License as  published  by  the  Free  Software
  18. #        Foundation;  either  version 2 of the License, or  (at
  19. #        your option) any later version.
  20. #
  21. *
  22. * Protocol Families.
  23. *
  24. bool 'UNIX protocol family?' HAVE_AFUNIX y
  25. bool 'INET (TCP/IP) protocol family?' HAVE_AFINET y
  26. bool 'AX25 (Packet Radio) protocol family?' HAVE_AFAX25 n
  27. bool 'Novell IPX/SPX protocol family?' HAVE_AFIPX n
  28. *
  29. * Device Hardware types.
  30. *
  31. bool 'Ethernet (generic) support' HAVE_HWETHER y
  32. bool 'SLIP (serial line) support' HAVE_HWSLIP y
  33. bool 'AX25 (Packet Radio) support' HAVE_HWAX25 y
  34. bool 'PPP (serial line) support' HAVE_HWPPP y
  35. bool 'ArcNET support' HAVE_HWARC y
  36.