summaryrefslogtreecommitdiff
path: root/package/pmacct
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/pmacct
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/pmacct')
-rw-r--r--package/pmacct/Config.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/pmacct/Config.in b/package/pmacct/Config.in
deleted file mode 100644
index fe3e4d99d..000000000
--- a/package/pmacct/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config ADK_COMPILE_PMACCT
- tristate
- default n
- depends on ADK_PACKAGE_PMACCTD || ADK_PACKAGE_PMACCT_CLIENT || ADK_PACKAGE_SFACCTD || ADK_PACKAGE_NFACCTD
-
-config ADK_PACKAGE_PMACCTD
- prompt "pmacctd....................... IP accounting daemon (libpcap based)"
- tristate
- default n
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_NFACCTD
- prompt "nfacctd....................... Netflow accounting and aggregation daemon"
- tristate
- select ADK_PACKAGE_LIBPCAP
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_SFACCTD
- prompt "sfacctd....................... sFlow accounting and aggregation daemon"
- tristate
- select ADK_PACKAGE_LIBPCAP
- help
- An IPv4/IPv6 libpcap-based accounting and aggregation daemon
-
-config ADK_PACKAGE_PMACCT_CLIENT
- prompt "pmacct-client................... Command-line client to gather data from the IMT plugin"
- tristate
- default n
- help