diff --git a/src/zm_config.h.z b/src/zm_config.h.z new file mode 100644 index 000000000..4363576c7 --- /dev/null +++ b/src/zm_config.h.z @@ -0,0 +1,42 @@ +// +// ZoneMinder Configuration, $Date$, $Revision$ +// Copyright (C) 2003 Philip Coombes +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// + +#include "config.h" + +#define ZM_VERSION "" // ZoneMinder verson number +#define ZM_DB_SERVER "" // Machine on which the database server is running (from zmconfig) +#define ZM_DB_NAME "" // Database containing the tables (from zmconfig) +#define ZM_DB_USERA "" // Privileged DB user name, needs at least select, insert, update and delete privileges (from zmconfig) +#define ZM_DB_PASSA "" // Privileged DB user password (from zmconfig) +#define ZM_DB_USERB "" // Unprivileged DB user name, need just select privilege. (from zmconfig) +#define ZM_DB_PASSB "" // Unprivileged DB user password (from zmconfig) + +#define ZM_HTTP_VERSION "" // The version of HTTP that ZoneMinder will use to connect (from zmconfig) +#define ZM_HTTP_UA "" // The user agent that ZoneMinder uses to identify itself (from zmconfig) +#define ZM_HTTP_TIMEOUT // How long ZoneMinder waits before giving up on images (millseconds) (from zmconfig) + +#define ZM_SHM_KEY // Shared memory key to use, only change if it clashes with another application (from zmconfig) + +#define ZM_DIR_EVENTS "" // Local path to where events directory lives (from zmconfig) + +#define ZM_FORCED_ALARM_SCORE // Score to give X10 forced alarms (from zmconfig) + +#define ZM_RECORD_EVENT_STATS // Whether to record event statistical information, change to no if too slow (from zmconfig) + +#define ZM_STRICT_VIDEO_CONFIG // Whether to allow errors in setting video config to be fatal