Skyld AV  0.6
On access virus scanning for Linux
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
skyldav.h File Reference

On access virus scanner. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const char * CONF_FILE = "/etc/skyldav.conf"
 
const char * HELP_TEXT
 
const char * VERSION_TEXT
 
const char * PID_FILE = "/var/run/skyldav/skyldav.pid"
 
const char * SYSLOG_ID = "skyldav"
 

Detailed Description

On access virus scanner.

Definition in file skyldav.h.

Variable Documentation

const char* CONF_FILE = "/etc/skyldav.conf"

Definition at line 32 of file skyldav.h.

const char* HELP_TEXT
Initial value:
=
"Usage: skyldav [OPTION]\n"
"On access virus scanner.\n\n"
" -c <configfile> path to config file\n"
" -d daemonize\n"
" -h help\n"
" -m <n> message level\n"
" 1 - Debug\n"
" 2 - Information, default\n"
" 3 - Warning\n"
" 4 - Error\n"
" -v version\n\n"
"Licensed under the Apache License, Version 2.0.\n"
"Report errors to\n"
"Heinrich Schuchardt <xypron.glpk@gmx.de>\n"

Definition at line 34 of file skyldav.h.

const char* PID_FILE = "/var/run/skyldav/skyldav.pid"

Definition at line 64 of file skyldav.h.

const char* SYSLOG_ID = "skyldav"

Definition at line 66 of file skyldav.h.

const char* VERSION_TEXT
Initial value:
=
"On access virus scanner.\n\n"
"Copyright 2013-2016 Heinrich Schuchardt <xypron.glpk@gmx.de>\n\n"
"Licensed under the Apache License, Version 2.0 (the\n"
"\"License\"); you may not use this file except in compliance\n"
"with the License. You may obtain a copy of the License at\n\n"
" http://www.apache.org/licenses/LICENSE-2.0\n\n"
"Unless required by applicable law or agreed to in writing,\n"
"software distributed under the License is distributed on an\n"
"\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\n"
"either express or implied. See the License for the specific\n"
"language governing permissions and limitations under the\n"
"License.\n"

Definition at line 50 of file skyldav.h.