diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
| commit | 69aec538b456402170dc723af417ba5c05389c32 (patch) | |
| tree | e6f34c543f17c6392447ea337b2e2868212424d1 /auto_uids.h | |
| download | qmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2 qmail-69aec538b456402170dc723af417ba5c05389c32.zip | |
qmail 1.03 import
Diffstat (limited to 'auto_uids.h')
| -rw-r--r-- | auto_uids.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/auto_uids.h b/auto_uids.h new file mode 100644 index 0000000..1252ecb --- /dev/null +++ b/auto_uids.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #ifndef AUTO_UIDS_H | ||
| 2 | #define AUTO_UIDS_H | ||
| 3 | |||
| 4 | extern int auto_uida; | ||
| 5 | extern int auto_uidd; | ||
| 6 | extern int auto_uidl; | ||
| 7 | extern int auto_uido; | ||
| 8 | extern int auto_uidp; | ||
| 9 | extern int auto_uidq; | ||
| 10 | extern int auto_uidr; | ||
| 11 | extern int auto_uids; | ||
| 12 | |||
| 13 | extern int auto_gidn; | ||
| 14 | extern int auto_gidq; | ||
| 15 | |||
| 16 | #endif | ||
