]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - include/conf.h
Create a user agent report if the input log provides the information
[thirdparty/sarg.git] / include / conf.h
index 44d53843fbbd0e11bcd1ec1d610cf1cd11f5beb8..c04196f3603c6489061c4adb11d62b1271b82a82 100644 (file)
@@ -197,6 +197,7 @@ Sarg will complain that there are too many days in the files if this limit is ov
 #define REPORT_TYPE_DENIED              0x0040UL
 #define REPORT_TYPE_AUTH_FAILURES       0x0080UL
 #define REPORT_TYPE_DOWNLOADS           0x0100UL
+#define REPORT_TYPE_USERAGENT           0x0200UL
 
 #define DATA_FIELD_USER      0x0001UL
 #define DATA_FIELD_DATE      0x0002UL
@@ -500,7 +501,6 @@ int  realtime_access_log_lines;
 int  rc;
 int  ntopsites;
 int  nrepday;
-int  ntopuser;
 bool  squid24;
 //! \c True to keep the temporary files for inspection.
 bool KeepTempLog;