Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / glheader.h
index 3d413659ec180bccddfaeca3941de63a6c1419be..d69c7bbb21d1449a5e7da432b0961e76ae8752ed 100644 (file)
 #  include <stdint.h>
 #endif
 
-/* For platforms that have the C99 standard uint*_t,
-   but not the commonly used u_int*_t */
-#if defined(__sun)
-# define u_int8_t uint8_t
-# define u_int16_t uint16_t
-# define u_int32_t uint32_t
-# define u_int64_t uint64_t
-# define u_intptr_t uintptr_t
-#endif
 
 /* Sun compilers define __i386 instead of the gcc-style __i386__ */
 #ifdef __SUNPRO_C