diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 21:32:46 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-08 22:40:47 +0100 |
commit | a9c30796dce587627524ffa886eeef5e73144c46 (patch) | |
tree | 20657a721e575eb42b15723aed14116fe2a173ac /nx-X11/config/cf/Imake.tmpl | |
parent | 4b178918ba19ebd9daa6f87fa790b6f6767b1f61 (diff) | |
download | nx-libs-a9c30796dce587627524ffa886eeef5e73144c46.tar.gz nx-libs-a9c30796dce587627524ffa886eeef5e73144c46.tar.bz2 nx-libs-a9c30796dce587627524ffa886eeef5e73144c46.zip |
drop platform support: unifdef __osf__.
Fixes ArcticaProject/nx-libs#288.
Diffstat (limited to 'nx-X11/config/cf/Imake.tmpl')
-rw-r--r-- | nx-X11/config/cf/Imake.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/config/cf/Imake.tmpl b/nx-X11/config/cf/Imake.tmpl index e8e1fb09b..93b659a0d 100644 --- a/nx-X11/config/cf/Imake.tmpl +++ b/nx-X11/config/cf/Imake.tmpl @@ -1516,21 +1516,21 @@ TCLIBDIR = TclLibDir #define LibManSuffix 3 /* use just one tab or cpp will die */ #endif #ifndef FileManSuffix -#if SystemV || SystemV4 || defined(OSF1Architecture) +#if SystemV || SystemV4 #define FileManSuffix 4 /* use just one tab or cpp will die */ #else #define FileManSuffix 5 /* use just one tab or cpp will die */ #endif #endif #ifndef MiscManSuffix -#if SystemV || SystemV4 || defined(OSF1Architecture) +#if SystemV || SystemV4 #define MiscManSuffix 5 /* use just one tab or cpp will die */ #else #define MiscManSuffix 7 /* use just one tab or cpp will die */ #endif #endif #ifndef DriverManSuffix -#if SystemV || SystemV4 || defined(OSF1Architecture) +#if SystemV || SystemV4 #define DriverManSuffix 7 /* use just one tab or cpp will die */ #else #define DriverManSuffix 4 /* use just one tab or cpp will die */ |