# -----------------------------------
-AC_MSG_CHECKING(if FILE struct contains _r)
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
- ]], [[FILE *f;
- int i;
- i=f->_r;
- ]])],[AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(HAVE_FILE_R,1,Define if FILE structure provides _r)
- ],[AC_MSG_RESULT(no)
- ])
-
-# -----------------------------------
-
AC_MSG_CHECKING(if FILE struct contains _next)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
]], [[FILE *f;
/* Define if FILE structure provides _next */
/* #undef HAVE_FILE_NEXT */
-/* Define if FILE structure provides _r */
-/* #undef HAVE_FILE_R */
-
/* Define if you have the fontconfig library */
#define HAVE_FONTCONFIG 1