diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 14:12:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 14:12:30 -0800 |
commit | a938ec5ca1923759327b7b80861d8382b3686a1b (patch) | |
tree | 7982a90a8b9fa05dffa1b14fc79400b9aacc489a /src/Vendor.c | |
parent | 3605d8a673cad8e0684245255fe8b26f07780d82 (diff) |
unifdef AIXSHLIB & SUNSHLIB
AIXSHLIB was only set in the Imake configs for AIX versions < 5
SUNSHLIB was only set in the Imake configs for SunOS versions < 5
Neither has ever been set in the autoconf configs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Vendor.c')
-rw-r--r-- | src/Vendor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Vendor.c b/src/Vendor.c index 2a211b2..5c977de 100644 --- a/src/Vendor.c +++ b/src/Vendor.c @@ -137,7 +137,5 @@ VendorShellClassRec vendorShellClassRec = { }; /* *INDENT-ON* */ -#if !defined(AIXSHLIB) || !defined(SHAREDCODE) externaldef(vendorshellwidgetclass) WidgetClass vendorShellWidgetClass = (WidgetClass) (&vendorShellClassRec); -#endif |