* GNU Lesser General Public License for more details.
*/
-
-#include "libxl_osdeps.h" /* must come before any other headers */
+#define _GNU_SOURCE
#include <limits.h>
#ifndef LIBXLU_CFG_I_H
#define LIBXLU_CFG_I_H
-#include "libxl_osdeps.h" /* must come before any other headers */
#include "libxlu_internal.h"
#include "libxlu_cfg_y.h"
-#include "libxl_osdeps.h" /* must come before any other headers */
#include "libxlu_internal.h"
#include "libxlu_disk_l.h"
#include "libxlu_disk_i.h"
-#line 2 "libxlu_disk_l.c"
-#include "libxl_osdeps.h" /* must come before any other headers */
+#line 1 "libxlu_disk_l.c"
+#define _GNU_SOURCE
-#line 5 "libxlu_disk_l.c"
+#line 4 "libxlu_disk_l.c"
#define YY_INT_ALIGNED short int
#undef DPC /* needs to be defined differently the actual lexer */
#define DPC ((DiskParseContext*)yyextra)
-#line 1203 "libxlu_disk_l.c"
+#line 1202 "libxlu_disk_l.c"
-#line 1205 "libxlu_disk_l.c"
+#line 1204 "libxlu_disk_l.c"
#define INITIAL 0
#define LEXERR 1
#line 180 "libxlu_disk_l.l"
/*----- the scanner rules which do the parsing -----*/
-#line 1487 "libxlu_disk_l.c"
+#line 1486 "libxlu_disk_l.c"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{
#line 291 "libxlu_disk_l.l"
YY_FATAL_ERROR( "flex scanner jammed" );
YY_BREAK
-#line 1840 "libxlu_disk_l.c"
+#line 1839 "libxlu_disk_l.c"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(LEXERR):
yyterminate();
#define xlu__disk_yyHEADER_H 1
#define xlu__disk_yyIN_HEADER 1
-#line 6 "libxlu_disk_l.h"
-#include "libxl_osdeps.h" /* must come before any other headers */
+#line 5 "libxlu_disk_l.h"
+#define _GNU_SOURCE
-#line 9 "libxlu_disk_l.h"
+#line 8 "libxlu_disk_l.h"
#define YY_INT_ALIGNED short int
#line 291 "libxlu_disk_l.l"
-#line 700 "libxlu_disk_l.h"
+#line 699 "libxlu_disk_l.h"
#undef xlu__disk_yyIN_HEADER
#endif /* xlu__disk_yyHEADER_H */
*/
%top{
-#include "libxl_osdeps.h" /* must come before any other headers */
+#define _GNU_SOURCE
}
%{
-#include "libxl_osdeps.h" /* must come before any other headers */
+#define _GNU_SOURCE
+
#include "libxlu_internal.h"
#include "libxlu_disk_l.h"
#include "libxlu_disk_i.h"
-#include "libxl_osdeps.h" /* must come before any other headers */
+#define _GNU_SOURCE
+
#include "libxlu_internal.h"
static const char *vif_bytes_per_sec_re = "^[0-9]+[GMK]?[Bb]/s$";