summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-01 13:44:08 +0000
committerEgbert Eich <eich@suse.de>2004-03-01 13:44:08 +0000
commit233e7ae64338fb5f1af2cff9171848e56eb20353 (patch)
treecf95592896ce8669ab9737107ee855f71527d25b
parent39892755f5fd8f73fda3489991d454864ee63ab0 (diff)
downloadxorg-util-makedepend-XEVIE.tar.gz
3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich).XEVIE
2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman).
-rw-r--r--imakemdep.h14
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