DEC in their wisdom, stripped out some definitions from
/usr/include/regex.h into a file called /usr/include/reg_types.h.
Unfortunately, this file is sometimes included even when regex.h is not
included. My ugly hack, was to add to the beginning of reg_types.h
a '#ifndef GCC_BOTCH' and matching '#endif' to the end, and add -DGCC_BOTCH=1
as a CFLAG to the makefile.
Received on Thu Aug 14 1997 - 05:09:04 NZST