$NetBSD: patch-ab,v 1.1 1998/09/30 10:27:54 hubertf Exp $ NetBSD 1.3.2 doesn't have CC_REFRESH_BEEP. --- complete.c 1998/09/29 15:27:45 1.1 +++ complete.c 1998/09/29 15:28:54 @@ -71,6 +71,10 @@ return (strcmp(*(char **)a, *(char **)b)); } +#ifndef CC_REFRESH_BEEP +#define CC_REFRESH_BEEP 9 +#endif + /* * Determine if complete is ambiguous. If unique, insert. * If no choices, error. If unambiguous prefix, insert that.