Staging
v0.5.1
https://github.com/python/cpython
Revision 6dd87830d091673741a4aabfb0680ae5ca64c257 authored by Guido van Rossum on 08 May 1997, 23:11:52 UTC, committed by Guido van Rossum on 08 May 1997, 23:11:52 UTC
1 parent 56f78d9
Raw File
Tip revision: 6dd87830d091673741a4aabfb0680ae5ca64c257 authored by Guido van Rossum on 08 May 1997, 23:11:52 UTC
Improve getting the mailbox from the environment.
Tip revision: 6dd8783
mwerks_plugin_config.h
/*
** Config file for dynamically-loaded ppc/cfm68k plugin modules.
*/

#define USE_GUSI		/* Stdio implemented with GUSI */
#define USE_MSL			/* Use MSL libraries */
#ifdef USE_MSL
#define USE_PRECOMPILED_HEADERS 0	/* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
back to top