diff options
author | root <root@phone01.(none)> | 2010-09-26 10:38:19 +0200 |
---|---|---|
committer | root <root@phone01.(none)> | 2010-09-26 10:38:19 +0200 |
commit | d0b22a46b53c968de3ec85022251f318d97e6b27 (patch) | |
tree | 26c5965da81e50e0b2619edff7008243c31711a9 /config.h | |
parent | f7cfcdb6b1fcfaf149dce2195181f3d8707306b6 (diff) | |
download | MAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.tar.gz MAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.zip |
Files splitted
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..15fce0d --- /dev/null +++ b/config.h @@ -0,0 +1,6 @@ +#ifndef _CONFIG_H +#define _CONFIG_H 1 + +#define DEBUG 0 + +#endif |