Michael G. Schwern [Sun, 9 Dec 2001 19:28:12 +0000 (14:28 -0500)]
Message-ID: <
20011210002812.GF13586@blackrider>
p4raw-id: //depot/perl@13570
=item * C<-Duse64bitint>
-I<gcc> supports 64-bit integers. However, several additional long long
-functions are necessary to use them within Perl (I<{strtol,strtoul}l>).
-These are B<not> yet available with Cygwin.
+By default Perl uses 32 bit integers. If you want to use larger 64
+bit integers, define this symbol. If there is trouble, check that
+your Cygwin installation is up to date.
=item * C<-Duselongdouble>