projects
/
oweals
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b016f11
)
remove unused constant
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Jan 2013 13:01:23 +0000
(14:01 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Jan 2013 13:01:23 +0000
(14:01 +0100)
uhttpd.h
patch
|
blob
|
history
diff --git
a/uhttpd.h
b/uhttpd.h
index 22653b50bdf6916adc51defa5049fb8b2514c771..e1d061f6e7208a81dadc2e5455ef91154e679271 100644
(file)
--- a/
uhttpd.h
+++ b/
uhttpd.h
@@
-33,7
+33,6
@@
#include "utils.h"
#define UH_LIMIT_CLIENTS 64
-#define UH_LIMIT_HEADERS 64
#define __enum_header(_name) HDR_##_name,
#define __blobmsg_header(_name) [HDR_##_name] = { .name = #_name, .type = BLOBMSG_TYPE_STRING },