summaryrefslogtreecommitdiffstats
path: root/qlx.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-02-04 00:08:53 +0100
committermanuel <manuel@mausz.at>2013-02-04 00:08:53 +0100
commit69aec538b456402170dc723af417ba5c05389c32 (patch)
treee6f34c543f17c6392447ea337b2e2868212424d1 /qlx.h
downloadqmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz
qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2
qmail-69aec538b456402170dc723af417ba5c05389c32.zip
qmail 1.03 import
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