diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:14:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:14:29 -0800 |
commit | ae35984780c7587fff7029ef5655f9ce6c4acc66 (patch) | |
tree | e96d1543de4456dfa8bf4fc4a0ca5aae6079a4b7 /src/Initialize.c | |
parent | 0f4d2e4db54161e6e763248bee1446080c38d284 (diff) |
unifdef hpux
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Initialize.c')
-rw-r--r-- | src/Initialize.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Initialize.c b/src/Initialize.c index 03bb59c..5d2c92a 100644 --- a/src/Initialize.c +++ b/src/Initialize.c @@ -101,12 +101,6 @@ in this Software without prior written authorization from The Open Group. #define XtInitialize _XtInitialize #endif /* (SUNSHLIB || AIXSHLIB) && SHAREDCODE */ -/* - * hpux - * Hand-patched versions of HP-UX prior to version 7.0 can usefully add - * -DUSE_UNAME in the appropriate config file to get long hostnames. - */ - #ifdef USG #define USE_UNAME #endif |