summaryrefslogtreecommitdiffstats
path: root/gl/m4/freading.m4
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-09-17 00:56:19 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-09-17 00:56:19 (GMT)
commit62af1d0b2a31185dc8acaf3fe8fc3149414277bd (patch)
tree8aded0ff4acf5bcc582c61c3da9ab098656da6b4 /gl/m4/freading.m4
parent1909de2e843f1dfd5e031d3d4aa6901a5b9a139d (diff)
downloadmonitoring-plugins-62af1d0.tar.gz
gnulib changes
Diffstat (limited to 'gl/m4/freading.m4')
-rw-r--r--gl/m4/freading.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/gl/m4/freading.m4 b/gl/m4/freading.m4
deleted file mode 100644
index 81b17a6..0000000
--- a/gl/m4/freading.m4
+++ /dev/null
@@ -1,11 +0,0 @@
1# freading.m4 serial 2
2dnl Copyright (C) 2007, 2009-2022 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_FUNC_FREADING],
8[
9 AC_CHECK_HEADERS_ONCE([stdio_ext.h])
10 AC_CHECK_FUNCS_ONCE([__freading])
11])