summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-14 01:27:24 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-14 01:27:24 (GMT)
commitbecdbec8067c0e4cd9c0d9aad682c547d8a2bba3 (patch)
treecd225f6b3373d564641d4f84136181ad3f2597d5 /Mac/Include
parente2aaa9dd61632e48da08372dfb7f3365ed6d663b (diff)
downloadcpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.zip
cpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.tar.gz
cpython-becdbec8067c0e4cd9c0d9aad682c547d8a2bba3.tar.bz2
ported to Think C
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/macglue.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index d868534..a299016 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -22,10 +22,18 @@ 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>
+#ifdef GENERATINGCFM /* Defined to 0 or 1 in Universal headers */
+#define HAVE_UNIVERSAL_HEADERS
+#endif
+
char *macstrerror(int); /* strerror with mac errors */
extern int PyMac_DoYieldEnabled; /* Don't do eventloop when false */