1/* Copyright (C) 2009-2014, Parrot Foundation.
2 */
3
4#ifndef PARROT_HAS_HEADER_H_GUARD
5#define PARROT_HAS_HEADER_H_GUARD
6
7/*
8 * i_\w+ header includes
9 */
10
11@TEMP_header@
12
13#define BUILD_OS_NAME "@osname@"
14
15/*
16 * defines from commandline
17 */
18
19@TEMP_cli_define@
20
21/*
22 * HAS_\w+ config entries
23 */
24
25@TEMP_has_config@
26
27/*
28 * D_\w+ config entries
29 */
30
31@TEMP_d_config@
32
33/*
34 * Compiler HASATTRIBUTE config entries from auto::attributes
35 */
36
37@TEMP_hasattributes@
38
39
40#endif /* PARROT_HAS_HEADER_H_GUARD */
41
42/*
43 * Local variables:
44 *   c-file-style: "parrot"
45 * End:
46 * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
47 */
48