Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.

This commit is contained in:
Jack Jansen 2000-07-14 22:52:50 +00:00
parent 74a1e63a89
commit a44923fbfe
9 changed files with 0 additions and 83 deletions

View file

@ -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 */