remove OSF1 support
This commit is contained in:
@@ -868,14 +868,14 @@ XCOMM the platform-specific parameters - edit site.def to change
|
||||
#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 */
|
||||
|
||||
Reference in New Issue
Block a user