? autom4te.cache Index: xftint.h =================================================================== RCS file: /cvs/xorg/xc/lib/Xft/xftint.h,v retrieving revision 1.2 diff -u -p -r1.2 xftint.h --- xftint.h 23 Apr 2004 18:43:42 -0000 1.2 +++ xftint.h 12 Aug 2004 21:14:26 -0000 @@ -43,6 +43,15 @@ #include #include +#ifndef HAVE_CONFIG_H +# if (FREETYPE_MAJOR > 2 || \ + (FREETYPE_MAJOR == 2 && (FREETYPE_MINOR > 1 || \ + (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 5)))) +# define HAVE_FT_BITMAP_SIZE_Y_PPEM 1 +# else +# define HAVE_FT_BITMAP_SIZE_Y_PPEM 0 +#endif + typedef struct _XftMatcher { char *object; double (*compare) (char *object, FcValue value1, FcValue value2);