summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/have-types.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/have-types.m4')
-rw-r--r--crypto/heimdal/cf/have-types.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/heimdal/cf/have-types.m4 b/crypto/heimdal/cf/have-types.m4
new file mode 100644
index 0000000..7c85c5d
--- /dev/null
+++ b/crypto/heimdal/cf/have-types.m4
@@ -0,0 +1,14 @@
+dnl
+dnl $Id: have-types.m4,v 1.1 1999/07/24 18:38:58 assar Exp $
+dnl
+
+AC_DEFUN(AC_HAVE_TYPES, [
+for i in $1; do
+ AC_HAVE_TYPE($i)
+done
+: << END
+changequote(`,')dnl
+@@@funcs="$funcs $1"@@@
+changequote([,])dnl
+END
+])
OpenPOWER on IntegriCloud