chiark / gitweb /
qmail-smtpd: Read list of hosts allowed to relay from control/relayhosts
[qmail] / uint32.h1
1 #ifndef UINT32_H
2 #define UINT32_H
3
4 typedef unsigned int uint32;
5
6 #endif