diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-13 02:38:05 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-13 02:38:05 +0200 |
commit | bab59e5749eda4b39608913df59f7fa0934ed928 (patch) | |
tree | a6fc122cea77578517ab0eb50a9076dbdc690426 /sys/src/cmd/python/pyconfig.h | |
parent | 737c3edeba2c7615e08d9263e9eb010bbfd1e42b (diff) |
python: HAVE_STDINT_H 1
Diffstat (limited to 'sys/src/cmd/python/pyconfig.h')
-rw-r--r-- | sys/src/cmd/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> header file. */ -/* #undef HAVE_STDINT_H */ +#define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 |