conf.sh 112 B

12345
  1. if [ -f /usr/include/net/pfvar.h ]; then
  2. echo "#define HAS_PFVAR_H 1"
  3. else
  4. echo "#undef HAS_PFVAR_H"
  5. fi