OpenSDE Packages Database (without history before r20070)
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.

108 lines
3.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/*/net-tools/config.status.diet
  9. # Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. #
  23. # config.in Configure.sh source for the net-tools.
  24. # This file contains the definition of what the support
  25. # library contains. Most of all, it defines which types
  26. # of address families and hardware we know of.
  27. #
  28. # NET-TOOLS A collection of programs that form the base set of the
  29. # NET-3 Networking Distribution for the LINUX operating
  30. # system.
  31. #
  32. # Version: config.in 1.21 (98-06-30)
  33. #
  34. # Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  35. # Copyright 1988-1993 MicroWalt Corporation
  36. #
  37. # Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>
  38. # Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  39. # GNU gettext - I18N
  40. #
  41. # This program is free software; you can redistribute it
  42. # and/or modify it under the terms of the GNU General
  43. # Public License as published by the Free Software
  44. # Foundation; either version 2 of the License, or (at
  45. # your option) any later version.
  46. #
  47. = /*
  48. = * config.h Automatically generated configuration includefile
  49. = *
  50. = * NET-TOOLS A collection of programs that form the base set of the
  51. = * NET-3 Networking Distribution for the LINUX operating
  52. = * system.
  53. = *
  54. = * DO NOT EDIT DIRECTLY
  55. = *
  56. = */
  57. *
  58. *
  59. * I18N
  60. *
  61. * (Internationalization)
  62. *
  63. * In this BETA Release the I18N (NLS) is enabled and now based
  64. * on GNU gettext, only a brazilian portuguese and German catalog
  65. * (translation) is present, but others are *highly* welcome!
  66. *
  67. * (answer 'n' if you have no system with GNU gettext support)
  68. *
  69. bool 'Does your system support GNU gettext?' I18N n
  70. *
  71. *
  72. * Protocol Families.
  73. *
  74. bool 'UNIX protocol family' HAVE_AFUNIX y
  75. bool 'INET (TCP/IP) protocol family' HAVE_AFINET y
  76. bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n
  77. bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y
  78. bool 'Appletalk DDP protocol family' HAVE_AFATALK y
  79. bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y
  80. bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y
  81. bool 'Rose (packet radio) protocol family' HAVE_AFROSE y
  82. bool 'Econet protocol family' HAVE_AFECONET y
  83. bool 'DECnet protocol family' HAVE_AFDECnet n
  84. *
  85. *
  86. * Device Hardware types.
  87. *
  88. bool 'Ethernet (generic) support' HAVE_HWETHER y
  89. bool 'ARCnet support' HAVE_HWARC y
  90. bool 'SLIP (serial line) support' HAVE_HWSLIP y
  91. bool 'PPP (serial line) support' HAVE_HWPPP y
  92. bool 'IPIP Tunnel support' HAVE_HWTUNNEL y
  93. bool 'Token ring (generic) support' HAVE_HWTR y
  94. bool 'AX25 (packet radio) support' HAVE_HWAX25 y
  95. bool 'Rose (packet radio) support' HAVE_HWROSE y
  96. bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y
  97. bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y
  98. bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y
  99. bool 'FDDI (generic) support' HAVE_HWFDDI n
  100. bool 'HIPPI (generic) support' HAVE_HWHIPPI y
  101. bool 'Ash hardware support' HAVE_HWASH y
  102. bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y
  103. *
  104. *
  105. * Other Features.
  106. *
  107. bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
  108. bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y