Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077f271 commit a258324Copy full SHA for a258324
1 file changed
Mac/Include/pyconfig.h
@@ -286,6 +286,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
286
/* Define if you want to compile in cycle garbage collection */
287
#define WITH_CYCLE_GC 1
288
289
+/* Define if you want cross-platform newline support for reading */
290
+#define WITH_UNIVERSAL_NEWLINES
291
+
292
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
293
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
294
Sequent Symmetry (Dynix), and Atari ST.
0 commit comments