f147bfefab4b6ae79f421025cd7fb5736708920b
[gnulib.git] / m4 / fcntl-safer.m4
1 # fcntl-safer.m4 serial 3
2
3 # Copyright (C) 2004 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # Written by Paul Eggert.
9
10 AC_DEFUN([gl_FCNTL_SAFER],
11 [
12   gl_PREREQ_OPEN_SAFER
13 ])
14
15 # Prerequisites of lib/open-safer.c.
16 AC_DEFUN([gl_PREREQ_OPEN_SAFER], [
17   AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
18 ])