Ticket #5276: regex.diff

File regex.diff, 306 bytes (added by hugo@…, 19 years ago)

Diff to enable gnuregex support

  • mutt_regex.h

    old new  
    2626#ifdef USE_GNU_REGEX
    2727#include "_regex.h"
    2828#else
    29 #include <regex.h>
     29#include <gnuregex.h>
    3030#endif
    3131
    3232/* this is a non-standard option supported by Solaris 2.5.x which allows