0.4.00.4.10.4.2stable
|
Last change
on this file since 978bd31 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
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | #pragma once |
|---|
| 4 | /* |
|---|
| 5 | // Application Name |
|---|
| 6 | #define SZAPPNAME "NSClient++" |
|---|
| 7 | |
|---|
| 8 | // Version |
|---|
| 9 | #define SZVERSION "0.0.1 RC4 2005-03-01" |
|---|
| 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 | |
|---|
| 23 | */ |
|---|
| 24 | // internal name of the service |
|---|
| 25 | //#define SZSERVICENAME "NSClient++" |
|---|
Note: See
TracBrowser
for help on using the repository browser.