summaryrefslogtreecommitdiffstats
path: root/Mac/Include/pyconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Include/pyconfig.h')
-rw-r--r--Mac/Include/pyconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h
index 15bef5a..11c5e6f 100644
--- a/Mac/Include/pyconfig.h
+++ b/Mac/Include/pyconfig.h
@@ -286,6 +286,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Define if you want to compile in cycle garbage collection */
#define WITH_CYCLE_GC 1
+/* Define if you want cross-platform newline support for reading */
+#define WITH_UNIVERSAL_NEWLINES
+
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
Sequent Symmetry (Dynix), and Atari ST.