Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 5536:bbcf3f979099
Suppress the "undefined macros" warnings for zlib.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:18 +0900 |
parents | ac37a5f7e5be |
children | 2df2d9171f20 |
comparison
equal
deleted
inserted
replaced
5535:25325da1d1a8 | 5536:bbcf3f979099 |
---|---|
57 #ifdef HAVE_PNG | 57 #ifdef HAVE_PNG |
58 | 58 |
59 BEGIN_C_DECLS | 59 BEGIN_C_DECLS |
60 | 60 |
61 #define message message_ /* Yuck */ | 61 #define message message_ /* Yuck */ |
62 #if !defined(_LARGEFILE64_SOURCE) /* Yuck**2 -- see <zconf.h>. */ | |
63 #define _LARGEFILE64_SOURCE 0 | |
64 #endif | |
65 #if !defined(_FILE_OFFSET_BITS) /* Yuck**2 -- see <zlib.h>. */ | |
66 #define _FILE_OFFSET_BITS 0 | |
67 #endif | |
62 #include <png.h> | 68 #include <png.h> |
63 #undef message | 69 #undef message |
64 | 70 |
65 END_C_DECLS | 71 END_C_DECLS |
66 | 72 |