OLD | NEW |
1 #ifndef header_HEADER_H | 1 #ifndef header_HEADER_H |
2 #define header_HEADER_H 1 | 2 #define header_HEADER_H 1 |
3 #define header_IN_HEADER 1 | 3 #define header_IN_HEADER 1 |
4 | 4 |
5 #line 10 "headerlexer.l" | 5 #line 10 "headerlexer.l" |
6 /* | 6 /* |
7 * This file is part of Wireless Display Software for Linux OS | 7 * This file is part of Wireless Display Software for Linux OS |
8 * | 8 * |
9 * Copyright (C) 2015 Intel Corporation. | 9 * Copyright (C) 2015 Intel Corporation. |
10 * | 10 * |
11 * This library is free software; you can redistribute it and/or | 11 * This library is free software; you can redistribute it and/or |
12 * modify it under the terms of the GNU Lesser General Public | 12 * modify it under the terms of the GNU Lesser General Public |
13 * License as published by the Free Software Foundation; either | 13 * License as published by the Free Software Foundation; either |
14 * version 2.1 of the License, or (at your option) any later version. | 14 * version 2.1 of the License, or (at your option) any later version. |
15 * | 15 * |
16 * This library is distributed in the hope that it will be useful, | 16 * This library is distributed in the hope that it will be useful, |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19 * Lesser General Public License for more details. | 19 * Lesser General Public License for more details. |
20 * | 20 * |
21 * You should have received a copy of the GNU Lesser General Public | 21 * You should have received a copy of the GNU Lesser General Public |
22 * License along with this library; if not, write to the Free Software | 22 * License along with this library; if not, write to the Free Software |
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
24 * 02110-1301 USA | 24 * 02110-1301 USA |
25 */ | 25 */ |
26 | 26 |
| 27 #include <stdint.h> |
| 28 |
| 29 #define YY_NO_UNISTD_H 1 |
27 | 30 |
28 | 31 |
29 #line 30 "gen/headerscanner.h" | 32 |
| 33 #line 34 "gen/headerscanner.h" |
30 | 34 |
31 #define YY_INT_ALIGNED short int | 35 #define YY_INT_ALIGNED short int |
32 | 36 |
33 /* A lexical scanner generated by flex */ | 37 /* A lexical scanner generated by flex */ |
34 | 38 |
35 #define FLEX_SCANNER | 39 #define FLEX_SCANNER |
36 #define YY_FLEX_MAJOR_VERSION 2 | 40 #define YY_FLEX_MAJOR_VERSION 2 |
37 #define YY_FLEX_MINOR_VERSION 5 | 41 #define YY_FLEX_MINOR_VERSION 5 |
38 #define YY_FLEX_SUBMINOR_VERSION 35 | 42 #define YY_FLEX_SUBMINOR_VERSION 35 |
39 #if YY_FLEX_SUBMINOR_VERSION > 0 | 43 #if YY_FLEX_SUBMINOR_VERSION > 0 |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 #undef yy_set_bol | 369 #undef yy_set_bol |
366 #undef yy_new_buffer | 370 #undef yy_new_buffer |
367 #undef yy_set_interactive | 371 #undef yy_set_interactive |
368 #undef YY_DO_BEFORE_ACTION | 372 #undef YY_DO_BEFORE_ACTION |
369 | 373 |
370 #ifdef YY_DECL_IS_OURS | 374 #ifdef YY_DECL_IS_OURS |
371 #undef YY_DECL_IS_OURS | 375 #undef YY_DECL_IS_OURS |
372 #undef YY_DECL | 376 #undef YY_DECL |
373 #endif | 377 #endif |
374 | 378 |
375 #line 376 "gen/headerscanner.h" | 379 #line 380 "gen/headerscanner.h" |
376 #undef header_IN_HEADER | 380 #undef header_IN_HEADER |
377 #endif /* header_HEADER_H */ | 381 #endif /* header_HEADER_H */ |
OLD | NEW |