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.

100 lines
3.5 KiB

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