X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffcntl;h=dc891e759deae1001717a1f974f127b040dc1068;hb=2a9edc6f2b02a05553d266117ddee80b3e0a3749;hp=67f67f9faa32bfa34ebee5a0bae81a0741fa44bf;hpb=6abc3b3cb9792b89865b58b28073c19d6094ac68;p=gnulib.git diff --git a/modules/fcntl b/modules/fcntl index 67f67f9fa..dc891e759 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -6,12 +6,18 @@ m4/fcntl.m4 lib/fcntl.c Depends-on: -dup2 fcntl-h extensions +close [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1] +dup2 [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1] +getdtablesize [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1] +msvc-nothrow [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1] configure.ac: gl_FUNC_FCNTL +if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then + AC_LIBOBJ([fcntl]) +fi gl_FCNTL_MODULE_INDICATOR([fcntl]) Makefile.am: @@ -20,7 +26,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Eric Blake