Ticket #5276: regex.diff
File regex.diff, 306 bytes (added by hugo@…, 19 years ago) |
---|
-
mutt_regex.h
old new 26 26 #ifdef USE_GNU_REGEX 27 27 #include "_regex.h" 28 28 #else 29 #include < regex.h>29 #include <gnuregex.h> 30 30 #endif 31 31 32 32 /* this is a non-standard option supported by Solaris 2.5.x which allows