summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-21 15:29:20 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-24 21:53:20 -0800
commit921fc67c4879e3bad500f9cbe7e63c74442827e6 (patch)
tree80665c77577e2887e796385924eaafc17118bff4 /src
parent25b5405699b6f5c72e00642e896115ea923504fb (diff)
[master]: A bug fixing releasedebian/2.6.4-6archive/debian/2.6.4-6
Rolled backt he POSIX_X_SOURCE feature check changes. Closes: #890608 Closes: #890714 Closes: #890743 Closes: #890703 Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'src')
-rw-r--r--src/flex.skl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/flex.skl b/src/flex.skl
index aae5560..ba194a2 100644
--- a/src/flex.skl
+++ b/src/flex.skl
@@ -218,14 +218,6 @@ m4_ifdef( [[M4_YY_TABLES_EXTERNAL]],
/* begin standard C headers. */
%if-c-only
-m4_ifdef( [[M4_YY_ALWAYS_INTERACTIVE]], ,
-[[m4_ifdef( [[M4_YY_NEVER_INTERACTIVE]], ,
-[[#ifndef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 200809 /* for fileno() */
-#ifndef _POSIX_SOURCE
-#define _POSIX_SOURCE 1
-#endif
-#endif]])]])
#include <stdio.h>
#include <string.h>
#include <errno.h>