ndhc/ndhc/ndhc-defines.h
Nicholas J. Kain eb6009a5ee Make write() and sendto() properly handle short writes and errors in ndhc.
Make ndhc write a pidfile.
Clean up defines.h and split out ifchd and ndhc specifics.
2010-11-12 18:44:49 -05:00

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_ */