This commit is contained in:
Arnout Engelen
2004-09-17 19:22:17 +00:00
parent cd3fce3e54
commit 45e3157f67
7 changed files with 73 additions and 286 deletions

View File

@@ -30,7 +30,13 @@
#define NEEDROOT 1
#endif
#define DEBUG 1
#define DEBUG 0
// if '0', do extra checks and
// assertions. good for finding bugs
// at an early stage of development.
// for production, should be 1.
#define ROBUST 1
// 2 times: 32 characters, 7 ':''s, a ':12345'.
// 1 '-'
@@ -103,4 +109,6 @@ private:
short int sa_family;
};
void quit_cb (int i);
#endif