Home | History | Annotate | Download | only in m4
      1 dnl
      2 dnl Copyright (c) 2015 Fujitsu Ltd.
      3 dnl Author: Xiao Yang <yangx.jy (a] cn.fujitsu.com>
      4 dnl
      5 dnl This program is free software; you can redistribute it and/or modify it
      6 dnl under the terms of version 2 of the GNU General Public License as
      7 dnl published by the Free Software Foundation.
      8 dnl
      9 dnl This program is distributed in the hope that it would be useful, but
     10 dnl WITHOUT ANY WARRANTY; without even the implied warranty of
     11 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     12 dnl
     13 dnl You should have received a copy of the GNU General Public License
     14 dnl alone with this program.
     15 dnl
     16 
     17 dnl
     18 dnl LTP_CHECK_PWRITEV
     19 dnl ----------------------------
     20 dnl
     21 AC_DEFUN([LTP_CHECK_PWRITEV],[
     22 AC_CHECK_FUNCS(pwritev,,)
     23 ])
     24