chiark / gitweb /
resolver: construct comm_addr; honour multiple addresses from the resolver
[secnet.git] / conffile_internal.h
index 073ab26ba6d51b185ea757bff0d6e29fb6fd7bd0..44d0ac7d4ba7dcc864248e7805321fb4f9dc2be8 100644 (file)
@@ -23,6 +23,8 @@ typedef cstring_t atom_t;
 #define T_ALIST      17
 #define T_ERROR      20
 
+#define T_IS_PRIMITIVE(NTYPE) ((NTYPE) < T_ASSIGNMENT)
+
 struct p_node {
     uint32_t type;
     struct cloc loc;