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.
gentoo-overlay/app-admin/webalizer/files/webalizer-storage-size.patch

18 lines
1.0 KiB

Index: webalizer-2.01-10/webalizer.h
===================================================================
--- webalizer-2.01-10.orig/webalizer.h
+++ webalizer-2.01-10/webalizer.h
@@ -17,10 +17,10 @@
#define MAXURLH 128 /* Max URL field size in htab */
#define MAXREF 1024 /* Max referrer field size */
#define MAXREFH 128 /* Max referrer field size in htab */
-#define MAXAGENT 64 /* Max user agent field size */
+#define MAXAGENT 128 /* Max user agent field size */
#define MAXCTRY 48 /* Max country name size */
#define MAXSRCH 256 /* Max size of search string buffer */
-#define MAXSRCHH 64 /* Max size of search str in htab */
+#define MAXSRCHH 128 /* Max size of search str in htab */
#define MAXIDENT 64 /* Max size of ident string (user) */
#define SLOP_VAL 3600 /* out of sequence slop (seconds) */