axe unneeded solaris compatibility definitions

This commit is contained in:
Brent Cook 2014-07-10 20:58:58 -05:00
parent 4d4e8bb945
commit 8e6009c711

View File

@ -5,11 +5,6 @@
#include <stdint.h>
#ifdef __sun
typedef uint8_t u_int8_t;
typedef uint32_t u_int32_t;
#endif
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
# define __bounded__(x, y, z)
#endif