summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Include/macglue.h')
-rw-r--r--Mac/Include/macglue.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index fc014d5..e7e6438 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -22,10 +22,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-#ifndef SystemSevenOrLater
-#define SystemSevenOrLater 1
-#endif
-
#include <Types.h>
#include <Files.h>
#include <Events.h>
@@ -45,10 +41,6 @@ typedef struct {
} PyMacSchedParams;
-#ifdef GENERATINGCFM /* Defined to 0 or 1 in Universal headers */
-#define HAVE_UNIVERSAL_HEADERS
-#endif
-
#ifdef USE_GUSI1
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */