summaryrefslogtreecommitdiff
path: root/src/config.h
blob: ffad107608971cd1286f0510415bdaecc0de34db (plain)
1
2
3
4
5
6
7
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define HOST "example.com"
#define PORT 6667

#endif