summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h8
1 files changed, 0 insertions, 8 deletions
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 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#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 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "myproto.h"
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export on
-#endif
-
#include "object.h"
#include "objimpl.h"