summaryrefslogtreecommitdiff
path: root/include/ogg/config_types.h.in
blob: 81060890c007913d94df2ca00486b7fcb750df34 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__

/* these are filled in by configure */
typedef @SIZE16@ ogg_int16_t;
typedef @SIZE32@ ogg_int32_t;
typedef @USIZE32@ ogg_uint32_t;
typedef @SIZE64@ ogg_int64_t;

#endif