mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.1 KiB

  1. #
  2. # config.in Configure.sh source for the net-tools.
  3. # This file contains the definition of what the support
  4. # library contains. Most of all, it defines which types
  5. # of address families and hardware we know of.
  6. #
  7. # NET-TOOLS A collection of programs that form the base set of the
  8. # NET-3 Networking Distribution for the LINUX operating
  9. # system.
  10. #
  11. # Version: config.in 1.22 (99-04-19)
  12. #
  13. # Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  14. # Copyright 1988-1993 MicroWalt Corporation
  15. #
  16. # Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
  17. # Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  18. # GNU gettext - I18N
  19. #
  20. # This program is free software; you can redistribute it
  21. # and/or modify it under the terms of the GNU General
  22. # Public License as published by the Free Software
  23. # Foundation; either version 2 of the License, or (at
  24. # your option) any later version.
  25. #
  26. = /*
  27. = * config.h Automatically generated configuration includefile
  28. = *
  29. = * NET-TOOLS A collection of programs that form the base set of the
  30. = * NET-3 Networking Distribution for the LINUX operating
  31. = * system.
  32. = *
  33. = * DO NOT EDIT DIRECTLY
  34. = *
  35. = */
  36. *
  37. *
  38. * Internationalization
  39. *
  40. * The net-tools package has currently been translated to French,
  41. * German and Brazilian Portugese. Other translations are, of
  42. * course, welcome. Answer `n' here if you have no support for
  43. * internationalization on your system.
  44. *
  45. bool 'Does your system support GNU gettext?' I18N n
  46. *
  47. *
  48. * Protocol Families.
  49. *
  50. bool 'UNIX protocol family' HAVE_AFUNIX y
  51. bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
  52. bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y
  53. bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
  54. bool 'Appletalk DDP protocol family' HAVE_AFATALK y
  55. bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
  56. bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
  57. bool 'Rose (packet radio) protocol family' HAVE_AFROSE y
  58. bool 'X.25 (CCITT) protocol family' HAVE_AFX25 y
  59. bool 'Econet protocol family' HAVE_AFECONET y
  60. bool 'DECnet protocol family' HAVE_AFDECnet n
  61. bool 'Ash protocol family' HAVE_AFASH y
  62. *
  63. *
  64. * Device Hardware types.
  65. *
  66. bool 'Ethernet (generic) support' HAVE_HWETHER y
  67. bool 'ARCnet support' HAVE_HWARC y
  68. bool 'SLIP (serial line) support' HAVE_HWSLIP y
  69. bool 'PPP (serial line) support' HAVE_HWPPP y
  70. bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
  71. bool 'STRIP (Metricom radio) support' HAVE_HWSTRIP y
  72. bool 'Token ring (generic) support' HAVE_HWTR y
  73. bool 'AX25 (packet radio) support' HAVE_HWAX25 y
  74. bool 'Rose (packet radio) support' HAVE_HWROSE y
  75. bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
  76. bool 'X.25 (generic) support' HAVE_HWX25 y
  77. bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
  78. bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y
  79. bool 'FDDI (generic) support' HAVE_HWFDDI y
  80. bool 'HIPPI (generic) support' HAVE_HWHIPPI y
  81. bool 'Ash hardware support' HAVE_HWASH y
  82. bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y
  83. bool 'IrDA support' HAVE_HWIRDA y
  84. bool 'Econet hardware support' HAVE_HWEC y
  85. *
  86. *
  87. * Other Features.
  88. *
  89. bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
  90. bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
  91. bool 'Build mii-tool' HAVE_MII y