diff options
author | Egbert Eich <eich@suse.de> | 2004-01-29 08:06:33 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-01-29 08:06:33 +0000 |
commit | b1abaa61cb80aa0c282dbb15c8d834c36c2c9443 (patch) | |
tree | 441db179a5f2599741d7eade5bfd66d4242e4f15 | |
parent | 91f4b859c20d25898da3324921758c2d35523fd5 (diff) |
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330
-rw-r--r-- | imakemdep.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/imakemdep.h b/imakemdep.h index fba4c23..f272429 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -24,7 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/config/imake/imakemdep.h,v 3.71 2003/06/12 14:12:26 eich Exp $ */ +/* $XFree86: xc/config/imake/imakemdep.h,v 3.72 2003/12/30 01:53:52 tsi Exp $ */ /* @@ -1014,9 +1014,18 @@ struct symtab predefs[] = { #ifdef sparc {"sparc", "1"}, #endif +#ifdef __sparc + {"__sparc", "1"}, +#endif +#ifdef __sparcv9 + {"__sparcv9", "1"}, +#endif #ifdef __sparc__ {"__sparc__", "1"}, #endif +#ifdef __sparcv9__ + {"__sparcv9__", "1"}, +#endif #ifdef hpux {"hpux", "1"}, #endif @@ -1263,6 +1272,9 @@ struct symtab predefs[] = { {"__AMD64__", "1"}, {"__x86_64__", "1"}, # endif +# ifdef __i386 + {"__i386", "1"}, +# endif # ifdef __i386__ {"__i386__", "1"}, # endif |