summaryrefslogtreecommitdiff
path: root/regress/check-portability/files/portability-test-eqeq
blob: d656a2019f2ca5e9dc4e762c4564c03da6d3ad71 (plain)
1
2
3
4
5
6
7
# $NetBSD: portability-test-eqeq,v 1.1 2016/06/11 10:48:28 rillig Exp $

if [ $HAVE_STDIO_H == yes ]; then
  ...
elif test $HAVE_STDLIB_H == yes ]; then
  ...
fi