From e65bb68b3f05a763c89b55988919f219279d75b5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 17 Mar 2006 15:28:58 +0000 Subject: Add libart-lgpl git-svn-id: https://svn.o-hand.com/repos/poky/trunk@298 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/gnome/libart-lgpl/i686/art_config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openembedded/packages/gnome/libart-lgpl/i686/art_config.h (limited to 'openembedded/packages/gnome/libart-lgpl/i686/art_config.h') diff --git a/openembedded/packages/gnome/libart-lgpl/i686/art_config.h b/openembedded/packages/gnome/libart-lgpl/i686/art_config.h new file mode 100644 index 000000000..b0e74ad6a --- /dev/null +++ b/openembedded/packages/gnome/libart-lgpl/i686/art_config.h @@ -0,0 +1,10 @@ +/* Automatically generated by gen_art_config.c */ + +#define ART_SIZEOF_CHAR 1 +#define ART_SIZEOF_SHORT 2 +#define ART_SIZEOF_INT 4 +#define ART_SIZEOF_LONG 4 + +typedef unsigned char art_u8; +typedef unsigned short art_u16; +typedef unsigned int art_u32; -- cgit v1.2.3