summaryrefslogtreecommitdiff
path: root/imakemdep.h
diff options
context:
space:
mode:
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