]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/squid_kerb_auth/config.test
Correct execute and write permissions from some files.
[thirdparty/squid.git] / helpers / negotiate_auth / squid_kerb_auth / config.test
CommitLineData
fd6a8442
AJ
1#!/bin/sh
2# Don't build without gssapi.h
f9150fbf 3if test -f /usr/include/gssapi/gssapi.h || test -f /usr/include/gssapi.h ; then
fd6a8442
AJ
4 exit 1
5fi
cc779b8f 6exit 0