+# This entry is used to retrieve external-body types that use a "url"
+# access-type.
+case "`uname`" in
+ FreeBSD)
+ echo "nmh-access-url: fetch -o -" >> $TMP
+ ;;
+ *)
+ PGM=`$SEARCHPROG "$SEARCHPATH" curl`
+ if [ ! -z "$PGM" ]; then
+ echo "nmh-access-url: $PGM -L" >> $TMP
+ fi
+ ;;
+esac
+