md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / getdtablesize
index 808238c..1c2d642 100644 (file)
@@ -7,9 +7,15 @@ m4/getdtablesize.m4
 
 Depends-on:
 unistd
+extensions
+msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
 
 configure.ac:
 gl_FUNC_GETDTABLESIZE
+if test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1; then
+  AC_LIBOBJ([getdtablesize])
+  gl_PREREQ_GETDTABLESIZE
+fi
 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
 
 Makefile.am:
@@ -21,5 +27,5 @@ License:
 LGPLv2+
 
 Maintainer:
-Bruno Haible
+Bruno Haible, Eric Blake