Index: rcfile_y.y =================================================================== RCS file: /home/cvs/debian/fetchmail/rcfile_y.y,v retrieving revision 1.1.1.19 retrieving revision 1.11 diff -u -r1.1.1.19 -r1.11 --- rcfile_y.y 10 Mar 2002 19:45:24 -0000 1.1.1.19 +++ rcfile_y.y 11 Mar 2002 19:13:59 -0000 1.11 @@ -366,13 +366,7 @@ | NO MIMEDECODE {current.mimedecode = FLAG_FALSE;} | NO IDLE {current.idle = FLAG_FALSE;} - | NO SSL { -#ifdef SSL_ENABLE - current.use_ssl = FLAG_FALSE; -#else - yyerror(GT_("SSL is not enabled")); -#endif - } + | NO SSL {current.use_ssl = FLAG_FALSE;} | LIMIT NUMBER {current.limit = NUM_VALUE_IN($2);} | WARNINGS NUMBER {current.warnings = NUM_VALUE_IN($2);}