2005-12-16 18:12:40 +08:00
|
|
|
# ==========================================================================
|
|
|
|
#
|
|
|
|
# ZoneMinder Base Configuration, $Date$, $Revision$
|
|
|
|
#
|
|
|
|
# ==========================================================================
|
|
|
|
#
|
|
|
|
# This file is generated by 'configure'. Care should be taken if manually
|
|
|
|
# editing this file as an changes may be overwritten by subsequent configuration
|
|
|
|
# or installations.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Current version of ZoneMinder
|
|
|
|
ZM_VERSION=@VERSION@
|
|
|
|
|
2013-10-08 20:10:06 +08:00
|
|
|
# Path to build directory
|
2005-12-16 18:12:40 +08:00
|
|
|
ZM_PATH_BUILD=@PATH_BUILD@
|
|
|
|
|
2013-10-06 07:38:57 +08:00
|
|
|
# Path to installed data directory, used mostly for finding DB upgrade scripts
|
|
|
|
ZM_PATH_DATA=@PKGDATADIR@
|
|
|
|
|
2005-12-16 18:12:40 +08:00
|
|
|
# Build time, used to record when to trigger various checks
|
|
|
|
ZM_TIME_BUILD=@TIME_BUILD@
|
|
|
|
|
|
|
|
# Path to ZoneMinder binaries
|
|
|
|
ZM_PATH_BIN=@BINDIR@
|
|
|
|
|
|
|
|
# Path to ZoneMinder libraries (none at present, for future use)
|
|
|
|
ZM_PATH_LIB=@LIBDIR@
|
|
|
|
|
|
|
|
# Path to ZoneMinder configuration (this file only at present)
|
|
|
|
ZM_PATH_CONF=@SYSCONFDIR@
|
|
|
|
|
|
|
|
# Path to ZoneMinder web files
|
|
|
|
ZM_PATH_WEB=@WEB_PREFIX@
|
|
|
|
|
|
|
|
# Path to ZoneMinder cgi files
|
|
|
|
ZM_PATH_CGI=@CGI_PREFIX@
|
|
|
|
|
|
|
|
# Username and group that web daemon (httpd/apache) runs as
|
|
|
|
ZM_WEB_USER=@WEB_USER@
|
|
|
|
ZM_WEB_GROUP=@WEB_GROUP@
|
|
|
|
|
|
|
|
# ZoneMinder database hostname or ip address
|
|
|
|
ZM_DB_HOST=@ZM_DB_HOST@
|
|
|
|
|
|
|
|
# ZoneMinder database name
|
|
|
|
ZM_DB_NAME=@ZM_DB_NAME@
|
|
|
|
|
|
|
|
# ZoneMinder database user
|
|
|
|
ZM_DB_USER=@ZM_DB_USER@
|
|
|
|
|
|
|
|
# ZoneMinder database password
|
|
|
|
ZM_DB_PASS=@ZM_DB_PASS@
|