| 100 int num_children; |
100 int num_children; |
| 101 }; |
101 }; |
| 102 |
102 |
| 103 parse_tree null_parse_tree = { |
103 parse_tree null_parse_tree = { |
| 104 "", |
104 "", |
| 105 {}, |
105 {NULL}, |
| 106 0, |
106 0, |
| 107 }; |
107 }; |
| 108 |
108 |
| 109 #define use_none(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_NONE)?1:0) |
109 #define use_none(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_NONE)?1:0) |
| 110 #define use_krb4(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_KRB4)?1:0) |
110 #define use_krb4(zephyr) ((zephyr->connection_type == GAIM_ZEPHYR_KRB4)?1:0) |