ndhc/src/ndhc-defines.h
Nicholas J. Kain 04ec7c8f4b Update to latest write_pid semantics and don't write pidfile by default.
There was no way to disable writing pidfiles before.

pidfiles are an unreliable method of tracking processes, anyway; process
supervisors are strongly recommended.  If a pidfile is really needed, it
can be explicitly specified.
2016-05-06 15:00:31 -04:00

9 lines
128 B
C

#ifndef NDHC_DEFINES_H_
#define NDHC_DEFINES_H_
#define NDHC_VERSION "2.0"
#define MAX_BUF 1024
#endif /* NDHC_DEFINES_H_ */