diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 21:53:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 21:53:21 +0000 |
commit | 10f1026241b9c28672420737e0d877c90eaa16fb (patch) | |
tree | de14440e24cd0331957da18e7877f732b3a986ae /gnome | |
parent | 5de5576d5fc4d96f62bb5bbf7fc9c0bc6fcb1575 (diff) |
copy i386-linux art_config.h to i386-oe-linux
BKrev: 410d6651VccP19Z4bMoCsRqEw2XKzQ
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/libart-lgpl/i386-linux/art_config.h | 10 | ||||
-rw-r--r-- | gnome/libart-lgpl/i386-oe-linux/art_config.h | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gnome/libart-lgpl/i386-linux/art_config.h b/gnome/libart-lgpl/i386-linux/art_config.h index e69de29bb2..b0e74ad6ae 100644 --- a/gnome/libart-lgpl/i386-linux/art_config.h +++ b/gnome/libart-lgpl/i386-linux/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; diff --git a/gnome/libart-lgpl/i386-oe-linux/art_config.h b/gnome/libart-lgpl/i386-oe-linux/art_config.h new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gnome/libart-lgpl/i386-oe-linux/art_config.h |