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.

76 lines
2.5 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/tschmidt/unreal-ircd/config.hlp
  9. # ROCK Linux is Copyright (C) 1998 - 2005 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. MENU_PKG_UNREAL
  23. Replaces the call to ./Config when building unreal-ircd
  24. by hand, options not available here directly can be passed
  25. to configure with the extra-options field.
  26. ROCKCFG_PKG_UNREAL_PREFIX
  27. Installation-Prefix for unreal-ircd.
  28. The binary can be found as prefix/ircd.
  29. The configuration files reside in prefix/config.
  30. The shared modules reside in prefix/config/modules.
  31. ROCKCFG_PKG_UNREAL_MAXCON
  32. Maximum number of parallel connections allowed for unreal-ircd.
  33. Must be greater or equal than 100.
  34. ROCKCFG_PKG_UNREAL_MAXSENDQ
  35. Maximum length of the sendqueue, must be at least 1000.
  36. ROCKCFG_PKG_UNREAL_BUFPOOLS
  37. Amount of sendbuffers allowed.
  38. ROCKCFG_PKG_UNREAL_BACKLOG
  39. Listen backlog for unreal-ircd, sometimes values grater than 5 make
  40. problems.
  41. ROCKCFG_PKG_UNREAL_NICKHIST
  42. How far do you want to keep the nickname history?
  43. default: 2000
  44. ROCKCFG_PKG_UNREAL_DMODS
  45. Allow unreal to use shared modules.
  46. Does not compile without, but the original ./Config gives this option
  47. so here it is.
  48. ROCKCFG_PKG_UNREAL_ZIP
  49. Allows unreal to compress the server-link traffic.
  50. Saves your money and should be enabled.
  51. ROCKCFG_PKG_UNREAL_SSL
  52. Enables unreal to have SSL links and SSL clients.
  53. Requires openSSL (not checked yet).
  54. ROCKCFG_PKG_UNREAL_IP6
  55. Compile an IPv6 ready unreal-ircd.
  56. ROCKCFG_PKG_UNREAL_ANTISPOOF
  57. Enable unreal-ircds anti-spoofing features.
  58. ROCKCFG_PKG_UNREAL_HUB
  59. Sets wether unreal can act as hub (and leaf)
  60. or if it can only be a leaf.
  61. ROCKCFG_PKG_UNREAL_ADDITIONAL
  62. Additional configure options.