59beb159d3
jail and change configuration instructions as well. Change default configuration instructions to specify setting root of the chroot jail as owned by root.root.
14 lines
245 B
C
14 lines
245 B
C
#ifndef IFCHD_DEFINES_H_
|
|
#define IFCHD_DEFINES_H_
|
|
|
|
#include "defines.h"
|
|
|
|
#define PID_FILE_DEFAULT "/var/run/ifchd.pid"
|
|
#define IFCHD_VERSION "0.8"
|
|
#define MAX_BUF 1024
|
|
#define SOCK_QUEUE 2
|
|
#define CONN_TIMEOUT 60
|
|
|
|
#endif /* IFCHD_DEFINES_H_ */
|
|
|