aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_l.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index e27545e4..9590a2ff 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -1,6 +1,5 @@
%top{
-/* make fileno() known */
-#define _XOPEN_SOURCE 600
+#include "config.h"
}
%{
@@ -12,7 +11,6 @@
*/
#include <string.h>
-#include "config.h"
#include "fetchmail.h"
#include "xmalloc.h"
#include "rcfile_y.h"