Hi, I came across this piece of code in rldefs.h: ... #if defined (HAVE_STRPBRK) && !defined (HAVE_MULTIBYTE) # define _rl_strpbrk(a,b) strpbrk((a),(b)) #else extern char *_rl_strpbrk (const char *, const char *); #endif ...
I didn't find any other occurrence of HAVE_MULTIBYTE. I wonder if HANDLE_MULTIBYTE was meant instead. Thanks, - Tom
