2N/A# xsize.m4 serial 4
2N/Adnl Copyright (C) 2003-2004, 2008-2010 Free Software Foundation, Inc.
2N/Adnl This file is free software; the Free Software Foundation
2N/Adnl gives unlimited permission to copy and/or distribute it,
2N/Adnl with or without modifications, as long as this notice is preserved.
2N/A
2N/AAC_DEFUN([gl_XSIZE],
2N/A[
2N/A dnl Prerequisites of lib/xsize.h.
2N/A AC_REQUIRE([gl_SIZE_MAX])
2N/A AC_REQUIRE([AC_C_INLINE])
2N/A AC_CHECK_HEADERS([stdint.h])
2N/A])