diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-20 14:49:33 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-20 14:49:33 (GMT) |
commit | 6a474c5844cd77b59ffe383a95096322a9e3c87c (patch) | |
tree | 92a92c80e6c6ac5a6ffa5247af8e69e6db9caa48 /Mac | |
parent | dec99ef2987eec0cbd3d25c3e3f16e260d730f16 (diff) | |
download | cpython-6a474c5844cd77b59ffe383a95096322a9e3c87c.zip cpython-6a474c5844cd77b59ffe383a95096322a9e3c87c.tar.gz cpython-6a474c5844cd77b59ffe383a95096322a9e3c87c.tar.bz2 |
Define some things to 1 (in stead of empty) to be compatible with new PIL
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index ace5883..ad512ac 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -137,7 +137,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* #undef size_t */ /* Define if you have the ANSI C header files. */ -#define STDC_HEADERS +#define STDC_HEADERS 1 /* Define if you don't have dirent.h, but have sys/dir.h. */ /* #undef SYSDIR */ @@ -180,7 +180,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* #undef HAVE_ALTZONE */ /* Define if your compiler supports function prototypes */ -#define HAVE_PROTOTYPES +#define HAVE_PROTOTYPES 1 /* Define if your compiler supports variable length function prototypes (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ |