Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / libogg / include / ogg / config_types.h
bloba320fc85457b86f4849949e53a55b7027772e7b2
1 #ifndef __CONFIG_TYPES_H__
2 #define __CONFIG_TYPES_H__
4 /* these are filled in by configure */
5 typedef short ogg_int16_t;
6 typedef unsigned short ogg_uint16_t;
7 typedef int ogg_int32_t;
8 typedef unsigned int ogg_uint32_t;
9 typedef long long ogg_int64_t;
11 #endif