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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h
index eb53725..dc79dcb 100644
--- a/Mac/Include/pyconfig.h
+++ b/Mac/Include/pyconfig.h
@@ -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