deleted obsolete SYMANTEC__CFM68K__ tests
diff --git a/Include/Python.h b/Include/Python.h
index b36b5da..3cea591 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -41,10 +41,6 @@
 #define DL_EXPORT(RTYPE) RTYPE
 #endif
 
-#ifdef SYMANTEC__CFM68K__
-#define UsingSharedLibs
-#endif
-
 #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
 #define _SGI_MP_SOURCE
 #endif
@@ -58,10 +54,6 @@
 
 #include "myproto.h"
 
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export on
-#endif
-
 #include "object.h"
 #include "objimpl.h"