summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gnome/libart-lgpl/i586
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-17 15:28:58 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-17 15:28:58 +0000
commite65bb68b3f05a763c89b55988919f219279d75b5 (patch)
treebe7445988909a414f432869f6c51504d393f72f9 /openembedded/packages/gnome/libart-lgpl/i586
parenta3d76d6de4cf4497f05a3243894cb37d3be9241c (diff)
downloadpoky-e65bb68b3f05a763c89b55988919f219279d75b5.tar.gz
Add libart-lgpl
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@298 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome/libart-lgpl/i586')
-rw-r--r--openembedded/packages/gnome/libart-lgpl/i586/art_config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/gnome/libart-lgpl/i586/art_config.h b/openembedded/packages/gnome/libart-lgpl/i586/art_config.h
new file mode 100644
index 0000000000..b0e74ad6ae
--- /dev/null
+++ b/openembedded/packages/gnome/libart-lgpl/i586/art_config.h
@@ -0,0 +1,10 @@
1/* Automatically generated by gen_art_config.c */
2
3#define ART_SIZEOF_CHAR 1
4#define ART_SIZEOF_SHORT 2
5#define ART_SIZEOF_INT 4
6#define ART_SIZEOF_LONG 4
7
8typedef unsigned char art_u8;
9typedef unsigned short art_u16;
10typedef unsigned int art_u32;