Read the port from the configuration file.
[apps/pfixtools.git] / postlicyd / policy_tokens.sh
index 1a6b0f7..2b2b07e 100755 (executable)
@@ -46,8 +46,8 @@ EOF
 do_h() {
     do_hdr
     cat <<EOF
-#ifndef PFIXTOOLS_TOKENS_H
-#define PFIXTOOLS_TOKENS_H
+#ifndef PFIXTOOLS_POLICY_TOKENS_H
+#define PFIXTOOLS_POLICY_TOKENS_H
 
 typedef enum postlicyd_token {
     PTK_UNKNOWN = -1,
@@ -59,7 +59,7 @@ extern const char *ptokens[PTK_count];
 
 __attribute__((pure))
 postlicyd_token policy_tokenize(const char *s, ssize_t len);
-#endif /* MUTT_LIB_LUA_LUA_TOKEN_H */
+#endif /* PFIXTOOLS_POLICY_TOKENS_H */
 EOF
 }