source: nscp/config.h @ f0eb62d

0.4.00.4.10.4.2
Last change on this file since f0eb62d was 12edcec, checked in by Michael Medin <michael@…>, 6 years ago

Added one of the tools I use to build (XAutoBuild) as well as tweaked some more options.
I have also added a check/error message if you try to start the service before it has been installed.

  • Property mode set to 100644
File size: 570 bytes
RevLine 
[a0528c4]1
2
3#pragma once
[12edcec]4/*
[a0528c4]5// Application Name
6#define SZAPPNAME "NSClient++"
7
8// Version
[8223547]9#define SZVERSION "0.0.1 RC4 2005-03-01"
[a0528c4]10
11// internal name of the service
12#define SZSERVICENAME        "NSClient++"
13
14// displayed name of the service
15#define SZSERVICEDISPLAYNAME SZSERVICENAME " (Nagios) " SZVERSION
16
17// list of service dependencies - "dep1\0dep2\0\0"
18#define SZDEPENDENCIES       ""
19
20// Buffer size of incoming data (noteice this is the maximum request length!)
21#define RECV_BUFFER_LEN         1024
22
[12edcec]23*/
24// internal name of the service
25//#define SZSERVICENAME        "NSClient++"
Note: See TracBrowser for help on using the repository browser.