]> granicus.if.org Git - python/commitdiff
Define some things to 1 (in stead of empty) to be compatible with new PIL
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Aug 1998 14:49:33 +0000 (14:49 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Aug 1998 14:49:33 +0000 (14:49 +0000)
Mac/Include/config.h

index ace58831508a7bb44d8b9fa76daa5f299ba3bb52..ad512acf009c81ce297963fbcaa9f7f684807d20 100644 (file)
@@ -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> */