]> granicus.if.org Git - python/commitdiff
Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by the Metro...
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Nov 2001 12:11:05 +0000 (12:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 6 Nov 2001 12:11:05 +0000 (12:11 +0000)
Mac/Include/pyconfig.h

index eb5372578b3821909e3af17791fa7c58a1d532d7..dc79dcbea86eb520a1b7976d1feb8e1a89a8d05d 100644 (file)
@@ -185,7 +185,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #undef HAVE_LARGEFILE_SUPPORT
 
 /* Define this if you have the type long long */
-#undef HAVE_LONG_LONG
+#define HAVE_LONG_LONG
 
 /* Define if your compiler supports function prototypes */
 #define HAVE_PROTOTYPES 1
@@ -341,7 +341,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #define SIZEOF_LONG 4
 
 /* The number of bytes in a long long.  */
-#undef SIZEOF_LONG_LONG
+#define SIZEOF_LONG_LONG 8
 
 /* The number of bytes in a short.  */
 #define SIZEOF_SHORT 2