• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srcm4/
1# pathmax.m4 serial 9
2dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
3dnl Inc.
4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved.
7
8AC_DEFUN([gl_PATHMAX],
9[
10  dnl Prerequisites of lib/pathmax.h.
11  AC_CHECK_HEADERS_ONCE([sys/param.h])
12])
13