diff options
-rw-r--r-- | rcfile_l.l | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ int prc_lineno = 1; #define YY_NO_INPUT +#ifdef __cplusplus +extern "C" +#endif int yywrap(void) { return 1; } %} |
index : fetchmail | ||
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations | git |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | rcfile_l.l | 3 |
@@ -27,6 +27,9 @@ int prc_lineno = 1; #define YY_NO_INPUT +#ifdef __cplusplus +extern "C" +#endif int yywrap(void) { return 1; } %} |