eb6009a5ee
Make ndhc write a pidfile. Clean up defines.h and split out ifchd and ndhc specifics.
12 lines
195 B
C
12 lines
195 B
C
#ifndef NDHC_DEFINES_H_
|
|
#define NDHC_DEFINES_H_
|
|
|
|
#include "defines.h"
|
|
|
|
#define PID_FILE_DEFAULT "/var/run/ndhc.pid"
|
|
#define NDHC_VERSION "1.0"
|
|
#define MAX_BUF 1024
|
|
|
|
#endif /* NDHC_DEFINES_H_ */
|
|
|