CI: added Solaris build
[rsync.git] / daemon-parm.awk
index dd0eded09dbe54f4755c92cf4335bc950c42b00a..ad52e9d9682603a135e75bca62527993a55735fb 100755 (executable)
@@ -6,7 +6,6 @@
 BEGIN {
     heading = "/* DO NOT EDIT THIS FILE!  It is auto-generated from a list of values in " ARGV[1] "! */\n\n"
     sect = psect = defines = accessors = prior_ptype = ""
-    values = "\nstatic const all_vars Defaults = {\n    { /* Globals: */\n"
     parms = "\nstatic struct parm_struct parm_table[] = {"
     comment_fmt = "\n/********** %s **********/\n"
     tdstruct = "typedef struct {"
@@ -22,6 +21,7 @@ BEGIN {
        exit
     }
     defines = tdstruct
+    values = "\nstatic const all_vars Defaults = {\n    { /* Globals: */\n"
     exps = exp_values = sprintf(comment_fmt, "EXP")
     sect = "GLOBAL"
     psect = ", P_GLOBAL, &Vars.g."