2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Mark Andrews
2001-06-23 02:11:08 +00:00
parent 5f229adf3a
commit a4786a3117

View File

@@ -32,4 +32,9 @@
typedef long int64_t, int64m_t;
typedef unsigned long u_int64_t, u_int64m_t;
typedef u_int8_t uint8_t;
typedef u_int16_t uint16_t;
typedef u_int32_t uint32_t;
typedef u_int64_t uint64_t;
#endif /* __BIT_TYPES_DEFINED__ */