fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / config / gen / config_h / has_header_h.in
blobc78c6f6dc694c725b2f87e825bf3c2295a6a57b6
1 /* Copyright (C) 2009, Parrot Foundation.
2  * $Id$
3  */
5 #ifndef PARROT_HAS_HEADER_H_GUARD
6 #define PARROT_HAS_HEADER_H_GUARD
8 /*
9  * i_\w+ header includes
10  */
12 @TEMP_header@
14 #define BUILD_OS_NAME "@osname@"
17  * defines from commandline
18  */
20 @TEMP_cli_define@
23  * HAS_\w+ config entries
24  */
26 @TEMP_has_config@
29  * D_\w+ config entries
30  */
32 @TEMP_d_config@
34 #endif /* PARROT_HAS_HEADER_H_GUARD */
37  * Local variables:
38  *   c-file-style: "parrot"
39  * End:
40  * vim: expandtab shiftwidth=4:
41  */