K 10 svn:author V 4 ache K 8 svn:date V 27 2004-03-22T14:44:00.000000Z K 7 svn:log V 582 Forced commit note to explain why NO_POSIX_COMPAT was removed with upgrade. NO_POSIX_COMPAT was added in 1996 as attempt to resolve POSIX regex functions conflict for fixit floppy (they are both in libc and libgnuregex) The way it done (simple excluding POSIX functions from compile) breaks legitimate case when, say, some program from ports calls both POSIX and GNU regex functions (it will call POSIX ones from libc and fails, because header is from GNU). Now our fixit floppy (and other crunched floppies, as I check) not use libgnuregex, so the hack can be removed. END