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