X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffcntl_h.m4;h=cac28aeb28376da58286f5d17c5800220d5c0db2;hb=fb88b295e090486496c869d44a7b47ee8cbc4071;hp=346315c0b4243540b0dbc34239747f72c0389690;hpb=0b88a15dca93414df75ff004811c8e2573d593e3;p=gnulib.git diff --git a/m4/fcntl_h.m4 b/m4/fcntl_h.m4 index 346315c0b..cac28aeb2 100644 --- a/m4/fcntl_h.m4 +++ b/m4/fcntl_h.m4 @@ -1,6 +1,6 @@ -# serial 14 +# serial 15 # Configure fcntl.h. -dnl Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -16,6 +16,9 @@ AC_DEFUN([gl_FCNTL_H], dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) + dnl Ensure the type mode_t gets defined. + AC_REQUIRE([AC_TYPE_MODE_T]) + dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, if it is not common dnl enough to be declared everywhere.