mirror of
https://github.com/nikdoof/dhsd.git
synced 2025-12-22 15:19:23 +00:00
v0.0.1
This commit is contained in:
20
config.h
Normal file
20
config.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
// Config variables
|
||||
|
||||
#define USR_LOGIN "nikdoof"
|
||||
#define USR_PASSWD "poobeast"
|
||||
#define USR_HOST "doofy"
|
||||
#define USR_DOM "2y.net"
|
||||
#define USR_DEV "ppp0"
|
||||
|
||||
#define SLEEP_TIME 10
|
||||
|
||||
// use syslog y/n?
|
||||
#define USE_SYSLOG
|
||||
|
||||
// use debug (no backgrounding and msgs) y/n?
|
||||
#undef DEBUG
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user