Home
last modified time | relevance | path

Searched refs:NNTPCACHE (Results 1 – 3 of 3) sorted by relevance

/dports/news/nn/nn-6.7.3/
H A Dnntp.c36 #ifndef NNTPCACHE
37 #define NNTPCACHE 10 macro
109 int nntp_cache_size = NNTPCACHE;
771 } cache[NNTPCACHE];
790 if (nntp_cache_size > NNTPCACHE) in search_cache()
791 nntp_cache_size = NNTPCACHE; in search_cache()
H A Dinst.sh440 if [ x"$NNTPCACHE" != "x" ] ; then
441 ./inst mkdir "$NNTPCACHE" 777 || exit 1
H A Dinst.sh.apollo440 if [ x"$NNTPCACHE" != "x" ] ; then
441 ./inst mkdir "$NNTPCACHE" u=prwx,gz=rwx || exit 1