]> granicus.if.org Git - python/commitdiff
Added SIZEOF_VOID_P and HAVE_LONG_LONG
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Oct 1998 11:43:32 +0000 (11:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Oct 1998 11:43:32 +0000 (11:43 +0000)
Mac/Include/config.h

index ad512acf009c81ce297963fbcaa9f7f684807d20..fc6f42741ce6d05cb8a46ed57e80da6c0bc759c4 100644 (file)
@@ -44,6 +44,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 #define SIZEOF_INT 4
 #define SIZEOF_LONG 4
+#define SIZEOF_VOID_P 4
+#define HAVE_LONG_LONG 1
 
 #ifdef THINK_C
 #define HAVE_FOPENRF