release
[hcoop/zz_old/debian/djbdns.git] / uint64.h2
CommitLineData
dc0d77d7
CE
1#ifndef UINT64_H
2#define UINT64_H
3
4/* sysdep: +ulong64 */
5
6typedef unsigned long uint64;
7
8#endif