summaryrefslogtreecommitdiff
path: root/imakemdep.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-04 20:07:43 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-04 20:07:43 -0800
commit6d70e2776b41977a87bbe32220f4d3f8a62dc763 (patch)
tree8e31be89ff3a941533aa372fb2c43191caf53eeb /imakemdep.h
parent01238aa25c3bb1e0c909f63dd3bc97c48bd8bf6d (diff)
downloadxorg-util-makedepend-6d70e2776b41977a87bbe32220f4d3f8a62dc763.tar.gz
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'imakemdep.h')
-rw-r--r--imakemdep.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/imakemdep.h b/imakemdep.h
index b8117c8..268e837 100644
--- a/imakemdep.h
+++ b/imakemdep.h
@@ -31,9 +31,6 @@ in this Software without prior written authorization from The Open Group.
* definitions. In general you should *not* edit ccimake.c or imake.c!
*/
-#ifdef __UNIXOS2__
-#define lstat stat
-#endif
#if !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP)
/* predefs:
@@ -341,9 +338,6 @@ static const struct symtab predefs[] = {
#ifdef __ELF__
{"__ELF__", "1"},
#endif
-#ifdef __UNIXOS2__
- {"__UNIXOS2__", "1"},
-#endif
#if defined(__QNX__)
{"__QNX__", "1"},
#endif