venus: Remove dedebug
[openafs.git] / src / crypto / hcrypto / krb5-types.h
1 #ifdef AFS_NT40_ENV
2 typedef __int8                  int8_t;
3 typedef __int16                 int16_t;
4 typedef __int32                 int32_t;
5 typedef __int64                 int64_t;
6 typedef unsigned __int8         uint8_t;
7 typedef unsigned __int16        uint16_t;
8 typedef unsigned __int32        uint32_t;
9 typedef unsigned __int64        uint64_t;
10 typedef uint8_t                 u_int8_t;
11 typedef uint16_t                u_int16_t;
12 typedef uint32_t                u_int32_t;
13 typedef uint64_t                u_int64_t;
14 #endif