repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import
[rmail.git]
/
src
/
network
/
secrets_seh.h
blob
3e4fa15158d85df277261082f19caa83386bf79b
1
#ifndef SECRETS_H
2
#define SECRETS_H
3
4
#define DEFAULT_USER
"roberto"
5
#define DEFAULT_PASS
"mail_bravo0x00"
6
#define DEFAULT_SERVER
"192.168.0.151"
7
#define DEFAULT_PORT
"110"
8
9
10
#endif
/* SECRETS_H */