summaryrefslogtreecommitdiff
path: root/src/Initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Initialize.c')
-rw-r--r--src/Initialize.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Initialize.c b/src/Initialize.c
index 1380e06..ca0453a 100644
--- a/src/Initialize.c
+++ b/src/Initialize.c
@@ -90,17 +90,6 @@ in this Software without prior written authorization from The Open Group.
#include <stdlib.h>
-#if (defined(SUNSHLIB) || defined(AIXSHLIB)) && defined(SHAREDCODE)
-/*
- * If used as a shared library, generate code under a different name so that
- * the stub routines in sharedlib.c get loaded into the application binary.
- */
-#define XtToolkitInitialize _XtToolkitInitialize
-#define XtOpenApplication _XtOpenApplication
-#define XtAppInitialize _XtAppInitialize
-#define XtInitialize _XtInitialize
-#endif /* (SUNSHLIB || AIXSHLIB) && SHAREDCODE */
-
/* some unspecified magic number of expected search levels for Xrm */
#define SEARCH_LIST_SIZE 1000
@@ -156,17 +145,6 @@ GetHostname(char *buf, int maxlen)
buf[maxlen - 1] = '\0';
}
-#ifdef SUNSHLIB
-void
-_XtInherit(void)
-{
- extern void __XtInherit();
-
- __XtInherit();
-}
-
-#define _XtInherit __XtInherit
-#endif
#if defined (WIN32) || defined(__CYGWIN__)
/*