header = """
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""
[defines]
"unix" = "DEFINED"
"macos" = "NOT_DEFINED"
"windows" = "NOT_DEFINED"