summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/innbbsd.h')
-rw-r--r--innbbsd/innbbsd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/innbbsd/innbbsd.h b/innbbsd/innbbsd.h
new file mode 100644
index 00000000..ba667ee6
--- /dev/null
+++ b/innbbsd/innbbsd.h
@@ -0,0 +1,9 @@
+#ifndef INNBBSD_H
+#define INNBBSD_H
+#include "daemon.h"
+
+#ifndef ADMINUSER
+# define ADMINUSER "usenet@csie.nctu.edu.tw"
+#endif
+
+#endif