diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-15 18:51:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-15 18:51:31 +0000 |
commit | d8ca2edd0012372582b85d6b3f53962b5dd357b5 (patch) | |
tree | 533a64a494fe45697c44ef3bb78b4f2a9afa7c22 /packages | |
parent | fbb4740a578b0e9dd7af99b921a091f2b7569bb8 (diff) |
libart: add powerpc config.h
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnome/libart-lgpl/powerpc/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gnome/libart-lgpl/powerpc/art_config.h | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/gnome/libart-lgpl/powerpc/.mtn2git_empty b/packages/gnome/libart-lgpl/powerpc/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gnome/libart-lgpl/powerpc/.mtn2git_empty diff --git a/packages/gnome/libart-lgpl/powerpc/art_config.h b/packages/gnome/libart-lgpl/powerpc/art_config.h new file mode 100644 index 0000000000..b0e74ad6ae --- /dev/null +++ b/packages/gnome/libart-lgpl/powerpc/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; |