summaryrefslogtreecommitdiff
path: root/include/ogg/config_types.h.in
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-01 18:39:58 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-01 18:39:58 +0100
commite0e7250cf34b03edb61195f0e3d28aeb85922372 (patch)
tree14cdb820cbd14fabe7cf68b73f340cb03d748604 /include/ogg/config_types.h.in
parent86c756deeb6effd9b29968a3649f8387c0b6d62a (diff)
0.4.3-portable-build1
Diffstat (limited to 'include/ogg/config_types.h.in')
-rw-r--r--include/ogg/config_types.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ogg/config_types.h.in b/include/ogg/config_types.h.in
new file mode 100644
index 00000000..568a001f
--- /dev/null
+++ b/include/ogg/config_types.h.in
@@ -0,0 +1,11 @@
+#ifndef __CONFIG_TYPES_H__
+#define __CONFIG_TYPES_H__
+
+/* these are filled in by configure */
+typedef @SIZE16@ ogg_int16_t;
+typedef @USIZE16@ ogg_uint16_t;
+typedef @SIZE32@ ogg_int32_t;
+typedef @USIZE32@ ogg_uint32_t;
+typedef @SIZE64@ ogg_int64_t;
+
+#endif