Module: sip-router Branch: master Commit: 49f44b0f415011d0d3b62fca179021fdf18b5fad URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49f44b0f...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Mon Oct 10 14:55:40 2011 +0200
acc(k): Remove double #define.
Remove definition of ACC_CORE_LEN in acc.h, it's part of acc_api.h nowadays.
---
modules_k/acc/acc.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules_k/acc/acc.h b/modules_k/acc/acc.h index cd0f642..ef9a922 100644 --- a/modules_k/acc/acc.h +++ b/modules_k/acc/acc.h @@ -41,8 +41,6 @@ #ifndef _ACC_ACC_H_ #define _ACC_ACC_H_
-#define ACC_CORE_LEN 6 - /* leading text for a request accounted from a script */ #define ACC "ACC: " #define ACC_REQUEST ACC"request accounted: "