04ec7c8f4b
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.
9 lines
128 B
C
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_ */
|
|
|