summaryrefslogtreecommitdiffstats
path: root/qlx.h
diff options
context:
space:
mode:
Diffstat (limited to 'qlx.h')
-rw-r--r--qlx.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/qlx.h b/qlx.h
new file mode 100644
index 0000000..713946d
--- /dev/null
+++ b/qlx.h
@@ -0,0 +1,18 @@
1#ifndef QLX_H
2#define QLX_H
3
4/* 0, 111, 100 are qmail-local success, soft, hard */
5
6#define QLX_USAGE 112
7#define QLX_BUG 101
8#define QLX_ROOT 113
9#define QLX_NFS 115
10#define QLX_NOALIAS 116
11#define QLX_CDB 117
12#define QLX_SYS 118
13#define QLX_NOMEM 119
14#define QLX_EXECSOFT 120
15#define QLX_EXECPW 121
16#define QLX_EXECHARD 126
17
18#endif