From bab59e5749eda4b39608913df59f7fa0934ed928 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 13 Jul 2015 02:38:05 +0200 Subject: python: HAVE_STDINT_H 1 --- sys/src/cmd/python/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/python/pyconfig.h') diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index be1de2042..fb9c5bcdd 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -523,7 +523,7 @@ typedef unsigned long u_long; #define HAVE_STDARG_PROTOTYPES 1 /* Define to 1 if you have the header file. */ -/* #undef HAVE_STDINT_H */ +#define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 -- cgit v1.2.3