summaryrefslogtreecommitdiff
path: root/src/Vendor.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 14:12:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 14:12:30 -0800
commita938ec5ca1923759327b7b80861d8382b3686a1b (patch)
tree7982a90a8b9fa05dffa1b14fc79400b9aacc489a /src/Vendor.c
parent3605d8a673cad8e0684245255fe8b26f07780d82 (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.c2
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